|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
MBean interface.
EJBDeployer| Field Summary |
| Fields inherited from interface org.jboss.system.ServiceMBean |
CREATE_EVENT, CREATED, DESTROY_EVENT, DESTROYED, FAILED, REGISTERED, START_EVENT, STARTED, STARTING, states, STOP_EVENT, STOPPED, STOPPING, UNREGISTERED |
| Method Summary | |
BeanMetaData |
getBeanMetaData()
Returns the metadata of this container. |
long |
getCreateCount()
Gets the number of create invocations that have been made |
EjbModule |
getEjbModule()
Gets the application deployment unit for this container. |
Context |
getEnvContext()
Get the components environment context |
InvocationStatistics |
getInvokeStats()
Gets the invocation statistics collection |
long |
getRemoveCount()
Gets the number of remove invocations that have been made |
javax.ejb.TimerService |
getTimerService(Object pKey)
Creates the single Timer Servic for this container if not already created |
Object |
invoke(Invocation mi)
The detached invoker operation. |
void |
removeTimerService(Object pKey)
Removes Timer Servic for this container |
| Methods inherited from interface org.jboss.system.ServiceMBean |
getName, getState, getStateString, jbossInternalLifecycle |
| Methods inherited from interface org.jboss.system.Service |
create, destroy, start, stop |
| Method Detail |
public EjbModule getEjbModule()
public long getCreateCount()
public long getRemoveCount()
public InvocationStatistics getInvokeStats()
public Context getEnvContext() throws NamingException
NamingExceptionpublic BeanMetaData getBeanMetaData()
public javax.ejb.TimerService getTimerService(Object pKey) throws IllegalStateException
pKey - Bean id
IllegalStateException - If the type of EJB is not allowed to use the timer serviceEJBContext.getTimerService()public void removeTimerService(Object pKey) throws IllegalStateException
pKey - Bean id
IllegalStateException - If the type of EJB is not allowed to use the timer servicepublic Object invoke(Invocation mi) throws Exception
mi - - the method invocation context
Exception - on error
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||