
public class BootstrapContextCoordinator extends Object
| Modifier and Type | Method and Description |
|---|---|
org.jboss.jca.core.api.bootstrap.CloneableBootstrapContext |
createBootstrapContext(String id)
Create a bootstrap context
|
org.jboss.jca.core.api.bootstrap.CloneableBootstrapContext |
createBootstrapContext(String id,
String name)
Get a bootstrap context
|
String |
createIdentifier(String raClz,
Map<String,String> cps)
Create an identifier
|
String |
createIdentifier(String raClz,
Map<String,String> cps,
String bootstrapContextName)
Create an identifier
|
org.jboss.jca.core.api.bootstrap.CloneableBootstrapContext |
getDefaultBootstrapContext()
Get the default bootstrap context
|
static BootstrapContextCoordinator |
getInstance()
Get the instance
|
void |
registerBootstrapContext(org.jboss.jca.core.api.bootstrap.CloneableBootstrapContext bc)
Register bootstrap context
|
void |
removeBootstrapContext(String id)
Remove a bootstrap context
|
void |
setDefaultBootstrapContext(org.jboss.jca.core.api.bootstrap.CloneableBootstrapContext bc)
Set the default bootstrap context
|
void |
unregisterBootstrapContext(org.jboss.jca.core.api.bootstrap.CloneableBootstrapContext bc)
Unregister boostrap context
|
public static BootstrapContextCoordinator getInstance()
public void registerBootstrapContext(org.jboss.jca.core.api.bootstrap.CloneableBootstrapContext bc)
bc - The bootstrap contextpublic void unregisterBootstrapContext(org.jboss.jca.core.api.bootstrap.CloneableBootstrapContext bc)
bc - The bootstrap contextpublic org.jboss.jca.core.api.bootstrap.CloneableBootstrapContext getDefaultBootstrapContext()
public void setDefaultBootstrapContext(org.jboss.jca.core.api.bootstrap.CloneableBootstrapContext bc)
bc - The bootstrap contextpublic org.jboss.jca.core.api.bootstrap.CloneableBootstrapContext createBootstrapContext(String id)
id - The id of the bootstrap contextpublic org.jboss.jca.core.api.bootstrap.CloneableBootstrapContext createBootstrapContext(String id, String name)
id - The id of the bootstrap contextname - The name of the bootstrap context; if null default value is usedpublic void removeBootstrapContext(String id)
id - The id of the bootstrap contextpublic String createIdentifier(String raClz, Map<String,String> cps)
raClz - The resource adapter class namecps - The config propertiesCopyright © 2013 IronJacamar (http://www.ironjacamar.org)