| |
|
| org.jboss.ejb.ContainerMBean
All known Subclasses: org.jboss.ejb.Container,
ContainerMBean | public interface ContainerMBean extends org.jboss.system.ServiceMBean(Code) | | MBean interface.
See Also: EJBDeployer |
getCreateCount | long getCreateCount()(Code) | | Gets the number of create invocations that have been made
|
getEjbModule | org.jboss.ejb.EjbModule getEjbModule()(Code) | | Gets the application deployment unit for this container. All the bean containers within the same application unit share the same instance.
|
getRemoveCount | long getRemoveCount()(Code) | | Gets the number of remove invocations that have been made
|
getTimerService | javax.ejb.TimerService getTimerService(java.lang.Object pKey) throws java.lang.IllegalStateException(Code) | | Creates the single Timer Servic for this container if not already created
Parameters: pKey - Bean id Container Timer Service throws: IllegalStateException - If the type of EJB is not allowed to use the timer service See Also: javax.ejb.EJBContext.getTimerService |
|
|
|