|
||||||||||
| PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
A service that implements this interface provides an Tx aware EJBTimerService.
| Field Summary | |
static ObjectName (src) |
OBJECT_NAME
default object name |
| Method Summary | |
TimerService (src) |
createTimerService(ObjectName (src) containerId,
java.lang.Object pKey,
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 pKey,
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 pKey)
Get the TimerService for a given TimedObjectId |
void |
removeTimerService(ObjectName (src) containerId,
java.lang.Object pKey)
Remove the TimerService for a given TimedObjectId |
void |
retryTimeout(ObjectName (src) containerId,
java.lang.Object pKey,
Timer (src) timer)
Invokes the ejbTimeout method a given TimedObjectId |
| Field Detail |
public static final ObjectName (src) OBJECT_NAME
| Method Detail |
public TimerService (src) createTimerService(ObjectName (src) containerId,
java.lang.Object pKey,
Container (src) container)
throws java.lang.IllegalStateException
containerId - The string identifier for a class of TimedObjectspKey - 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 pKey,
TimedObjectInvoker (src) invoker)
throws java.lang.IllegalStateException
containerId - The string identifier for a class of TimedObjectspKey - 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 pKey)
throws java.lang.IllegalStateException
containerId - The string identifier for a class of TimedObjectspKey - The rimary key for an instance of a TimedObject, may be null
java.lang.IllegalStateException
public void retryTimeout(ObjectName (src) containerId,
java.lang.Object pKey,
Timer (src) timer)
containerId - The string identifier for a class of TimedObjectspKey - The rimary key for an instance of a TimedObject, may be nulltimer - the Timer that is passed to ejbTimeout
public void removeTimerService(ObjectName (src) containerId,
java.lang.Object pKey)
throws java.lang.IllegalStateException
containerId - The string identifier for a class of TimedObjectspKey - 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 | |||||||||