Package tigase.cluster.strategy
Interface ConnectionRecordIfc
- All Known Implementing Classes:
ConnectionRecord
public interface ConnectionRecordIfc
- Author:
- kobit
-
Method Summary
Modifier and TypeMethodDescriptiontigase.xmpp.jid.JID
tigase.xmpp.jid.JID
getNode()
tigase.xmpp.jid.JID
void
setElement
(tigase.xml.Element elem) void
setRecordFields
(tigase.xmpp.jid.JID node, tigase.xmpp.jid.JID userJid, String sessionId, tigase.xmpp.jid.JID connectionId) tigase.xml.Element
-
Method Details
-
toElement
tigase.xml.Element toElement() -
getConnectionId
tigase.xmpp.jid.JID getConnectionId() -
getNode
tigase.xmpp.jid.JID getNode() -
getSessionId
String getSessionId() -
getUserJid
tigase.xmpp.jid.JID getUserJid() -
setElement
void setElement(tigase.xml.Element elem) -
setRecordFields
void setRecordFields(tigase.xmpp.jid.JID node, tigase.xmpp.jid.JID userJid, String sessionId, tigase.xmpp.jid.JID connectionId)
-