fr.dyade.aaa.agent
Interface EngineMBean
public interface EngineMBean
String | dumpAgent(String id)
|
String | getName() - Returns this
Engine 's name.
|
int | getNbMaxAgents() - Returns the maximum number of agents loaded in memory.
|
boolean | isRunning() - Tests if the engine is alive.
|
void | start() - Causes this engine to begin execution
|
void | stop() - Forces the engine to stop executing
|
String | toString() - Returns a string representation of this engine.
|
dumpAgent
public String dumpAgent(String id)
throws Exception
getName
public String getName()
Returns this Engine
's name.
- this
Engine
's name.
getNbMaxAgents
public int getNbMaxAgents()
Returns the maximum number of agents loaded in memory.
- the maximum number of agents loaded in memory
isRunning
public boolean isRunning()
Tests if the engine is alive.
- true if this
MessageConsumer
is alive; false
otherwise.
start
public void start()
throws Exception
Causes this engine to begin execution
stop
public void stop()
Forces the engine to stop executing
toString
public String toString()
Returns a string representation of this engine.
- A string representation of this engine.
Copyright B) 2004 Scalagent - All rights reserved