Package tigase.cluster.strategy
Interface ConnectionRecordIfc
-
- All Known Implementing Classes:
ConnectionRecord
public interface ConnectionRecordIfc- Author:
- kobit
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JIDgetConnectionId()JIDgetNode()java.lang.StringgetSessionId()JIDgetUserJid()voidsetElement(Element elem)voidsetRecordFields(JID node, JID userJid, java.lang.String sessionId, JID connectionId)ElementtoElement()
-