|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.rit.pj.cluster.Message
public abstract class Message
Class Message is the abstract base class for a message sent to a process in the PJ cluster middleware.
| Field Summary | |
|---|---|
static int |
FILE_READ_DATA
The message tag for a message containing data read from a file. |
static int |
FILE_WRITE_DATA
The message tag for a message containing data to write to a file. |
static int |
FROM_JOB_BACKEND
The message tag for a message from a job backend process. |
static int |
FROM_JOB_FRONTEND
The message tag for a message from a job frontend process. |
static int |
FROM_JOB_LAUNCHER
The message tag for a message from a job launcher process. |
static int |
FROM_JOB_SCHEDULER
The message tag for a message from a job scheduler process. |
| Constructor Summary | |
|---|---|
Message()
Construct a new message. |
|
Message(int theTag)
Construct a new message with the given message tag. |
|
| Method Summary | |
|---|---|
int |
getTag()
Get the message tag to use when sending this message. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.io.Externalizable |
|---|
readExternal, writeExternal |
| Field Detail |
|---|
public static final int FROM_JOB_BACKEND
public static final int FROM_JOB_FRONTEND
public static final int FROM_JOB_LAUNCHER
public static final int FROM_JOB_SCHEDULER
public static final int FILE_WRITE_DATA
public static final int FILE_READ_DATA
| Constructor Detail |
|---|
public Message()
public Message(int theTag)
theTag - Message tag to use when sending this message.| Method Detail |
|---|
public int getTag()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||