|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ReadOnlyRoomVariable
Room Variables are name/value pairs stored on the server and scoped
to a room. These variables are seen by users in that room and are
accessible by server extensions. Room variables can be created
during the room creation process, by users in the room, or by server
extensions. The value of a room variable is an
EsObject.
RoomVariableEvents,
ElectroServerApi.getRoomVariable| Method Summary | |
|---|---|
String |
getName()
Gets the name of the room variable. |
EsObjectRO |
getValue()
Gets the value of the room variable, as an EsObject. |
boolean |
isLocked()
Is the room variable locked? If true then the variable cannot be modified until it is unlocked. |
boolean |
isPersistent()
Is this room variable persistent? If true then when the user that creates the room variable leaves the room the variable remains. |
| Method Detail |
|---|
boolean isPersistent()
String getName()
EsObjectRO getValue()
boolean isLocked()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||