public interface CloneableBootstrapContext
extends java.lang.Cloneable, javax.resource.spi.BootstrapContext
Modifier and Type | Method and Description |
---|---|
CloneableBootstrapContext |
clone()
Clone the BootstrapContext implementation
|
java.lang.String |
getId()
Get the id of the bootstrap context
|
java.lang.String |
getName()
Get the name of the bootstrap context
|
java.lang.String |
getWorkManagerName()
Get the name of the work manager
|
void |
setId(java.lang.String v)
Set the id of the bootstrap context
|
void |
setResourceAdapter(javax.resource.spi.ResourceAdapter ra)
Set the resource adapter
|
void |
setTransactionSynchronizationRegistry(javax.transaction.TransactionSynchronizationRegistry tsr)
Set the transaction synchronization registry
|
void |
setWorkManager(WorkManager wm)
Set the work manager - internal use only
|
void |
setWorkManagerName(java.lang.String wmn)
/**
Set the name of the work manager
|
void |
setXATerminator(javax.resource.spi.XATerminator xt)
Set the XA terminator
|
java.lang.String getId()
void setId(java.lang.String v)
v
- The valuejava.lang.String getName()
void setResourceAdapter(javax.resource.spi.ResourceAdapter ra)
ra
- The handlevoid setTransactionSynchronizationRegistry(javax.transaction.TransactionSynchronizationRegistry tsr)
tsr
- The handlevoid setWorkManager(WorkManager wm)
wm
- The handlejava.lang.String getWorkManagerName()
void setWorkManagerName(java.lang.String wmn)
wmn
- The namevoid 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 © 2013 IronJacamar (http://www.ironjacamar.org)