Uses of Class
nl.west.aaa.AAAUnit

Packages that use AAAUnit
nl.west.aaa   
 

Uses of AAAUnit in nl.west.aaa
 

Fields in nl.west.aaa declared as AAAUnit
protected  AAAUnit UDPTransport.receiver
           
 

Methods in nl.west.aaa with parameters of type AAAUnit
 boolean MessageHandlerContainer.handleMessage(Message msg, AAAUnit unit)
          Try sending the message to the handlers.
 boolean AAAUnit.handleMessage(Message msg, AAAUnit unit)
          Handle an incoming message.
 boolean ReplyHandler.handleMessage(Message msg, AAAUnit unit)
          If the message is a reply to a registered waiter, the waiter is woken up and true is returned.
 void TransportProtocol.startListening(AAAUnit receiver)
          Listen for connections and pass them to the AAAUnit useing the handleIncoming() method of the AAAUnit.
 boolean AccountingHandler.handleMessage(Message msg, AAAUnit unit)
          Process the incoming message.
protected abstract  boolean AccountingHandler.handleRequest(Message msg, AAAUnit unit)
          Handle the incoming accounting request.
 boolean MessageHandler.handleMessage(Message msg, AAAUnit unit)
          Process the incoming message.
 boolean DebugHandler.handleMessage(Message msg, AAAUnit unit)
           
 void UDPTransport.startListening(AAAUnit receiver)
          Listen for connections and pass them to the AAAUnit useing the handleIncoming() method of the AAAUnit.
 void TCPTransport.startListening(AAAUnit receiver)
          Listen for connections and pass them to the receiver useing the handleIncoming() method of the Receiver.
 boolean DomainHandler.handleMessage(Message msg, AAAUnit unit)
           
 

Constructors in nl.west.aaa with parameters of type AAAUnit
AccountingHandler.AccountingHandler(AAAUnit unit)
           
AccountingSender.AccountingSender(int model, AAAUnit unit)
          Create a new AccountingSender and connect it to the given AAAUnit.
 




Arthur <arthur@ch.twi.tudelft.nl> http://ch.twi.tudelft.nl/~arthur/
2002-05-27