Class ConnectionRecordExt

java.lang.Object
tigase.cluster.strategy.ConnectionRecord
tigase.server.cluster.strategy.ConnectionRecordExt
All Implemented Interfaces:
Comparable<tigase.cluster.strategy.ConnectionRecord>, tigase.cluster.strategy.ConnectionRecordIfc

public class ConnectionRecordExt extends tigase.cluster.strategy.ConnectionRecord
Author:
kobit
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    long
     
    tigase.xml.Element
     
    long
     
    void
    setLastPresence(tigase.xml.Element presence)
     
    void
    setRecordFields(tigase.xmpp.jid.JID node, tigase.xmpp.jid.JID userJid, String sessionId, tigase.xmpp.jid.JID connectionId, long creationTime, long loginTime)
     
     

    Methods inherited from class tigase.cluster.strategy.ConnectionRecord

    compareTo, equals, getConnectionId, getNode, getSessionId, getUserJid, hashCode, setConnectionId, setElement, setRecordFields, toElement

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • ConnectionRecordExt

      public ConnectionRecordExt()
  • Method Details

    • getCreationTime

      public long getCreationTime()
    • getLastPresence

      public tigase.xml.Element getLastPresence()
    • setLastPresence

      public void setLastPresence(tigase.xml.Element presence)
    • getLoginTime

      public long getLoginTime()
    • setRecordFields

      public void setRecordFields(tigase.xmpp.jid.JID node, tigase.xmpp.jid.JID userJid, String sessionId, tigase.xmpp.jid.JID connectionId, long creationTime, long loginTime)
    • toString

      public String toString()
      Overrides:
      toString in class tigase.cluster.strategy.ConnectionRecord