|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MessageType
MessageType Interface contains the type of messages that can be sent in the application.
Field Summary | |
---|---|
static int |
ALIVE
ALIVE check if the connection is alive |
static int |
ARE_YOU_ALIVE
ARE_YOU_ALIVE a message checking if the connection is still active. |
static int |
CLOSE_CONNECTION
CLOSE_CONNECTION a message sent to the client to terminate there
connection if no more objects are able to be accessed. |
static int |
MARKER
MARKER a marker message used to get the global state of the system. |
static int |
NEW_REPLICA
NEW_REPLICA a message sent from the registry telling the
active replication manager that a new remote object has been added. |
static int |
REMOVE_REPLICA
REMOVE_REPLICA a message sent to the registry to remove
the replicated object from it list of remote objects. |
static int |
REPLY
REPLY a reply message |
static int |
REQUEST
REQUEST a request message to be sent. |
Field Detail |
---|
static final int REQUEST
REQUEST
a request message to be sent.
static final int REPLY
REPLY
a reply message
static final int MARKER
MARKER
a marker message used to get the global state of the system.
static final int NEW_REPLICA
NEW_REPLICA
a message sent from the registry telling the
active replication manager that a new remote object has been added.
static final int REMOVE_REPLICA
REMOVE_REPLICA
a message sent to the registry to remove
the replicated object from it list of remote objects.
static final int CLOSE_CONNECTION
CLOSE_CONNECTION
a message sent to the client to terminate there
connection if no more objects are able to be accessed.
static final int ARE_YOU_ALIVE
ARE_YOU_ALIVE
a message checking if the connection is still active.
static final int ALIVE
ALIVE
check if the connection is alive
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |