fr.dyade.aaa.agent

Interface NetworkMBean

Known Implementing Classes:
HttpNetwork, Network, NGNetwork, PoolNetwork, SimpleNetwork, SSLNetwork, StreamNetwork

public interface NetworkMBean

Method Summary

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 Details

getName

public 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 Exception
Causes this engine to begin execution


stop

public void stop()
Forces the engine to stop executing


Copyright B) 2004 Scalagent - All rights reserved