|
jSyncManager | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jSyncManager.API.Protocol.Util.CMP_Address
This class is used to manage the address string reported by the CMP Communication Preferences Exchange response.
| Field Summary | |
(package private) java.lang.String |
address
The address information from the preferences exchange response argument. |
| Constructor Summary | |
CMP_Address()
Create a new instance of the CMP Communication Preferences class. |
|
CMP_Address(byte[] inData)
Construct a new CMP Address instance from an array of bytes. |
|
CMP_Address(java.lang.String addr)
Create a new instance of the CMP Address class using the specified address. |
|
| Method Summary | |
java.lang.String |
getAddress()
Retrieves the address contained within this object. |
byte[] |
object2Bytes()
Converts this object to an array of bytes suitable for transmission. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
java.lang.String address
| Constructor Detail |
public CMP_Address()
public CMP_Address(java.lang.String addr)
addr - the address string to use in this packet.public CMP_Address(byte[] inData)
inData - the data array to be parsed.| Method Detail |
public java.lang.String getAddress()
public byte[] object2Bytes()
|
jSyncManager | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||