org.openmobileis.synchro.openmsp.protocol.RequestCommand Class Reference

Inheritance diagram for org.openmobileis.synchro.openmsp.protocol.RequestCommand:

org.openmobileis.synchro.openmsp.protocol.AbstractCommand org.openmobileis.synchro.openmsp.protocol.Element org.openmobileis.synchro.openmsp.protocol.Element org.openmobileis.common.util.OpenMISSerializable org.openmobileis.common.util.OpenMISSerializable org.openmobileis.synchro.openmsp.protocol.Command List of all members.

Detailed Description

Title: OpenMobileIS project source
Description: Request command class manages the following commands : Sync, Map In fact, it manages all request commands which not use source and target attributes Request commands manages optional meta information and a credential.

Author:
Philippe Delrieu
Since:
JDK 1.1
Version:
1.0.
See also:
: Command

Definition at line 39 of file RequestCommand.java.

Public Member Functions

 RequestCommand (int commandType)
void setCredential (String meta, String data)
void setCredentialMeta (String meta)
void setCredentialData (String data)
String[] getCrendential ()
String getMetaInformation ()
void setMetaInformation (String meta)
String toString ()
void writeContent (StringBuffer buffer)

Protected Attributes

String[] credential
String metaInfo

Static Package Attributes

static final long serialVersionUID = 1L
 Set version of the serialized data to make it compatible with new class versions.


The documentation for this class was generated from the following file:
Generated on Mon Dec 4 11:03:42 2006 for OpenMobileIS by  doxygen 1.5.1-p1