Package de.uplanet.lucy.server.chat
Klasse ChatMessages
java.lang.Object
de.uplanet.lucy.server.chat.ChatMessages
-
Felddetails
-
NO_MESSAGES
-
-
Methodendetails
-
size
public int size()- Gibt zurück:
- The number of messages in this collection.
-
iterator
- Gibt zurück:
- An iterator over this collection.
-
getPollingInterval
public int getPollingInterval()- Gibt zurück:
- The suggested polling interval in milliseconds.
-
getMemoryConsumption
public int getMemoryConsumption()- Gibt zurück:
- The estimated memory consumption of this collection.
-
getMaxMemoryConsumption
public int getMaxMemoryConsumption()- Gibt zurück:
- The maximum allowed memory consumption of this collection.
-