|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jonas.resource.internal.ResourceBootstrapContext
public class ResourceBootstrapContext
This class implements the BootstrapContext interface of the Connector Architecture 1.5 specification.
| Constructor Summary | |
|---|---|
ResourceBootstrapContext(javax.resource.spi.work.WorkManager wm,
javax.resource.spi.XATerminator xa)
Constructor |
|
| Method Summary | |
|---|---|
java.util.Timer |
createTimer()
Create 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 |
| Constructor Detail |
|---|
public ResourceBootstrapContext(javax.resource.spi.work.WorkManager wm,
javax.resource.spi.XATerminator xa)
wm - WorkManagerxa - XATerminator| Method Detail |
|---|
public java.util.Timer createTimer()
throws javax.resource.spi.UnavailableException
createTimer in interface javax.resource.spi.BootstrapContextjavax.resource.spi.UnavailableException - if a Timer instance is unavailablepublic javax.resource.spi.work.WorkManager getWorkManager()
getWorkManager in interface javax.resource.spi.BootstrapContextpublic 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 | |||||||||