|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.easybeans.jms.joram.JoramBootstrapContext
public class JoramBootstrapContext
This class implements the BootstrapContext interface of the Connector Architecture 1.5 specification.
Field Summary | |
---|---|
private javax.resource.spi.work.WorkManager |
workManager
Work Manager. |
private javax.resource.spi.XATerminator |
xaTerm
XATerminator object. |
Constructor Summary | |
---|---|
JoramBootstrapContext(javax.resource.spi.work.WorkManager workManager,
javax.resource.spi.XATerminator xa)
Constructor for the Resource Adapter context. |
Method Summary | |
---|---|
java.util.Timer |
createTimer()
Creates a timer for use by the Resource Adapter. |
javax.resource.spi.work.WorkManager |
getWorkManager()
Return the associated WorkManager. |
javax.resource.spi.XATerminator |
getXATerminator()
Return an XATerminator. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private javax.resource.spi.work.WorkManager workManager
private javax.resource.spi.XATerminator xaTerm
Constructor Detail |
---|
public JoramBootstrapContext(javax.resource.spi.work.WorkManager workManager, javax.resource.spi.XATerminator xa)
workManager
- the WorkManagerxa
- XATerminatorMethod Detail |
---|
public java.util.Timer createTimer() throws javax.resource.spi.UnavailableException
createTimer
in interface javax.resource.spi.BootstrapContext
javax.resource.spi.UnavailableException
- if a Timer instance is unavailablepublic javax.resource.spi.work.WorkManager getWorkManager()
getWorkManager
in interface javax.resource.spi.BootstrapContext
public javax.resource.spi.XATerminator getXATerminator()
getXATerminator
in interface javax.resource.spi.BootstrapContext
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |