org.objectweb.jonas.container
Interface JmxSblFactoryMBean

All Superinterfaces:
JmxBeanFactoryMBean, JmxSessionFactoryMBean
All Known Implementing Classes:
JmxSblFactory

public interface JmxSblFactoryMBean
extends JmxSessionFactoryMBean

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


Method Summary
 java.lang.Integer getCurrentEJBObjectFreePoolSize()
          return the size for free ejb object pool
 java.lang.Integer getCurrentEJBObjectInUsePoolSize()
          return the size for in use ejb object pool
 
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
 

Method Detail

getCurrentEJBObjectFreePoolSize

public java.lang.Integer getCurrentEJBObjectFreePoolSize()
return the size for free ejb object pool
Returns:
Integer pool size

getCurrentEJBObjectInUsePoolSize

public java.lang.Integer getCurrentEJBObjectInUsePoolSize()
return the size for in use ejb object pool
Returns:
Integer pool size