Interface ConnectionRecordIfc

All Known Implementing Classes:
ConnectionRecord

public interface ConnectionRecordIfc
Author:
kobit
  • 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)