public class ConnectionRecord extends Object implements ConnectionRecordIfc, Comparable<ConnectionRecord>
| Constructor and Description |
|---|
ConnectionRecord()
Constructs ...
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ConnectionRecord rec) |
boolean |
equals(Object rec) |
tigase.xmpp.JID |
getConnectionId()
Method description
|
tigase.xmpp.JID |
getNode()
Method description
|
String |
getSessionId()
Method description
|
tigase.xmpp.JID |
getUserJid()
Method description
|
int |
hashCode() |
void |
setElement(tigase.xml.Element elem)
Method description
|
void |
setRecordFields(tigase.xmpp.JID node,
tigase.xmpp.JID userJid,
String sessionId,
tigase.xmpp.JID connectionId)
Method description
|
tigase.xml.Element |
toElement()
Method description
|
String |
toString() |
public int compareTo(ConnectionRecord rec)
compareTo in interface Comparable<ConnectionRecord>public tigase.xml.Element toElement()
ConnectionRecordIfctoElement in interface ConnectionRecordIfcElementpublic tigase.xmpp.JID getConnectionId()
ConnectionRecordIfcgetConnectionId in interface ConnectionRecordIfcJIDpublic tigase.xmpp.JID getNode()
ConnectionRecordIfcgetNode in interface ConnectionRecordIfcJIDpublic String getSessionId()
ConnectionRecordIfcgetSessionId in interface ConnectionRecordIfcStringpublic tigase.xmpp.JID getUserJid()
ConnectionRecordIfcgetUserJid in interface ConnectionRecordIfcJIDpublic void setElement(tigase.xml.Element elem)
ConnectionRecordIfcsetElement in interface ConnectionRecordIfcpublic void setRecordFields(tigase.xmpp.JID node,
tigase.xmpp.JID userJid,
String sessionId,
tigase.xmpp.JID connectionId)
ConnectionRecordIfcsetRecordFields in interface ConnectionRecordIfcCopyright © 2015 "Tigase, Inc.". All rights reserved.