fr.dyade.aaa.agent

Interface EngineMBean

public interface EngineMBean

Method Summary

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.

Method Details

dumpAgent

public String dumpAgent(String id)
            throws Exception


getName

public String getName()
Returns this Engine's name.

Returns:
this Engine's name.


getNbMaxAgents

public int getNbMaxAgents()
Returns the maximum number of agents loaded in memory.

Returns:
the maximum number of agents loaded in memory


isRunning

public boolean isRunning()
Tests if the engine is alive.

Returns:
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.

Returns:
A string representation of this engine.


Copyright B) 2004 Scalagent - All rights reserved