| Package | Description | 
|---|---|
| weblogic.management.runtime | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | EntityEJBRuntimeMBeanThis interface contains accessor methods for all EJB runtime
 information collected for an Entity Bean. | 
| interface  | MessageDrivenEJBRuntimeMBeanThis interface contains accessor methods for all EJB runtime
 information collected for a Message Driven Bean. | 
| interface  | SingletonEJBRuntimeMBeanThis interface contains accessor methods for all EJB run-time information
 collected for a Singleton session bean. | 
| interface  | StatefulEJBRuntimeMBeanThis interface contains accessor methods for all EJB runtime
 information collected for a Stateful Session Bean. | 
| interface  | StatelessEJBRuntimeMBeanThis interface contains accessor methods for all EJB runtime
 information collected for a Stateless Session Bean. | 
| Modifier and Type | Method and Description | 
|---|---|
| EJBRuntimeMBean | WebAppComponentRuntimeMBean. getEJBRuntime(String ejbName)Provides the EJBRuntimeMBean for the EJB with the specified
 name. | 
| EJBRuntimeMBean | EJBComponentRuntimeMBean. getEJBRuntime(String ejbName)Provides the EJBRuntimeMBean for the EJB with the specified
 name. | 
| EJBRuntimeMBean[] | WebAppComponentRuntimeMBean. getEJBRuntimes()Provides an array of EJBRuntimeMBean objects for this
 module. | 
| EJBRuntimeMBean[] | EJBComponentRuntimeMBean. getEJBRuntimes()Provides an array of EJBRuntimeMBean objects for this EJB
 module. |