public class ConnectionRecord extends Object implements ConnectionRecordIfc, Comparable<ConnectionRecord>
| Constructor and Description |
|---|
ConnectionRecord() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ConnectionRecord rec) |
boolean |
equals(Object rec) |
JID |
getConnectionId() |
JID |
getNode() |
String |
getSessionId() |
JID |
getUserJid() |
int |
hashCode() |
void |
setConnectionId(JID connectionId) |
void |
setElement(Element elem) |
void |
setRecordFields(JID node,
JID userJid,
String sessionId,
JID connectionId) |
Element |
toElement() |
String |
toString() |
public int compareTo(ConnectionRecord rec)
compareTo in interface Comparable<ConnectionRecord>public Element toElement()
toElement in interface ConnectionRecordIfcpublic JID getConnectionId()
getConnectionId in interface ConnectionRecordIfcpublic void setConnectionId(JID connectionId)
public JID getNode()
getNode in interface ConnectionRecordIfcpublic String getSessionId()
getSessionId in interface ConnectionRecordIfcpublic JID getUserJid()
getUserJid in interface ConnectionRecordIfcpublic void setElement(Element elem)
setElement in interface ConnectionRecordIfcpublic void setRecordFields(JID node, JID userJid, String sessionId, JID connectionId)
setRecordFields in interface ConnectionRecordIfcCopyright © 2004–2020 "Tigase, Inc.". All rights reserved.