pawn.messages
Class MessageType

java.lang.Object
  |
  +--pawn.messages.MessageType

public class MessageType
extends java.lang.Object


Field Summary
static int APPINIT
           
static int APPLOADER
           
static int APPREQUEST
           
static int APPRESPONSE
           
static int COMMANDREQUEST
           
static int GET_APP_OBJECT_LIST
           
static int LOCKREQUEST
           
static int LOCKRESPONSE
           
static int VIEWREQUEST
           
 
Constructor Summary
MessageType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GET_APP_OBJECT_LIST

public static final int GET_APP_OBJECT_LIST
See Also:
Constant Field Values

VIEWREQUEST

public static final int VIEWREQUEST
See Also:
Constant Field Values

COMMANDREQUEST

public static final int COMMANDREQUEST
See Also:
Constant Field Values

APPREQUEST

public static final int APPREQUEST
See Also:
Constant Field Values

APPRESPONSE

public static final int APPRESPONSE
See Also:
Constant Field Values

APPLOADER

public static final int APPLOADER
See Also:
Constant Field Values

LOCKREQUEST

public static final int LOCKREQUEST
See Also:
Constant Field Values

LOCKRESPONSE

public static final int LOCKRESPONSE
See Also:
Constant Field Values

APPINIT

public static final int APPINIT
See Also:
Constant Field Values
Constructor Detail

MessageType

public MessageType()