BEA Systems, Inc.

WebLogic Server 6.1 API Reference

Uses of Interface
weblogic.management.configuration.DeploymentMBean

Packages that use DeploymentMBean
weblogic.jms Factory used in implementing the optional JMS Server Session Pool feature. 
weblogic.management.configuration   
 

Uses of DeploymentMBean in weblogic.jms
 

Methods in weblogic.jms with parameters of type DeploymentMBean
 void JMSService.addDeployment(DeploymentMBean deployment)
           
 void JMSService.removeDeployment(DeploymentMBean deployment)
           
 void BridgeService.addDeployment(DeploymentMBean deployment)
           
 void BridgeService.removeDeployment(DeploymentMBean deployment)
           
 

Uses of DeploymentMBean in weblogic.management.configuration
 

Subinterfaces of DeploymentMBean in weblogic.management.configuration
 interface ComponentMBean
          A component is a specific type deployment that is parto of a J2EE application (see ApplicationMBean).
 interface ConnectorComponentMBean
          This bean defines a Resource Adapter.
 interface EJBComponentMBean
          NOTE cbeust@bea.com 23-Apr-01 Extending EJBContainerMBean is not very pretty since EJBComponent *isn't a* EJBContainer.
 interface JDBCConnectionPoolMBean
          This bean defines a JDBC connection pool.
 interface JDBCDataSourceMBean
           
 interface JDBCMultiPoolMBean
          Relevant only in single-server configurations, JDBC Multipools provide backup pools and load balancing to enhance database connectivity.
 interface JDBCTxDataSourceMBean
           
 interface JMSConnectionFactoryMBean
          This bean represents a JMS connection factory.
 interface JMSServerMBean
          This Mbean defines a JMS Server.
 interface MessagingBridgeMBean
          This Mbean defines a Messaging Bridge.
 interface RMCFactoryMBean
          An RMCFactoryMBean represents a J2EE resource manager connection factory in a J2EE app.
 interface ShutdownClassMBean
           
 interface StartupClassMBean
           
 interface VirtualHostMBean
          This bean represents the configuration of virtual web server within a weblogic server.
 interface WebAppComponentMBean
           
 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 WLECConnectionPoolMBean
          This bean defines a WLEC connection pool.
 

Methods in weblogic.management.configuration that return DeploymentMBean
 DeploymentMBean[] TargetMBean_CachingStub.getDeployments()
          Getter for Deployments
 DeploymentMBean[] ServerMBean_CachingStub.getDeployments()
          Getter for Deployments
 DeploymentMBean[] DomainMBean_CachingStub.getDeployments()
          Getter for Deployments
 DeploymentMBean[] ClusterMBean_CachingStub.getDeployments()
          Getter for Deployments
 

Methods in weblogic.management.configuration with parameters of type DeploymentMBean
 void TargetMBean_CachingStub.setDeployments(DeploymentMBean[] value)
          Setter for Deployments
 boolean TargetMBean_CachingStub.removeDeployment(DeploymentMBean arg0)
          Operation removeDeployment
 boolean TargetMBean_CachingStub.addDeployment(DeploymentMBean arg0)
          Operation addDeployment
 void TargetMBean.setDeployments(DeploymentMBean[] deployments)
          For OAM use only.
 void ServerMBean_CachingStub.setDeployments(DeploymentMBean[] value)
          Setter for Deployments
 boolean ServerMBean_CachingStub.removeDeployment(DeploymentMBean arg0)
          Operation removeDeployment
 boolean ServerMBean_CachingStub.addDeployment(DeploymentMBean arg0)
          Operation addDeployment
 void DomainMBean_CachingStub.setDeployments(DeploymentMBean[] value)
          Setter for Deployments
 boolean DomainMBean_CachingStub.removeDeployment(DeploymentMBean arg0)
          Operation removeDeployment
 boolean DomainMBean_CachingStub.addDeployment(DeploymentMBean arg0)
          Operation addDeployment
 void ClusterMBean_CachingStub.setDeployments(DeploymentMBean[] value)
          Setter for Deployments
 boolean ClusterMBean_CachingStub.removeDeployment(DeploymentMBean arg0)
          Operation removeDeployment
 boolean ClusterMBean_CachingStub.addDeployment(DeploymentMBean arg0)
          Operation addDeployment
 

Constructors in weblogic.management.configuration with parameters of type DeploymentMBean
DeploymentMBean_CachingStub.DeploymentMBean_CachingStub(DeploymentMBean delegate, RemoteMBeanServer server)
           
 


Documentation is available at
http://e-docs.bea.com/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.