BEA Systems, Inc.

WebLogic Server 6.1 API Reference

Uses of Interface
weblogic.management.configuration.ComponentMBean

Packages that use ComponentMBean
weblogic.management.configuration   
weblogic.management.runtime   
 

Uses of ComponentMBean in weblogic.management.configuration
 

Subinterfaces of ComponentMBean in weblogic.management.configuration
 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 WebAppComponentMBean
           
 

Methods in weblogic.management.configuration that return ComponentMBean
 ComponentMBean[] ApplicationMBean.getComponents()
          Returns the components that make up this application.
 ComponentMBean[] ApplicationMBean_CachingStub.getComponents()
          Getter for Components
 

Methods in weblogic.management.configuration with parameters of type ComponentMBean
 boolean ApplicationMBean.addComponent(ComponentMBean component)
          Add a component to this application.
 boolean ApplicationMBean.removeComponent(ComponentMBean component)
          Remove a component from this application.
 void ApplicationMBean_CachingStub.setComponents(ComponentMBean[] value)
          Setter for Components
 boolean ApplicationMBean_CachingStub.addComponent(ComponentMBean arg0)
          Operation addComponent
 boolean ApplicationMBean_CachingStub.removeComponent(ComponentMBean arg0)
          Operation removeComponent
 

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

Uses of ComponentMBean in weblogic.management.runtime
 

Methods in weblogic.management.runtime that return ComponentMBean
 ComponentMBean DeploymentRuntimeMBean.getComponent()
          Returns the component that this deployment represents
 


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.