BEA Systems, Inc.


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 (c) 2001 by BEA Systems. All Rights Reserved.

Method Summary
 EJBCacheRuntimeMBean getCacheRuntime()
          Returns the EJBCacheRuntimeMBean, containing runtime information about the cache, for this EJB.
 EJBLockingRuntimeMBean getLockingRuntime()
          Returns the EJBLockingRuntimeMBean, containing runtime information about the lock manager, for this EJB.
 EJBPoolRuntimeMBean getPoolRuntime()
          Returns the EJBPoolRuntimeMBean, containing runtime information about the free pool, for this EJB.
 
Methods inherited from interface weblogic.management.runtime.EJBRuntimeMBean
getEJBName, getTransactionRuntime
 
Methods inherited from interface weblogic.management.WebLogicMBean
getMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParent
 
Methods inherited from interface javax.management.DynamicMBean
getAttribute, getAttributes, invoke, setAttribute, setAttributes
 
Methods inherited from interface javax.management.MBeanRegistration
postDeregister, postRegister, preDeregister, preRegister
 
Methods inherited from interface javax.management.NotificationBroadcaster
addNotificationListener, getNotificationInfo, removeNotificationListener
 

Method Detail

getPoolRuntime

public EJBPoolRuntimeMBean getPoolRuntime()
Returns the EJBPoolRuntimeMBean, containing runtime information about the free pool, for this EJB.


getCacheRuntime

public EJBCacheRuntimeMBean getCacheRuntime()
Returns the EJBCacheRuntimeMBean, containing runtime information about the cache, for this EJB.


getLockingRuntime

public EJBLockingRuntimeMBean getLockingRuntime()
Returns the EJBLockingRuntimeMBean, containing runtime information about the lock manager, for this EJB.


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs70

Copyright © 2004 BEA Systems, Inc. All Rights Reserved.
WebLogic Server 7.0 API Reference