Package | Description |
---|---|
org.jboss.jca.core.api.bootstrap |
The API for the IronJacamar Core/Bootstrap module.
|
org.jboss.jca.core.bootstrapcontext |
This package contains implementations of the BootstrapContext interface.
|
Modifier and Type | Method and Description |
---|---|
CloneableBootstrapContext |
CloneableBootstrapContext.clone()
Clone the BootstrapContext implementation
|
Modifier and Type | Class and Description |
---|---|
class |
BaseCloneableBootstrapContext
The base implementation of the cloneable bootstrap context
|
Modifier and Type | Method and Description |
---|---|
CloneableBootstrapContext |
BaseCloneableBootstrapContext.clone()
Clone the BootstrapContext implementation
|
CloneableBootstrapContext |
BootstrapContextCoordinator.createBootstrapContext(java.lang.String id)
Create a bootstrap context
|
CloneableBootstrapContext |
BootstrapContextCoordinator.createBootstrapContext(java.lang.String id,
java.lang.String name)
Get a bootstrap context
|
CloneableBootstrapContext |
BootstrapContextCoordinator.getDefaultBootstrapContext()
Get the default bootstrap context
|
Modifier and Type | Method and Description |
---|---|
void |
BootstrapContextCoordinator.registerBootstrapContext(CloneableBootstrapContext bc)
Register bootstrap context
|
void |
BootstrapContextCoordinator.setDefaultBootstrapContext(CloneableBootstrapContext bc)
Set the default bootstrap context
|
void |
BootstrapContextCoordinator.unregisterBootstrapContext(CloneableBootstrapContext bc)
Unregister boostrap context
|
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)