Class RoomGhostbuster.MonitoredObject

  • Enclosing class:
    RoomGhostbuster

    protected class RoomGhostbuster.MonitoredObject
    extends java.lang.Object
    • Constructor Detail

      • MonitoredObject

        public MonitoredObject​(tigase.xmpp.jid.JID occupantJID)
    • Method Detail

      • getOccupantJID

        public tigase.xmpp.jid.JID getOccupantJID()
      • getPingSource

        public tigase.xmpp.jid.BareJID getPingSource()
      • wasActiveSince

        public boolean wasActiveSince​(long since)
      • updateLastActivity

        protected void updateLastActivity()
      • addChannel

        protected void addChannel​(tigase.xmpp.jid.BareJID channel)
      • removeChannel

        protected void removeChannel​(tigase.xmpp.jid.BareJID channel)
      • getChannels

        protected tigase.xmpp.jid.BareJID[] getChannels()
      • isEmpty

        protected boolean isEmpty()