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)
Methods inherited from interface org.objectweb.jonas.container.JmxBeanFactoryMBean |
getAllDataSourceName, getAllJMSConnectionFactoryName, getAllJMSDestinationName, getAllMailFactoryMName, getAllMailFactorySName, getCurrentInstancePoolSize, getDisplayName, getEJBClass, getEJBFileName, getEJBName, getHomeClass, getJndiName, getLocalClass, getLocalHomeClass, getRemoteClass |
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