|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.jca.core.bootstrapcontext.BaseCloneableBootstrapContext
public class BaseCloneableBootstrapContext

The base implementation of the cloneable bootstrap context
| Constructor Summary | |
|---|---|
BaseCloneableBootstrapContext()
Constructor |
|
| Method Summary | |
|---|---|
org.jboss.jca.core.api.bootstrap.CloneableBootstrapContext |
clone()
Clone the BootstrapContext implementation |
Timer |
createTimer()
Create a timer |
TransactionSynchronizationRegistry |
getTransactionSynchronizationRegistry()
Get the transaction synchronization registry |
org.jboss.jca.core.api.workmanager.WorkManager |
getWorkManager()
Get the work manager |
javax.resource.spi.XATerminator |
getXATerminator()
Get the XA terminator |
boolean |
isContextSupported(Class<? extends javax.resource.spi.work.WorkContext> workContextClass)
Is the work context supported ? |
void |
setTransactionSynchronizationRegistry(TransactionSynchronizationRegistry tsr)
Set the transaction synchronization registry |
void |
setWorkManager(org.jboss.jca.core.api.workmanager.WorkManager wm)
Set the work manager |
void |
setXATerminator(javax.resource.spi.XATerminator xt)
Set the XA terminator |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BaseCloneableBootstrapContext()
| Method Detail |
|---|
public TransactionSynchronizationRegistry getTransactionSynchronizationRegistry()
getTransactionSynchronizationRegistry in interface javax.resource.spi.BootstrapContextpublic void setTransactionSynchronizationRegistry(TransactionSynchronizationRegistry tsr)
setTransactionSynchronizationRegistry in interface org.jboss.jca.core.api.bootstrap.CloneableBootstrapContexttsr - The handlepublic org.jboss.jca.core.api.workmanager.WorkManager getWorkManager()
getWorkManager in interface javax.resource.spi.BootstrapContextpublic void setWorkManager(org.jboss.jca.core.api.workmanager.WorkManager wm)
setWorkManager in interface org.jboss.jca.core.api.bootstrap.CloneableBootstrapContextwm - The handlepublic javax.resource.spi.XATerminator getXATerminator()
getXATerminator in interface javax.resource.spi.BootstrapContextpublic void setXATerminator(javax.resource.spi.XATerminator xt)
setXATerminator in interface org.jboss.jca.core.api.bootstrap.CloneableBootstrapContextxt - The handlepublic Timer createTimer()
createTimer in interface javax.resource.spi.BootstrapContextpublic boolean isContextSupported(Class<? extends javax.resource.spi.work.WorkContext> workContextClass)
isContextSupported in interface javax.resource.spi.BootstrapContextworkContextClass - The work context class
public org.jboss.jca.core.api.bootstrap.CloneableBootstrapContext clone()
throws CloneNotSupportedException
clone in interface org.jboss.jca.core.api.bootstrap.CloneableBootstrapContextclone in class ObjectCloneNotSupportedException - Thrown if the copy operation isn't supported
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||