weblogic.management.runtime
Interface  EntityEJBRuntimeMBean
- public interface EntityEJBRuntimeMBean- extends EJBRuntimeMBean
This interface contains accessor methods for all EJB runtime
 information collected for an Entity Bean.
- Author: 
- Copyright © 2004 BEA Systems, Inc. All Rights Reserved.
 
 
 
| Methods inherited from interface javax.management.DynamicMBean | 
| getAttribute, 
getAttributes, 
invoke, 
setAttribute, 
setAttributes | 
 
| Methods inherited from interface javax.management.MBeanRegistration | 
| postDeregister, 
postRegister, 
preRegister | 
 
| Methods inherited from interface javax.management.NotificationBroadcaster | 
| addNotificationListener, 
getNotificationInfo, 
removeNotificationListener | 
 
getPoolRuntime
public EJBPoolRuntimeMBean getPoolRuntime()
- Returns the EJBPoolRuntimeMBean, containing runtime
 information about the free pool, for this EJB.- 
- 
 
- Returns:
- The poolRuntime value
 
getCacheRuntime
public EJBCacheRuntimeMBean getCacheRuntime()
- Returns the EJBCacheRuntimeMBean, containing runtime
 information about the cache, for this EJB.- 
- 
 
- Returns:
- The cacheRuntime value
 
getLockingRuntime
public EJBLockingRuntimeMBean getLockingRuntime()
- Returns the EJBLockingRuntimeMBean, containing runtime
 information about the lock manager, for this EJB.  If
 this Entity bean does not use an exclusive concurrency
 strategy, null will be returned.- 
- 
 
- Returns:
- The lockingRuntime value or null if Exclusive concurrency not used