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

Quick Search    Search Deep

org.zazof.jteg
Class ProtocolThreeBuilder  view ProtocolThreeBuilder download ProtocolThreeBuilder.java

java.lang.Object
  extended byorg.zazof.jteg.MessageChainBuilder
      extended byorg.zazof.jteg.ProtocolThreeBuilder

public class ProtocolThreeBuilder
extends MessageChainBuilder

This class builds a Chain Of Responsability for protocol version 3 of TEG This is the protocol used by teg servers upto 0.7


Field Summary
private  Message $entryPoint
           
private static boolean DEBUG
           
 
Fields inherited from class org.zazof.jteg.MessageChainBuilder
 
Constructor Summary
ProtocolThreeBuilder()
           
 
Method Summary
 Message returnEntryPoint()
          Returns the first Message of the MessageChain that needs to be used as entrypoint
 
Methods inherited from class org.zazof.jteg.MessageChainBuilder
builderFactory, getProtocolVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

$entryPoint

private Message $entryPoint

DEBUG

private static final boolean DEBUG
See Also:
Constant Field Values
Constructor Detail

ProtocolThreeBuilder

public ProtocolThreeBuilder()
Method Detail

returnEntryPoint

public Message returnEntryPoint()
Returns the first Message of the MessageChain that needs to be used as entrypoint

Specified by:
returnEntryPoint in class MessageChainBuilder