org.objectweb.jonas.container
Class JmxSbfFactory

java.lang.Object
  |
  +--org.objectweb.jonas.container.JmxBeanFactory
        |
        +--org.objectweb.jonas.container.JmxSessionFactory
              |
              +--org.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)


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
Parameters:
JSessionFactory - factory to manage