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.
 boolean isRunning()
          Tests if the engine is alive.
 void start()
          Causes this engine to begin execution
 void stop()
          Forces the engine to stop executing
 

Method Detail

getName

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

Returns:
this Engine's name.

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

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