Inheritance diagram for org.openmobileis.synchro.openmsp.protocol.Command:
Definition at line 36 of file Command.java.
Public Member Functions | |
Command (int commandType, String source, String target) | |
String | getTarget () |
String | getSource () |
long | getSourceSessionID () |
return the optional sessionID of source element. | |
void | setSource (String source) |
void | setTarget (String target) |
void | setSourceSessionID (long sessionid) |
String | toString () |
void | writeContent (StringBuffer buffer) |
Protected Member Functions | |
Command (int commandType) | |
Protected Attributes | |
String | target |
long | sessionID = -1 |
String | source |
Static Package Attributes | |
static final long | serialVersionUID = 1L |
Set version of the serialized data to make it compatible with new class versions. |
|
return the optional sessionID of source element. If not present return -1. Definition at line 74 of file Command.java. References org.openmobileis.synchro.openmsp.protocol.Command.sessionID. Referenced by org.openmobileis.synchro.openmsp.server.synctarget.OpenMSPDBSynchroTargetListener.processCommand(). |