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, name
PHASE_NAME
PHASE_NAME
PHASE_NAME
PHASE_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, setName
public static final String WRAPPER_OBJECT_NAME
public static final String DEFAULT_WRAPPER_MBEAN_NAME
public void initialise() throws InitialisationException
Initialisable
InitialisationException
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 Initialisable
initialise
in class AbstractAgent
InitialisationException
- if a fatal error occurs causing the Mule instance to shutdownRecoverableException
- if an error occurs that can be recovered frompublic void start() throws MuleException
MuleException
public void stop() throws MuleException
MuleException
public void dispose()
Disposable
public void registered()
public void unregistered()
public String getDescription()
Agent
getDescription
in interface Agent
getDescription
in class AbstractAgent
protected void lazyInitWrapperManager()
protected void unregisterMBeansIfNecessary() throws MalformedObjectNameException, InstanceNotFoundException, MBeanRegistrationException
protected void unregisterMeQuietly()
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.