public interface CloneableBootstrapContext
extends java.lang.Cloneable, javax.resource.spi.BootstrapContext
Modifier and Type | Method and Description |
---|---|
CloneableBootstrapContext |
clone()
Clone the BootstrapContext implementation
|
void |
setTransactionSynchronizationRegistry(javax.transaction.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
|
void setTransactionSynchronizationRegistry(javax.transaction.TransactionSynchronizationRegistry tsr)
tsr
- The handlevoid setWorkManager(WorkManager wm)
wm
- The handlevoid setXATerminator(javax.resource.spi.XATerminator xt)
xt
- The handleCloneableBootstrapContext clone() throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException
- Thrown if the copy operation isn't supportedCopyright ? 2008-2009 Red Hat Middleware LLC (http://www.jboss.com/)