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
|
public static final String DEFAULT_NAME
public NamedBootstrapContext(String name)
name - The name of the WorkManagerpublic String getName()
public 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 © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.