|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.management.NotificationBroadcasterSupport
org.objectweb.jonas.management.ReconfigDispatcher
org.objectweb.jonas.management.j2eemanagement.J2EEManagedObject
org.objectweb.jonas.container.EJB
org.objectweb.jonas.container.SessionBean
public class SessionBean
This class implements the SessionBean type specified in JSR77
| Field Summary |
|---|
| Fields inherited from class org.objectweb.jonas.container.EJB |
|---|
desc, ejbToManage, fileName |
| Fields inherited from class org.objectweb.jonas.management.j2eemanagement.J2EEManagedObject |
|---|
J2EE_TYPE_APPLICATION, J2EE_TYPE_SERVER, NAME |
| Fields inherited from class org.objectweb.jonas.management.ReconfigDispatcher |
|---|
RECONFIG_TYPE, SAVE_RECONFIG_TYPE |
| Constructor Summary | |
|---|---|
SessionBean(java.lang.String objectName,
JSessionFactory factoryToManage)
|
|
| Method Summary | |
|---|---|
int |
getSessionTimeOut()
get the session time out for this session ejb |
void |
setSessionTimeOut(int timeOut)
set the session time out for this session bean |
| Methods inherited from class org.objectweb.jonas.container.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.objectweb.jonas.management.j2eemanagement.J2EEManagedObject |
|---|
getObjectName, isEventProvider, isStateManageable, isStatisticsProvider |
| Methods inherited from class org.objectweb.jonas.management.ReconfigDispatcher |
|---|
addNotificationListener, getFilter, getHandback, getListener, getNotificationInfo, initLogger, removeNotificationListener, sendReconfigNotification, sendSaveNotification |
| Methods inherited from class javax.management.NotificationBroadcasterSupport |
|---|
handleNotification, removeNotificationListener, sendNotification |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SessionBean(java.lang.String objectName,
JSessionFactory factoryToManage)
objectName - JMX object namefactoryToManage - JSessionFactory factory to manage| Method Detail |
|---|
public int getSessionTimeOut()
public void setSessionTimeOut(int timeOut)
timeOut - new session time out
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||