fr.dyade.aaa.agent
Interface EngineMBean


public interface EngineMBean


Method Summary
 java.lang.String dumpAgent(java.lang.String id)
           
 java.lang.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
 java.lang.String toString()
          Returns a string representation of this engine.
 

Method Detail

getName

public java.lang.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.

dumpAgent

public java.lang.String dumpAgent(java.lang.String id)
                           throws java.lang.Exception
Throws:
java.lang.Exception

toString

public java.lang.String toString()
Returns a string representation of this engine.

Returns:
A string representation of this engine.

start

public void start()
           throws java.lang.Exception
Causes this engine to begin execution

Throws:
java.lang.Exception

stop

public void stop()
Forces the engine to stop executing



Copyright ? 2004 Scalagent - All rights reserved