|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--sharpster.common.ClientDaemonMessage
Class holding objects to be passed between the Client Communication Module and the Daemon Communication Module.
Field Summary | |
sharpster.common.GroupCommand |
command
|
int |
commandId
A number that maps to the correct command. |
java.lang.String |
CVScommand
Holds the CVScommand for methods that need it. |
sharpster.common.FileCollection |
files
Holds the FileCollection for methods that need it. |
java.lang.String |
fromUser
Holds fromUser for methods that need it. |
sharpster.common.ResponseCollection |
response
Holds the ResponseCollection for methods that need it. |
java.lang.String |
role
|
java.lang.String |
workingDirectory
Holds workingDirectory for methods that need it. |
Constructor Summary | |
ClientDaemonMessage()
Constructs a daemon communication object |
Method Summary | |
void |
clear()
Sets default empty values for all attributes. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public java.lang.String role
public sharpster.common.GroupCommand command
public int commandId
public java.lang.String fromUser
public java.lang.String workingDirectory
public java.lang.String CVScommand
public sharpster.common.FileCollection files
public sharpster.common.ResponseCollection response
Constructor Detail |
public ClientDaemonMessage()
Method Detail |
public void clear()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |