cz.cuni.pogamut.server.requests
Class UTServerRequest

java.lang.Object
  extended by cz.cuni.pogamut.server.requests.UTServerRequest
Direct Known Subclasses:
UTServerRequestConfigChange, UTServerRequestConnect, UTServerRequestInner, UTServerRequestInventory, UTServerRequestItems, UTServerRequestMapChange, UTServerRequestMaps, UTServerRequestNavPoints, UTServerRequestPlayers, UTServerRequestReconnect, UTServerRequestReconnectForced, UTServerRequestTermination

public abstract class UTServerRequest
extends java.lang.Object


Field Summary
protected  java.lang.String origin
          Tells us who did the request.
protected  UTServerRequestType type
          Type of the request ... not to use instance of :)
 
Constructor Summary
UTServerRequest(UTServerRequestType type)
           
 
Method Summary
 java.lang.String getOrigin()
           
 UTServerRequestType getType()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

origin

protected java.lang.String origin
Tells us who did the request.


type

protected UTServerRequestType type
Type of the request ... not to use instance of :)

Constructor Detail

UTServerRequest

public UTServerRequest(UTServerRequestType type)
Method Detail

getOrigin

public java.lang.String getOrigin()

getType

public UTServerRequestType getType()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object