Class ConnectionRecordExt

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

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long getCreationTime()  
      tigase.xml.Element getLastPresence()  
      long getLoginTime()  
      void setLastPresence​(tigase.xml.Element presence)  
      void setRecordFields​(tigase.xmpp.jid.JID node, tigase.xmpp.jid.JID userJid, java.lang.String sessionId, tigase.xmpp.jid.JID connectionId, long creationTime, long loginTime)  
      java.lang.String toString()  
      • 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 Detail

      • ConnectionRecordExt

        public ConnectionRecordExt()
    • Method Detail

      • 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,
                                    java.lang.String sessionId,
                                    tigase.xmpp.jid.JID connectionId,
                                    long creationTime,
                                    long loginTime)
      • toString

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