cgl.narada.service.storage.file
Class ProfileRecord
java.lang.Object
cgl.narada.service.storage.file.ProfileRecord
- All Implemented Interfaces:
- Serializable
public class ProfileRecord
- extends Object
- implements Serializable
A row record of Profile database
- Version:
- 1.0
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
profileID
public String profileID
subscriptions
public byte[] subscriptions
profileType
public int profileType
templateID
public int templateID
destID
public int destID
ProfileRecord
public ProfileRecord(String pID,
byte[] sub,
int type,
int tempID,
int destID)
For comments and suggestions please send
e-mail to
The NaradaBrokering Project