A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
warn(msg:String) — method, class net.user1.logger.Logger
Sends a message to the log, with severity "WARN".
WARN — Constant Static Variable, class net.user1.logger.Logger
watchForAccounts() — method, class net.user1.reactor.AccountManager
Asks the server to send a list of user accounts on the server, and then send notification any time a user account is created or removed.
WATCH_FOR_ACCOUNTS — Constant Static Variable, class net.user1.reactor.UPC
The internal message id for WATCH_FOR_ACCOUNTS, a UPC-fomatted message sent to the server.
WATCH_FOR_ACCOUNTS_RESULT — Event, class net.user1.reactor.AccountManager
WATCH_FOR_ACCOUNTS_RESULT — Constant Static Variable, class net.user1.reactor.AccountManagerEvent
Dispatched when the AccountManager receives the result of an earlier watchForAccounts() request.
WATCH_FOR_ACCOUNTS_RESULT — Constant Static Variable, class net.user1.reactor.UPC
watchForBannedAddresses() — method, class net.user1.reactor.ClientManager
Asks the server to send its list of banned client addresses, and then send notification any time an address is banned or unbanned.
WATCH_FOR_BANNED_ADDRESSES — Constant Static Variable, class net.user1.reactor.UPC
The internal message id for WATCH_FOR_BANNED_ADDRESSES, a UPC-fomatted message sent to the server.
WATCH_FOR_BANNED_ADDRESSES_RESULT — Event, class net.user1.reactor.ClientManager
WATCH_FOR_BANNED_ADDRESSES_RESULT — Constant Static Variable, class net.user1.reactor.ClientManagerEvent
Dispatched when the result of an earlier call to ClientManager.watchForBannedAddresses() is received.
WATCH_FOR_BANNED_ADDRESSES_RESULT — Constant Static Variable, class net.user1.reactor.UPC
watchForClients() — method, class net.user1.reactor.ClientManager
Asks the server to send a list of clients currently connected to the server, and then send notification any time a client connects or disconnects.
WATCH_FOR_CLIENTS — Constant Static Variable, class net.user1.reactor.UPC
The internal message id for WATCH_FOR_CLIENTS, a UPC-fomatted message sent to the server.
WATCH_FOR_CLIENTS_RESULT — Event, class net.user1.reactor.ClientManager
WATCH_FOR_CLIENTS_RESULT — Constant Static Variable, class net.user1.reactor.ClientManagerEvent
Dispatched when the ClientManager receives the result of an earlier watchForClients() request.
WATCH_FOR_CLIENTS_RESULT — Constant Static Variable, class net.user1.reactor.UPC
watchForProcessedUPCs() — method, class net.user1.reactor.Server
Asks the server to notify the current client upon processing any UPC message.
WATCH_FOR_PROCESSED_UPCS — Constant Static Variable, class net.user1.reactor.UPC
The internal message id for WATCH_FOR_PROCESSED_UPCS, a UPC-fomatted message sent to the server.
WATCH_FOR_PROCESSED_UPCS_RESULT — Event, class net.user1.reactor.Server
WATCH_FOR_PROCESSED_UPCS_RESULT — Constant Static Variable, class net.user1.reactor.ServerEvent
Dispatched when the server reports the result of a watch-for-processed-UPCs attempt by the current client.
WATCH_FOR_PROCESSED_UPCS_RESULT — Constant Static Variable, class net.user1.reactor.UPC
watchForRooms(roomQualifier:String) — method, class net.user1.reactor.RoomManager
Asks the server to send a notification any time a room with the specified qualifier is created or removed.
WATCH_FOR_ROOMS — Constant Static Variable, class net.user1.reactor.UPC
The internal message id for WATCH_ROOMS, a UPC-fomatted message sent to the server.
WATCH_FOR_ROOMS_RESULT — Event, class net.user1.reactor.RoomManager
WATCH_FOR_ROOMS_RESULT — Constant Static Variable, class net.user1.reactor.RoomManagerEvent
Dispatched when the server reports the result of a watch-for-rooms attempt by the current client.
WATCH_FOR_ROOMS_RESULT — Constant Static Variable, class net.user1.reactor.UPC
WILDCARD — Constant Static Variable, class net.user1.reactor.Tokens
The character used to signify a wildcard at the end of a room qualifier.
willTrigger(type:String) — method, class net.user1.reactor.CustomClient
write(record:String, field:String, value:Object) — Static Method , class net.user1.utils.LocalData
Stores a value in a local SharedObject.
write(record:String, field:String, value:Object) — method, class net.user1.utils.MemoryStore
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z