org.ow2.jonas.ejb2.internal.mbean
Class StatelessSessionBean
java.lang.Object
javax.management.NotificationBroadcasterSupport
org.ow2.jonas.lib.reconfig.ReconfigEmitter
org.ow2.jonas.lib.management.javaee.J2EEManagedObject
org.ow2.jonas.ejb2.internal.mbean.EJB
org.ow2.jonas.ejb2.internal.mbean.SessionBean
org.ow2.jonas.ejb2.internal.mbean.StatelessSessionBean
- All Implemented Interfaces:
- NotificationBroadcaster, NotificationEmitter
public class StatelessSessionBean
- extends SessionBean
This class implements the StatelessSessionBean type specified in JSR77
- Author:
- Adriana Danes
| Fields inherited from class org.ow2.jonas.lib.management.javaee.J2EEManagedObject |
J2EE_TYPE_APPLICATION, J2EE_TYPE_SERVER, NAME |
| Fields inherited from class org.ow2.jonas.lib.reconfig.ReconfigEmitter |
RECONFIG_TYPE, SAVE_RECONFIG_TYPE |
|
Constructor Summary |
StatelessSessionBean(String objectName,
org.ow2.jonas.lib.ejb21.JStatelessFactory factoryToManage,
org.ow2.jonas.jmx.JmxService jmx)
|
|
Method Summary |
void |
reduceCache()
Reduce number of instances in memory |
| Methods inherited from class org.ow2.jonas.ejb2.internal.mbean.EJB |
getAllDataSourceName, getAllJdbcResourceAdapterName, getAllJMSConnectionFactoryName, getAllJMSDestinationName, getAllMailFactoryMName, getAllMailFactorySName, getAllURLs, getCacheSize, getDisplayName, getEjbClass, getFileName, getHomeClass, getJndiName, getLocalClass, getLocalHomeClass, getMaxCacheSize, getMinPoolSize, getName, getPoolSize, getRemoteClass, reduceCacheSize |
| Methods inherited from class org.ow2.jonas.lib.management.javaee.J2EEManagedObject |
getObjectName, isEventProvider, isStateManageable, isStatisticsProvider |
| Methods inherited from class org.ow2.jonas.lib.reconfig.ReconfigEmitter |
initLogger, sendReconfigNotification, sendSaveNotification |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StatelessSessionBean
public StatelessSessionBean(String objectName,
org.ow2.jonas.lib.ejb21.JStatelessFactory factoryToManage,
org.ow2.jonas.jmx.JmxService jmx)
- Parameters:
objectName - JMX object namefactoryToManage - JStatelessFactory factory to manage
reduceCache
public void reduceCache()
- Reduce number of instances in memory
Copyright © 2008 OW2 Consortium. All Rights Reserved.