public interface BootstrapContext
Modifier and Type | Method and Description |
---|---|
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.
|
Timer createTimer() throws UnavailableException
UnavailableException
- when not timer is available. It can be
retried later.WorkManager getWorkManager()
XATerminator getXATerminator()
Copyright © 2013 JBoss by Red Hat. All rights reserved.