|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RoomVariable
The RoomVariable interface defines all the public methods and properties that an object representing a SmartFoxServer Room Variable exposes.
In the SmartFoxServer 2X client API this interface is implemented by the SFSRoomVariable class. Read the class description for additional informations.
SFSRoomVariable| Method Summary | |
|---|---|
boolean |
isPersistent()
Indicates whether this Room Variable is persistent or not. |
boolean |
isPrivate()
Indicates whether this Room Variable is private or not. |
void |
setPersistent(boolean persistent)
*Private* |
void |
setPrivate(boolean setPrivate)
*Private* |
| Methods inherited from interface sfs2x.client.entities.variables.UserVariable |
|---|
getBoolValue, getDoubleValue, getIntValue, getName, getSFSArrayValue, getSFSObjectValue, getStringValue, getType, getValue, isNull, toSFSArray |
| Method Detail |
|---|
boolean isPrivate()
NOTE: setting the isPersistent property manually on an existing Room Variable returned by the API has no effect on the server and can disrupt the API functioning. This flag can be set when the Room Variable object is created by the developer only (using the new keyword).
boolean isPersistent()
NOTE: setting the isPersistent property manually on an existing Room Variable returned by the API has no effect on the server and can disrupt the API functioning. This flag can be set when the Room Variable object is created by the developer only (using the new keyword).
void setPrivate(boolean setPrivate)
void setPersistent(boolean persistent)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||