|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.electrotank.electroserver5.extensions.api.value.UserConfig
public class UserConfig
This class defines the configuration of a given user and its relationship with a specific room/zone. Default for each boolean is false.
ElectroServerApi.addUsersToRoom,
ElectroServerApi.createRoom,
ElectroServerApi.createRoomInNamedZone| Constructor Summary | |
|---|---|
UserConfig()
|
|
| Method Summary | |
|---|---|
String |
getUserName()
Gets the name of the user. |
boolean |
isReceivingRoomAttributeUpdates()
Is the user receiving room attribute updates? |
boolean |
isReceivingRoomListUpdates()
Is the user receiving room list updates? |
boolean |
isReceivingRoomVariableUpdates()
Is the user receiving room variable updates? |
boolean |
isReceivingUserListUpdates()
Is the user receiving user list updates? |
boolean |
isReceivingUserVariableUpdates()
Is the user receiving user variable updates? |
boolean |
isReceivingVideoEvents()
Is the user receiving video events? |
void |
setReceivingRoomAttributeUpdates(boolean receivingRoomAttributeUpdates)
Sets whether a user is receiving room attribute updates |
void |
setReceivingRoomListUpdates(boolean receivingRoomListUpdates)
Sets if the user is receiving room list updates. |
void |
setReceivingRoomVariableUpdates(boolean receivingRoomVariableUpdates)
Sets if the user is receiving room variable updates. |
void |
setReceivingUserListUpdates(boolean receivingUserListUpdates)
Sets if the user is receiving user list updates. |
void |
setReceivingUserVariableUpdates(boolean receivingUserVariableUpdates)
Sets if the user is receiving user variable updates. |
void |
setReceivingVideoEvents(boolean receivingVideoEvents)
Sets whether the user is receiving video events. |
void |
setUserName(String userName)
Sets the name of the user. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UserConfig()
| Method Detail |
|---|
public boolean isReceivingRoomListUpdates()
public void setReceivingRoomListUpdates(boolean receivingRoomListUpdates)
receivingRoomListUpdates - a boolean indicating if the user is receiving room list updatespublic boolean isReceivingRoomVariableUpdates()
public void setReceivingRoomVariableUpdates(boolean receivingRoomVariableUpdates)
receivingRoomVariableUpdates - a boolean indicating if the user is receiving room variable updatespublic boolean isReceivingUserListUpdates()
public void setReceivingUserListUpdates(boolean receivingUserListUpdates)
receivingUserListUpdates - a boolean indicating if the user is receiving user list updatespublic boolean isReceivingUserVariableUpdates()
public void setReceivingUserVariableUpdates(boolean receivingUserVariableUpdates)
receivingUserVariableUpdates - a boolean indicating if the user is receiving user variable updatespublic boolean isReceivingVideoEvents()
public void setReceivingVideoEvents(boolean receivingVideoEvents)
receivingVideoEvents - a boolean indicating if the user is receiving video eventspublic String getUserName()
public void setUserName(String userName)
userName - unique string identifying the userpublic boolean isReceivingRoomAttributeUpdates()
public void setReceivingRoomAttributeUpdates(boolean receivingRoomAttributeUpdates)
receivingRoomAttributeUpdates - a boolean indicating if the user is receiving room attribute updates
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||