public class NamedBootstrapContext
extends org.jboss.jca.core.bootstrapcontext.BaseCloneableBootstrapContext
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_NAME
Default BootstrapContext name
|
| Constructor and Description |
|---|
NamedBootstrapContext(String name)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
org.jboss.jca.core.api.bootstrap.CloneableBootstrapContext |
clone() |
String |
getName()
Get the name
|
void |
setName(String v)
Set the name
|
createTimer, getId, getTransactionSynchronizationRegistry, getWorkManager, getWorkManagerName, getXATerminator, isContextSupported, setId, setResourceAdapter, setTransactionSynchronizationRegistry, setWorkManager, setWorkManagerName, setXATerminator, shutdownpublic static final String DEFAULT_NAME
public NamedBootstrapContext(String name)
name - The name of the WorkManagerpublic String getName()
getName in interface org.jboss.jca.core.api.bootstrap.CloneableBootstrapContextgetName in class org.jboss.jca.core.bootstrapcontext.BaseCloneableBootstrapContextpublic void setName(String v)
setName in class org.jboss.jca.core.bootstrapcontext.BaseCloneableBootstrapContextv - The valuepublic org.jboss.jca.core.api.bootstrap.CloneableBootstrapContext clone()
throws CloneNotSupportedException
clone in interface org.jboss.jca.core.api.bootstrap.CloneableBootstrapContextclone in class org.jboss.jca.core.bootstrapcontext.BaseCloneableBootstrapContextCloneNotSupportedExceptionCopyright © 2015 JBoss by Red Hat. All rights reserved.