|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.soa.esb.lifecycle.LifecycleResourceManager
public class LifecycleResourceManager
Lifecycle resource manager.
| Field Summary | |
|---|---|
static java.lang.String |
DEFAULT_IDENTITY
The default identity used for unassociated requests. |
| Constructor Summary | |
|---|---|
LifecycleResourceManager()
|
|
| Method Summary | |
|---|---|
void |
associateDeployment(java.lang.String deploymentName)
Associate the current thread with a specified deployment. |
void |
cleanContextResources(java.lang.String identity)
Cleanup resources for the specific identity. |
void |
cleanupAllResources()
Cleanup all remaining resources. |
static void |
deactivateHook()
Deactivate the cleanup hook. |
void |
destroyResources()
Destroy the class loader resources. |
void |
disassociateDeployment(java.lang.String deploymentName)
Disassociate the current thread with a specified deployment. |
java.lang.String |
getIdentity()
The the current classloader identity. |
static LifecycleResourceManager |
getSingleton()
Get the singleton instance. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String DEFAULT_IDENTITY
| Constructor Detail |
|---|
public LifecycleResourceManager()
| Method Detail |
|---|
public void associateDeployment(java.lang.String deploymentName)
deploymentName - The deployment name.public void disassociateDeployment(java.lang.String deploymentName)
deploymentName - The deployment name.public java.lang.String getIdentity()
public void cleanContextResources(java.lang.String identity)
identity - The identity being cleaned.public void destroyResources()
public void cleanupAllResources()
public static LifecycleResourceManager getSingleton()
public static void deactivateHook()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||