Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.zazof.jtegServer
Class ProtocolVersion3  view ProtocolVersion3 download ProtocolVersion3.java

java.lang.Object
  extended byorg.zazof.jtegServer.Protocol
      extended byorg.zazof.jtegServer.ProtocolVersion3

public class ProtocolVersion3
extends Protocol


Field Summary
private  java.util.Hashtable $mhs
           
 
Fields inherited from class org.zazof.jtegServer.Protocol
log
 
Constructor Summary
ProtocolVersion3()
           
 
Method Summary
 void addMessageHandler(java.lang.String messageID, MessageHandler mh)
          adds a MessageHandler to this protocol.
(package private)  void handle(Message m)
          processes the message
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

$mhs

private java.util.Hashtable $mhs
Constructor Detail

ProtocolVersion3

public ProtocolVersion3()
Method Detail

addMessageHandler

public void addMessageHandler(java.lang.String messageID,
                              MessageHandler mh)
Description copied from class: Protocol
adds a MessageHandler to this protocol.

Overrides:
addMessageHandler in class Protocol

handle

void handle(Message m)
Description copied from class: Protocol
processes the message

Overrides:
handle in class Protocol