public interface Agent extends Lifecycle, NamedObject
Agent
is a server plugin that can be initialised, started and
destroyed along with the UMOManager itself. Agents can initialise or bind to
external services such as a Jmx server.PHASE_NAME
PHASE_NAME
PHASE_NAME
PHASE_NAME
Modifier and Type | Method and Description |
---|---|
List |
getDependentAgents() |
String |
getDescription()
Should be a 1 line description of the agent
|
void |
registered() |
void |
unregistered() |
initialise
dispose
getName, setName
String getDescription()
void registered()
void unregistered()
List getDependentAgents()
null
.Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.