fr.dyade.aaa.agent
Interface NetworkMBean
- HttpNetwork, Network, NGNetwork, PoolNetwork, SimpleNetwork, SSLNetwork, StreamNetwork
public interface NetworkMBean
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
|
getName
public String getName()
Returns this Engine
's name.
- this
Engine
's name.
isRunning
public boolean isRunning()
Tests if the engine is alive.
- 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