sharpster.common
Class DaemonDaemonMessage

java.lang.Object
  |
  +--sharpster.common.DaemonDaemonMessage
All Implemented Interfaces:
java.io.Serializable

public class DaemonDaemonMessage
extends java.lang.Object
implements java.io.Serializable

Container class for communication between two daemons.

See Also:
Serialized Form

Field Summary
 int commandId
          Holds the command
 sharpster.common.FileCollection files
           
 sharpster.common.ResponseCollection response
           
 java.lang.String role
           
 java.lang.String user
           
 
Constructor Summary
DaemonDaemonMessage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

role

public java.lang.String role

commandId

public int commandId
Holds the command


files

public sharpster.common.FileCollection files

response

public sharpster.common.ResponseCollection response

user

public java.lang.String user
Constructor Detail

DaemonDaemonMessage

public DaemonDaemonMessage()