public class WrapperManagerAgent extends AbstractAgent
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_WRAPPER_MBEAN_NAME
For cases when Mule is embedded in another process and that external process
had registered the MBean.
|
static String |
WRAPPER_OBJECT_NAME
MBean name to register under.
|
muleContext, namePHASE_NAMEPHASE_NAMEPHASE_NAMEPHASE_NAME| Constructor and Description |
|---|
WrapperManagerAgent() |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose()
A lifecycle method where implementor should free up any resources.
|
String |
getDescription()
Should be a 1 line description of the agent
|
void |
initialise()
Method used to perform any initialisation work.
|
protected void |
lazyInitWrapperManager() |
void |
registered() |
void |
start() |
void |
stop() |
void |
unregistered() |
protected void |
unregisterMBeansIfNecessary()
Unregister all MBeans if there are any left over the old deployment
|
protected void |
unregisterMeQuietly()
Quietly unregister ourselves.
|
getDependentAgents, getName, setMuleContext, setNamepublic static final String WRAPPER_OBJECT_NAME
public static final String DEFAULT_WRAPPER_MBEAN_NAME
public void initialise()
throws InitialisationException
InitialisableInitialisationException should be thrown,
causing the Mule instance to shutdown. If the error is recoverable, say by
retrying to connect, a RecoverableException should be thrown.
There is no guarantee that by throwing a Recoverable exception that the Mule
instance will not shut down.initialise in interface Initialisableinitialise in class AbstractAgentInitialisationException - if a fatal error occurs causing the Mule instance to shutdownRecoverableException - if an error occurs that can be recovered frompublic void start()
throws MuleException
MuleExceptionpublic void stop()
throws MuleException
MuleExceptionpublic void dispose()
Disposablepublic void registered()
public void unregistered()
public String getDescription()
AgentgetDescription in interface AgentgetDescription in class AbstractAgentprotected void lazyInitWrapperManager()
protected void unregisterMBeansIfNecessary()
throws javax.management.MalformedObjectNameException,
javax.management.InstanceNotFoundException,
javax.management.MBeanRegistrationException
javax.management.MalformedObjectNameExceptionjavax.management.InstanceNotFoundExceptionjavax.management.MBeanRegistrationExceptionprotected void unregisterMeQuietly()
Copyright © 2003-2012 MuleSource, Inc.. All Rights Reserved.