Package tigase.mix.model
Class RoomGhostbuster.MonitoredObject
- java.lang.Object
-
- tigase.mix.model.RoomGhostbuster.MonitoredObject
-
- Enclosing class:
- RoomGhostbuster
protected class RoomGhostbuster.MonitoredObject extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description MonitoredObject(tigase.xmpp.jid.JID occupantJID)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidaddChannel(tigase.xmpp.jid.BareJID channel)protected tigase.xmpp.jid.BareJID[]getChannels()tigase.xmpp.jid.JIDgetOccupantJID()tigase.xmpp.jid.BareJIDgetPingSource()protected booleanisEmpty()protected voidremoveChannel(tigase.xmpp.jid.BareJID channel)protected voidupdateLastActivity()booleanwasActiveSince(long since)
-
-
-
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()
-
-