|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BootstrapContext
Used to pass context to the resource adapter start(BootstrapContext) method.
Method Summary | |
---|---|
Timer |
createTimer()
Creates a new Timer that can be used to perform period work. |
WorkManager |
getWorkManager()
Get the work manager, the resource adapter should use this for all work on new threads. |
XATerminator |
getXATerminator()
Get the XATerminator. |
Method Detail |
---|
Timer createTimer() throws UnavailableException
UnavailableException
- when not timer is available. It can be
retried later.WorkManager getWorkManager()
XATerminator getXATerminator()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |