org.objectweb.jonas.container.mbean
Class SessionBean
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
- All Implemented Interfaces:
- NotificationBroadcaster, NotificationEmitter
- Direct Known Subclasses:
- StatefulSessionBean, StatelessSessionBean
public class SessionBean
- extends EJB
This class implements the SessionBean type specified in JSR77
- Author:
- Adriana Danes
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 |
SessionBean
public SessionBean(String objectName,
JSessionFactory factoryToManage)
- Parameters:
objectName
- JMX object namefactoryToManage
- JSessionFactory factory to manage
getSessionTimeOut
public int getSessionTimeOut()
- get the session time out for this session ejb
- Returns:
- integer session time out
setSessionTimeOut
public void setSessionTimeOut(int timeOut)
- set the session time out for this session bean
- Parameters:
timeOut
- new session time out
Copyright © 2007 OW2 Consortium. All Rights Reserved.