Class ClajRoutines.CachedRoomList
java.lang.Object
com.xpdustry.claj.server.ClajRoutines.CachedRoomList
- Enclosing class:
ClajRoutines
-
Field Summary
FieldsModifier and TypeFieldDescriptionlongfinal com.xpdustry.claj.common.packets.RoomListPacketfinal arc.struct.Seq<ClajConnection> arc.util.Timer.Taskfinal arc.struct.ObjectSet<Long> final com.xpdustry.claj.common.status.ClajType -
Constructor Summary
ConstructorsConstructorDescriptionCachedRoomList(com.xpdustry.claj.common.status.ClajType type, arc.struct.LongMap<ClajRoom> rooms) -
Method Summary
-
Field Details
-
type
public final com.xpdustry.claj.common.status.ClajType type -
packet
public final com.xpdustry.claj.common.packets.RoomListPacket packet -
lastUpdate
public long lastUpdate -
pending
-
requesting
-
refreshTask
public arc.util.Timer.Task refreshTask
-
-
Constructor Details
-
CachedRoomList
public CachedRoomList(com.xpdustry.claj.common.status.ClajType type, arc.struct.LongMap<ClajRoom> rooms)
-
-
Method Details
-
remove
public void remove(long room) -
set
-
refresh
-
refresh
-
send
public void send() -
isOutdated
public boolean isOutdated() -
updating
public boolean updating()
-