org.objectweb.jonas.container.mbean
Class StatelessSessionBean
java.lang.Object
javax.management.NotificationBroadcasterSupport
org.objectweb.jonas.management.reconfig.emitter.ReconfigEmitter
org.objectweb.jonas.management.j2eemanagement.J2EEManagedObject
org.objectweb.jonas.container.mbean.EJB
org.objectweb.jonas.container.mbean.SessionBean
org.objectweb.jonas.container.mbean.StatelessSessionBean
- All Implemented Interfaces:
- NotificationBroadcaster, NotificationEmitter
public class StatelessSessionBean
- extends SessionBean
This class implements the StatelessSessionBean type specified in JSR77
- Author:
- Adriana Danes
Method Summary |
void |
reduceCache()
Reduce number of instances in memory |
Methods inherited from class org.objectweb.jonas.container.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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StatelessSessionBean
public StatelessSessionBean(String objectName,
JStatelessFactory factoryToManage)
- Parameters:
objectName
- JMX object namefactoryToManage
- JStatelessFactory factory to manage
reduceCache
public void reduceCache()
- Reduce number of instances in memory
Copyright © 2007 OW2 Consortium. All Rights Reserved.