Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02

Uses of Interface
weblogic.management.configuration.DeploymentMBean

Packages that use DeploymentMBean
weblogic.management.configuration Contains classes and interfaces for configuring a WebLogic Server domain. 
weblogic.management.utils This package includes interfaces and exceptions for developers who are interested in creating custom applications that use BEA WebLogic Server facilities to monitor and configure applications and WebLogic Server instances. 
 

Uses of DeploymentMBean in weblogic.management.configuration
 

Subinterfaces of DeploymentMBean in weblogic.management.configuration
 interface CacheMBean
           
 interface CapacityMBean
          CapacityMBean defines the maximum number of requests that can be enqueued by all the work managers that share it.
 interface ClassDeploymentMBean
          Temporary MBean for startup and shutdown classes.
 interface ComponentMBean
          Deprecated. 9.0.0.0 in favor of AppDeploymentMBean
 interface ConnectorComponentMBean
          Deprecated. 9.0.0.0 in favor of AppDeploymentMBean
 interface ContextCaseMBean
          This mbean defines the mapping between the current context (security principal, group etc) and the request class to use.
 interface ContextRequestClassMBean
          This mbean defines the mapping between the current context (security principal, group) and the request class to use.
 interface DataSourceMBean
          This bean represents a DataSource within a Weblogic Server instance.
 interface EJBComponentMBean
          Deprecated. 9.0.0.0 in favor of AppDeploymentMBean
 interface FairShareRequestClassMBean
          This mbean defines the fair share value to use for this request class.
 interface FileStoreMBean
          Defines an instance of the persistent store on the specified target that will keep its persistent objects in files on the filesystem.
 interface ForeignJMSServerMBean
          Deprecated. 9.0.0.0 Replaced by the ForeignServerBean type in the new JMS module.
 interface ForeignJNDIProviderMBean
          This class represents a JNDI provider that is outside the WebLogic server.
 interface HTTPProxyMBean
          This class represents the HTTP proxy configuration.
 interface JDBCConnectionPoolMBean
          Deprecated. 9.0.0.0 Replaced by JDBCSystemResourceMBean
 interface JDBCDataSourceMBean
          Deprecated. 9.0.0.0 Replaced by JDBCSystemResourceMBean
 interface JDBCMultiPoolMBean
          Deprecated. 9.0.0.0 Replaced by JDBCSystemResourceMBean
 interface JDBCStoreMBean
          Defines an instance of the persistent store that stores its persistent records in a JDBC-accessible database.
 interface JDBCTxDataSourceMBean
          Deprecated. 9.0.0.0 Replaced by JDBCSystemResourceMBean
 interface JMSConnectionFactoryMBean
          Deprecated. 9.0.0.0 Replaced by JMSConnectionFactoryBean
 interface JMSDistributedDestinationMBean
          Deprecated. 9.0.0.0 Replaced by and weblogic.j2ee.descriptor.wl.UnifrormDistributedDestinationBean
 interface JMSDistributedQueueMBean
          Deprecated. 9.0.0.0 Replaced by DistributedQueueBean
 interface JMSDistributedTopicMBean
          Deprecated. 9.0.0.0 Replaced by DistributedTopicBean
 interface JMSServerMBean
          This class represents a JMS server.
 interface JMSVirtualDestinationMBean
          Deprecated. 9.0.0.0 Replaced by DistributedDestinationBean
 interface JoltConnectionPoolMBean
          This bean defines a Jolt connection pool.
 interface MailSessionMBean
          Facilitates using the JavaMail APIs, which provide applications and other Java EE modules with access to Internet Message Access Protocol (IMAP)- and Simple Mail Transfer Protocol (SMTP)-capable mail servers on your network or the Internet.
 interface MaxThreadsConstraintMBean
          This MBean defines the max number of concurrent threads that can execute requests sharing this max constraint.
 interface MessagingBridgeMBean
          This MBean represents a WebLogic messaging bridge.
 interface MinThreadsConstraintMBean
          This MBean defines the minimum number of concurrent threads that should allocated to this constraint provided there are enough pending requests.
 interface NetworkChannelMBean
          Deprecated. 7.0.0.0 use NetworkAccessPointMBean
 interface OsgiFrameworkMBean
          An MBean representing an OSGi framework.
 interface PathServiceMBean
          This class represents a path service.
 interface PersistentStoreMBean
          This MBean is the parent of the GenericFileStoreMBean and GenericJDBCStoreMBean.
 interface ReplicatedStoreMBean
          Defines an instance of a Replicated Store.
 interface ResponseTimeRequestClassMBean
          This MBean defines the response time goal for this request class.
 interface RMCFactoryMBean
          Represents a Java EE resource manager connection factory in a Java EE app.
 interface SAFAgentMBean
          This class represents a Store-and-Forward (SAF) agent.
 interface ShutdownClassMBean
          Provides methods for configuring a shutdown class.
 interface SNMPAgentDeploymentMBean
          This MBean is an SNMP agent that can be targeted to instances of WebLogic Server.
 interface StartupClassMBean
          Provides methods that configure startup classes.
 interface TransactionLogJDBCStoreMBean
          This class represents a Transaction Log JDBC Store configuration.
 interface TransactionLogStoreMBean
           
 interface VirtualDestinationMBean
          This class represents a virtual destination.
 interface VirtualHostMBean
          This bean represents the configuration of virtual web server within a WebLogic Server instance.
 interface WebAppComponentMBean
          Deprecated. 9.0.0.0 in favor of AppDeploymentMBean
 interface WebDeploymentMBean
          A Web Deployment is any MBean that may be deployed on one or more target or WebServers.
 interface WebServerMBean
          This bean represents the configuration of virtual web server within a weblogic server.
 interface WebServiceComponentMBean
          Deprecated. 9.0.0.0 in favor of AppDeploymentMBean
 interface WLECConnectionPoolMBean
          This bean defines a WLEC connection pool.
 interface WorkManagerMBean
          Configuration MBean representing WorkManager parameters.
 interface WTCServerMBean
          This MBean defines a WTC Server.
 

Methods in weblogic.management.configuration that return DeploymentMBean
 DeploymentMBean[] DomainMBean.getDeployments()
          Returns the DeploymentsMBeans representing the deployments that have been deployed to be part of this domain.
 

Uses of DeploymentMBean in weblogic.management.utils
 

Methods in weblogic.management.utils that return DeploymentMBean
 DeploymentMBean GenericManagedDeployment.getMBean()
           
 

Methods in weblogic.management.utils with parameters of type DeploymentMBean
 void GenericManagedDeployment.activate(DeploymentMBean bean)
           
 void GenericManagedDeployment.deactivate(DeploymentMBean bean)
           
 void GenericManagedDeployment.prepare(DeploymentMBean bean)
           
 void GenericManagedDeployment.unprepare(DeploymentMBean bean)
           
 


Copyright 1996, 2014, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02