|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.ejb.txtimer.EJBTimerServiceLocator.MBeanDelegate
Delegates method calls to the EJBTimerService to the MBean server
Field Summary |
Fields inherited from interface org.jboss.ejb.txtimer.EJBTimerService (src) |
OBJECT_NAME |
Constructor Summary | |
EJBTimerServiceLocator.MBeanDelegate(MBeanServer (src) server)
|
Method Summary | |
TimerService (src) |
createTimerService(ObjectName (src) containerId,
java.lang.Object instancePk,
Container (src) container)
Create a TimerService for a given TimedObjectId that lives in a JBoss Container. |
TimerService (src) |
createTimerService(ObjectName (src) containerId,
java.lang.Object instancePk,
TimedObjectInvoker (src) invoker)
Create a TimerService for a given TimedObjectId that is invoked through the given invoker |
TimerService (src) |
getTimerService(ObjectName (src) containerId,
java.lang.Object instancePk)
Get the TimerService for a given TimedObjectId |
void |
removeTimerService(ObjectName (src) containerId,
java.lang.Object instancePk)
Remove the TimerService for a given TimedObjectId |
void |
retryTimeout(ObjectName (src) containerId,
java.lang.Object instancePk,
Timer (src) timer)
Invokes the ejbTimeout method a given TimedObjectId |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public EJBTimerServiceLocator.MBeanDelegate(MBeanServer (src) server)
Method Detail |
public TimerService (src) createTimerService(ObjectName (src) containerId, java.lang.Object instancePk, Container (src) container) throws java.lang.IllegalStateException
EJBTimerService (src)
createTimerService
in interface EJBTimerService (src)
containerId
- The string identifier for a class of TimedObjectsinstancePk
- The rimary key for an instance of a TimedObject, may be nullcontainer
- The Container that is associated with the TimerService
java.lang.IllegalStateException
public TimerService (src) createTimerService(ObjectName (src) containerId, java.lang.Object instancePk, TimedObjectInvoker (src) invoker) throws java.lang.IllegalStateException
EJBTimerService (src)
createTimerService
in interface EJBTimerService (src)
containerId
- The string identifier for a class of TimedObjectsinstancePk
- The rimary key for an instance of a TimedObject, may be nullinvoker
- The TimedObjectInvoker
java.lang.IllegalStateException
public TimerService (src) getTimerService(ObjectName (src) containerId, java.lang.Object instancePk) throws java.lang.IllegalStateException
EJBTimerService (src)
getTimerService
in interface EJBTimerService (src)
containerId
- The string identifier for a class of TimedObjectsinstancePk
- The rimary key for an instance of a TimedObject, may be null
java.lang.IllegalStateException
public void retryTimeout(ObjectName (src) containerId, java.lang.Object instancePk, Timer (src) timer)
EJBTimerService (src)
retryTimeout
in interface EJBTimerService (src)
containerId
- The string identifier for a class of TimedObjectsinstancePk
- The rimary key for an instance of a TimedObject, may be nulltimer
- the Timer that is passed to ejbTimeoutpublic void removeTimerService(ObjectName (src) containerId, java.lang.Object instancePk) throws java.lang.IllegalStateException
EJBTimerService (src)
removeTimerService
in interface EJBTimerService (src)
containerId
- The string identifier for a class of TimedObjectsinstancePk
- The rimary key for an instance of a TimedObject, may be null
java.lang.IllegalStateException
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |