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)
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