|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CloneableBootstrapContext

The cloneable bootstrap context interface which defines the contract for all BootstrapContext implementations
| Method Summary | |
|---|---|
CloneableBootstrapContext |
clone()
Clone the BootstrapContext implementation |
void |
setResourceAdapter(javax.resource.spi.ResourceAdapter ra)
Set the resource adapter |
void |
setTransactionSynchronizationRegistry(TransactionSynchronizationRegistry tsr)
Set the transaction synchronization registry |
void |
setWorkManager(WorkManager wm)
Set the work manager |
void |
setXATerminator(javax.resource.spi.XATerminator xt)
Set the XA terminator |
| Methods inherited from interface javax.resource.spi.BootstrapContext |
|---|
createTimer, getTransactionSynchronizationRegistry, getWorkManager, getXATerminator, isContextSupported |
| Method Detail |
|---|
void setResourceAdapter(javax.resource.spi.ResourceAdapter ra)
ra - The handlevoid setTransactionSynchronizationRegistry(TransactionSynchronizationRegistry tsr)
tsr - The handlevoid setWorkManager(WorkManager wm)
wm - The handlevoid setXATerminator(javax.resource.spi.XATerminator xt)
xt - The handle
CloneableBootstrapContext clone()
throws CloneNotSupportedException
CloneNotSupportedException - Thrown if the copy operation isn't supported
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||