javax.management.DynamicMBean
, EJBRuntimeMBean
, javax.management.MBeanRegistration
, javax.management.NotificationBroadcaster
, RuntimeMBean
, WebLogicMBean
public interface StatelessEJBRuntimeMBean extends EJBRuntimeMBean
Modifier and Type | Method | Description |
---|---|---|
EJBPoolRuntimeMBean |
getPoolRuntime() |
Provides the runtime information about the free pool for this
EJB.
|
EJBTimerRuntimeMBean |
getTimerRuntime() |
Provides runtime information about any EJB Timers created for this
EJB.
|
getAttribute, getAttributes, invoke, setAttribute, setAttributes
getEJBName, getResources, getTransactionRuntime
postDeregister, postRegister, preRegister
addNotificationListener, getNotificationInfo, removeNotificationListener
addPropertyChangeListener, removePropertyChangeListener
getMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParent
EJBPoolRuntimeMBean getPoolRuntime()
Provides the runtime information about the free pool for this EJB.
EJBTimerRuntimeMBean getTimerRuntime()
Provides runtime information about any EJB Timers created for this EJB. If the bean class for this EJB does not implement javax.ejb.TimedObject, null will be returned.