org.mule
Class AbstractAgent
java.lang.Object
org.mule.AbstractAgent
- All Implemented Interfaces:
- Agent, MuleContextAware, Disposable, Initialisable, Lifecycle, Startable, Stoppable, NameableObject, NamedObject
- Direct Known Subclasses:
- AbstractNotificationLoggerAgent, DefaultJmxSupportAgent, HeartbeatAgent, JdmkAgent, JettyWebappServerAgent, JmxAgent, Log4jAgent, Mx4jAgent, RemoteDispatcherAgent, RmiRegistryAgent, WrapperManagerAgent
public abstract class AbstractAgent
- extends Object
- implements Agent, MuleContextAware
Implements common methods for all Agents. Importantly, the MuleContext is made available to Agents that
extend this.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.mule.api.lifecycle.Startable |
start |
Methods inherited from interface org.mule.api.lifecycle.Stoppable |
stop |
muleContext
protected MuleContext muleContext
name
protected String name
AbstractAgent
protected AbstractAgent(String name)
getName
public final String getName()
- Description copied from interface:
NamedObject
- Gets the name of the object
- Specified by:
getName
in interface NamedObject
- Returns:
- the name of the object
setName
public final void setName(String name)
- Description copied from interface:
NameableObject
- Sets the name of the object
- Specified by:
setName
in interface NameableObject
- Parameters:
name
- the name of the object
getDescription
public String getDescription()
- Description copied from interface:
Agent
- A description of the agent that gets displayed in the splash
screen when the Mule Context starts up.
- Specified by:
getDescription
in interface Agent
- Returns:
- a 1 line description of the agent.
setMuleContext
public void setMuleContext(MuleContext context)
- Specified by:
setMuleContext
in interface MuleContextAware
unregisterMeQuietly
protected void unregisterMeQuietly()
- Quietly unregister ourselves.
Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.