public class ActiveMQResourceReleaser extends Object implements ResourceReleaser
| Modifier and Type | Field and Description |
|---|---|
static String |
ACTIVEMQ_DRIVER_TIMER_THREAD_CLASS_NAME |
static String |
ACTIVEMQ_DRIVER_TIMER_THREAD_NAME |
static String |
COMPOSITE_CLASS_LOADER_CLASS_NAME |
| Constructor and Description |
|---|
ActiveMQResourceReleaser(ClassLoader classLoader)
Creates a new Instance of ActiveMQResourceReleaser
|
| Modifier and Type | Method and Description |
|---|---|
void |
release()
Attempts to release, during an
Artifact undeployment, resources that were not explicitly released and could cause a
memory leak. |
public static final String ACTIVEMQ_DRIVER_TIMER_THREAD_CLASS_NAME
public static final String ACTIVEMQ_DRIVER_TIMER_THREAD_NAME
public static final String COMPOSITE_CLASS_LOADER_CLASS_NAME
public ActiveMQResourceReleaser(ClassLoader classLoader)
classLoader - ClassLoader which loaded the ActiveMQ Driver.public void release()
ResourceReleaserArtifact undeployment, resources that were not explicitly released and could cause a
memory leak.release in interface ResourceReleaserCopyright © 2003–2022 MuleSoft, Inc.. All rights reserved.