fr.dyade.aaa.agent
Interface NetworkMBean

All Known Implementing Classes:
Network

public interface NetworkMBean


Method Summary
 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.

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