
public interface CloneableBootstrapContext extends Cloneable, javax.resource.spi.BootstrapContext
| Modifier and Type | Method and Description |
|---|---|
CloneableBootstrapContext |
clone()
Clone the BootstrapContext implementation
|
String |
getId()
Get the id of the bootstrap context
|
String |
getName()
Get the name of the bootstrap context
|
String |
getWorkManagerName()
Get the name of the work manager
|
void |
setId(String v)
Set the id of the bootstrap context
|
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 - internal use only
|
void |
setWorkManagerName(String wmn)
/**
Set the name of the work manager
|
void |
setXATerminator(javax.resource.spi.XATerminator xt)
Set the XA terminator
|
String getId()
void setId(String v)
v - The valueString getName()
void setResourceAdapter(javax.resource.spi.ResourceAdapter ra)
ra - The handlevoid setTransactionSynchronizationRegistry(TransactionSynchronizationRegistry tsr)
tsr - The handlevoid setWorkManager(WorkManager wm)
wm - The handleString getWorkManagerName()
void setWorkManagerName(String wmn)
wmn - The namevoid setXATerminator(javax.resource.spi.XATerminator xt)
xt - The handleCloneableBootstrapContext clone() throws CloneNotSupportedException
CloneNotSupportedException - Thrown if the copy operation isn't supportedCopyright © 2013 IronJacamar (http://www.ironjacamar.org)