This interface contains accessor methods for all common runtime information collected for all EJB types.
If you use the getMBeanInfo
operation in MBeanTypeServiceMBean, supply the following value as this MBean's fully qualified interface name:
weblogic.management.runtime.EJBRuntimeMBean
No factory methods. Instances of this MBean are created automatically.
You can access this MBean from the following MBean attributes:
|
The following MBeans extend or implement this MBean type:
This section describes attributes that contain child MBeans. For more information about the MBean hierarchy, refer to WebLogic Server MBean Data Model.
|
Provides a list of the RuntimeMBeans for the resources used by this EJB. This will always include an ExecuteQueueRuntimeMBean. It will also include a JMSDestinationRuntimeMBean for MessageDriven beans and a JDBCConnectionPoolMBean for CMP Entity beans.
Factory Methods | No explicit creator method. The child shares the lifecycle of its parent. |
Privileges | Read only |
Type | RuntimeMBean[] |
Provides the EJBTransactionRuntimeMBean, containing runtime transaction counts, for this EJB.
Factory Methods | No explicit creator method. The child shares the lifecycle of its parent. |
Privileges | Read only |
Type | EJBTransactionRuntimeMBean |
This section describes the following attributes:
Provides the ejb-name for this EJB as defined in the ejb-jar.xml deployment descriptor.
Privileges | Read only |
Type | java.lang.String |
The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.
Privileges | Read only |
Type | java.lang.String |
Return the immediate parent for this MBean
Privileges | Read/Write |
Type |
Returns the type of the MBean.
Privileges | Read only |
Type | java.lang.String |