|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.dyade.aaa.agent.Network
fr.dyade.aaa.agent.StreamNetwork
fr.dyade.aaa.agent.SimpleNetwork
SimpleNetwork
is a simple implementation of
StreamNetwork
class with a single connection at
a time.
Field Summary |
Fields inherited from class fr.dyade.aaa.agent.Network |
bootTSFN, domain, idxLS, logmon, name, port, qout, servers, serversFN, sid |
Constructor Summary | |
SimpleNetwork()
Creates a new network component. |
Method Summary | |
boolean |
isRunning()
Tests if the network component is alive. |
void |
start()
Causes this network component to begin execution. |
void |
stop()
Forces the network component to stop executing. |
java.lang.String |
toString()
Returns a string representation of this consumer, including the daemon's name and status. |
Methods inherited from class fr.dyade.aaa.agent.StreamNetwork |
init |
Methods inherited from class fr.dyade.aaa.agent.Network |
delete, deliver, getDomainName, getName, getPort, getQueue, index, insert, post, restore, save, setPort, validate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public SimpleNetwork()
Method Detail |
public void start() throws java.io.IOException
java.io.IOException
stop
public void stop()
start
public boolean isRunning()
MessageConsumer
is alive; false
otherwise.public java.lang.String toString()
toString
in class Network
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |