org.objectweb.jonas.container
Interface JmxSessionFactoryMBean

All Superinterfaces:
JmxBeanFactoryMBean
All Known Subinterfaces:
JmxSbfFactoryMBean, JmxSblFactoryMBean
All Known Implementing Classes:
JmxSessionFactory

public interface JmxSessionFactoryMBean
extends JmxBeanFactoryMBean

MBean Interface for Session EJB Management MBean type: Standard MBean model: Delegate (JSessionFactory)


Method Summary
 java.lang.Integer getSessionTimeOut()
          get the session time out for this session ejb
 void setSessionTimeOut(java.lang.Integer timeOut)
          set the session time out for this session bean
 
Methods inherited from interface org.objectweb.jonas.container.JmxBeanFactoryMBean
getAllDataSourceName, getAllJMSConnectionFactoryName, getAllJMSDestinationName, getAllMailFactoryMName, getAllMailFactorySName, getCurrentInstancePoolSize, getDisplayName, getEJBClass, getEJBFileName, getEJBName, getHomeClass, getJndiName, getLocalClass, getLocalHomeClass, getRemoteClass
 

Method Detail

getSessionTimeOut

public java.lang.Integer getSessionTimeOut()
get the session time out for this session ejb
Returns:
integer session time out

setSessionTimeOut

public void setSessionTimeOut(java.lang.Integer timeOut)
set the session time out for this session bean
Parameters:
Integer - new session time out