be.SIRAPRISE.messages
Class EndConnectionMessageType

java.lang.Object
  extended by be.SIRAPRISE.messages.ServerMessageType
      extended by be.SIRAPRISE.messages.ServerInputMessageType
          extended by be.SIRAPRISE.messages.EndConnectionMessageType
Direct Known Subclasses:
EndConnectionMessageTypeV1_0

public abstract class EndConnectionMessageType
extends ServerInputMessageType

The EndConnectionMessageType is the message type sent by clients to a SIRA_PRISE server when that client wishes to close down and discard a connection it has obtained to the server.

Author:
Erwin Smout

Field Summary
static int MESSAGETYPEID
          Comment for MESSAGETYPEID
 
Method Summary
abstract  EndConnectionMessage message()
          Factory method for creating messages of this version of the type
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MESSAGETYPEID

public static final int MESSAGETYPEID
Comment for MESSAGETYPEID

See Also:
Constant Field Values
Method Detail

message

public abstract EndConnectionMessage message()
Factory method for creating messages of this version of the type

Returns:
An EndConnectionMessage