All Packages Class Hierarchy This Package Previous Next Index
Class guinea.ui.remote.RemoteCommandReply
java.lang.Object
|
+----guinea.ui.remote.RemoteCommandReply
- public class RemoteCommandReply
- extends Object
- implements Serializable
Variable Index
- ·
result
- The return from the command, if exception occured, this is the exception.
- ·
serial
- Serial number or id of this reply that corresponds to the message.
- ·
status
-
- ·
STATUS_EXCEPTION
-
- ·
STATUS_OK
-
Constructor Index
- ·
RemoteCommandReply(int)
-
- ·
RemoteCommandReply(int, Exception)
-
- ·
RemoteCommandReply(int, int, Object)
-
- ·
RemoteCommandReply(int, Object)
-
- ·
RemoteCommandReply(RemoteCommand)
-
- ·
RemoteCommandReply(RemoteCommand, Exception)
-
- ·
RemoteCommandReply(RemoteCommand, int, Object)
-
- ·
RemoteCommandReply(RemoteCommand, Object)
-
Method Index
- ·
getSerial()
-
- ·
toString()
- Returns a string representation of the object.
Variables
·
serial
public int serial
- Serial number or id of this reply that corresponds to the message.
·
STATUS_OK
public static final int STATUS_OK
·
STATUS_EXCEPTION
public static final int STATUS_EXCEPTION
·
status
public int status
·
result
public Object result
- The return from the command, if exception occured, this is the exception.
Constructors
·
RemoteCommandReply
public RemoteCommandReply(int serial,
int status,
Object result)
·
RemoteCommandReply
public RemoteCommandReply(RemoteCommand command,
int status,
Object result)
·
RemoteCommandReply
public RemoteCommandReply(int serial,
Object result)
·
RemoteCommandReply
public RemoteCommandReply(RemoteCommand command,
Object result)
·
RemoteCommandReply
public RemoteCommandReply(int serial)
·
RemoteCommandReply
public RemoteCommandReply(RemoteCommand command)
·
RemoteCommandReply
public RemoteCommandReply(int serial,
Exception e)
·
RemoteCommandReply
public RemoteCommandReply(RemoteCommand command,
Exception e)
Methods
·
getSerial
public int getSerial()
·
toString
public String toString()
- Returns a string representation of the object.
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index