org.objectweb.jonas.container
Class JmxSbfFactory

java.lang.Object
  extended byorg.objectweb.jonas.container.JmxBeanFactory
      extended byorg.objectweb.jonas.container.JmxSessionFactory
          extended byorg.objectweb.jonas.container.JmxSbfFactory
All Implemented Interfaces:
JmxBeanFactoryMBean, JmxSbfFactoryMBean, JmxSessionFactoryMBean

public class JmxSbfFactory
extends JmxSessionFactory
implements JmxSbfFactoryMBean

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


Field Summary
 
Fields inherited from class org.objectweb.jonas.container.JmxBeanFactory
desc, ejbToManage, fileName
 
Constructor Summary
JmxSbfFactory(JSessionFactory factoryToManage)
          Constructor
 
Methods inherited from class org.objectweb.jonas.container.JmxSessionFactory
getSessionTimeOut, setSessionTimeOut
 
Methods inherited from class org.objectweb.jonas.container.JmxBeanFactory
getAllDataSourceName, getAllJMSConnectionFactoryName, getAllJMSDestinationName, getAllMailFactoryMName, getAllMailFactorySName, getCurrentInstancePoolSize, getDisplayName, getEJBClass, getEJBFileName, getEJBName, getHomeClass, getJndiName, getLocalClass, getLocalHomeClass, getRemoteClass
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.objectweb.jonas.container.JmxSessionFactoryMBean
getSessionTimeOut, setSessionTimeOut
 
Methods inherited from interface org.objectweb.jonas.container.JmxBeanFactoryMBean
getAllDataSourceName, getAllJMSConnectionFactoryName, getAllJMSDestinationName, getAllMailFactoryMName, getAllMailFactorySName, getCurrentInstancePoolSize, getDisplayName, getEJBClass, getEJBFileName, getEJBName, getHomeClass, getJndiName, getLocalClass, getLocalHomeClass, getRemoteClass
 

Constructor Detail

JmxSbfFactory

public JmxSbfFactory(JSessionFactory factoryToManage)
Constructor