|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jvm.message.MessageConstants
A class that defines some Message specific constants.
Written: Radu Sion
Version: 0.21
Source: MessageConstants.java
Message
Field Summary | |
static java.lang.String |
ADDTOGRP_ID
ADD me also to this group please says the client. |
static EntityID |
BCAST_EID
Special EntityID object that should be used as destination when sending broadcasts on local server. |
static GroupID |
BCAST_GID
Special GroupID object that includes/matches all groups on local server. |
static java.lang.String |
BROADCAST
Single server broadcast destination. |
static java.lang.String |
CTS_ID
Clear To Send says server. |
static java.lang.String |
DATA_ID
Data message type. |
static java.lang.String |
DNF_ID
Destination not found says the server. |
static java.lang.String |
DOWN_ID
Some entity went down says server. |
static java.lang.String |
ECHO_ID
Send me a NOP message says client to server or server to client. |
static java.lang.String |
GROUP_BROADCAST
Broadcast inside a group on a given server or inside the whole medium. |
static java.lang.String |
IAMSERVER_ID
I am a server says a server to another. |
static java.lang.String |
INVALID
Invalid destination. |
INVRQ_ID
Invalid request says server. |
|
static java.lang.String |
LISTENTITIES_ID
Send me a vector with all your connected active entityid's, says the client to the server or a server to another server. |
static java.lang.String |
LISTSERVERS_ID
Send me a vector with all your active serverid's, says the client to the server or a server to another server. |
static java.lang.String |
LOGOUT_ID
Please log me out says the client. |
static java.lang.String |
NEWFILTER_ID
Please set a new message filter for me. |
static EntityID |
NO_EID
Special EntityID object that should be used instead of returning null (entity id) |
static java.lang.String |
NOP_ID
No OPeration message. |
static java.lang.String |
OK_ID
Request fulfilled says server. |
static EntityID |
RBCAST_EID
Special EntityID object that should be used as destination when sending a global broadcast on all connected servers. |
static java.lang.String |
REMOTE_BROADCAST
Broadcast on all connected servers to all entities connected. |
static java.lang.String |
RESET_ID
Reset yourself says server OR please reset me (send me reset message) says client. |
static java.lang.String |
RMFROMGRP_ID
Please remove me from this group says the client. |
static java.lang.String |
SERVER
Single server destination. |
static EntityID |
SERVER_EID
Special EntityID object that should be used as destination when directing requests to the server. |
static java.lang.String |
UNKNOWN
Unknown destination. |
static EntityID |
UNKNOWN_EID
Special EntityID object that should be used when entity is unknown. |
Constructor Summary | |
MessageConstants()
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
public static final java.lang.String INVALID
public static final java.lang.String SERVER
public static final java.lang.String BROADCAST
public static final java.lang.String GROUP_BROADCAST
public static final java.lang.String REMOTE_BROADCAST
public static final java.lang.String UNKNOWN
public static final EntityID SERVER_EID
public static final EntityID NO_EID
public static final EntityID BCAST_EID
public static final EntityID RBCAST_EID
public static final EntityID UNKNOWN_EID
public static final GroupID BCAST_GID
public static final java.lang.String DOWN_ID
public static final java.lang.String CTS_ID
public static final java.lang.String RESET_ID
Entity.getGroups()
public static final java.lang.String ECHO_ID
Entity.getGroups()
public static final java.lang.String INVRQ_ID
public static final java.lang.String OK_ID
public static final java.lang.String DNF_ID
public static final java.lang.String DATA_ID
public static final java.lang.String NOP_ID
public static final java.lang.String ADDTOGRP_ID
public static final java.lang.String LISTENTITIES_ID
public static final java.lang.String LISTSERVERS_ID
public static final java.lang.String RMFROMGRP_ID
public static final java.lang.String LOGOUT_ID
public static final java.lang.String NEWFILTER_ID
public static final java.lang.String IAMSERVER_ID
Constructor Detail |
public MessageConstants()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |