Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
Z
R
rebootServer()
- Method in class it.gotoandplay.smartfoxserver.extensions.
ExtensionHelper
Performs a soft reboot of the server, just like hitting the "Restart" button in the Admin interface.
registerForEvents(String, String)
- Method in class it.gotoandplay.smartfoxserver.extensions.
AbstractExtension
removeBanishment(String, int)
- Method in class it.gotoandplay.smartfoxserver.extensions.
ExtensionHelper
Removes a banned user from the ban-list, allowing him/her to be able to login again
removeBuddy(String, String)
- Method in class it.gotoandplay.smartfoxserver.data.buddylist.
BuddyListManager
removeBuddy(String, String)
- Method in class it.gotoandplay.smartfoxserver.data.
Zone
Remove buddy from BuddyList
removeBuddy(String, User)
- Method in class it.gotoandplay.smartfoxserver.extensions.
ExtensionHelper
Removes a buddy from a user buddy list.
removeBuddyList(String)
- Method in class it.gotoandplay.smartfoxserver.data.buddylist.
BuddyListManager
Remove a buddy list
removeCreatedRoom(Room)
- Method in class it.gotoandplay.smartfoxserver.data.
User
removeElement(int)
- Method in class it.gotoandplay.smartfoxserver.lib.
ActionscriptObject
Remove an element
removeElement(String)
- Method in class it.gotoandplay.smartfoxserver.lib.
ActionscriptObject
Remove an element
removeModerator(String, String)
- Method in class it.gotoandplay.smartfoxserver.extensions.
ExtensionHelper
Removes a moderator user from a Zone
removeName(String, User)
- Method in class it.gotoandplay.smartfoxserver.data.
Zone
removeOfflineBuddy(String, String)
- Method in class it.gotoandplay.smartfoxserver.data.buddylist.persistence.
AbstractBuddyPersister
removeOfflineBuddy(String, String)
- Method in interface it.gotoandplay.smartfoxserver.data.buddylist.persistence.
IBuddyListPersister
Removes a buddy from a user list when the user is off-line
removeRoom(Room)
- Method in class it.gotoandplay.smartfoxserver.data.
User
removeRoom(Room, boolean)
- Method in class it.gotoandplay.smartfoxserver.data.
Zone
removeScheduledTask(Task)
- Method in class it.gotoandplay.smartfoxserver.util.scheduling.
Scheduler
Deprecated.
removeUser(User, boolean, boolean)
- Method in class it.gotoandplay.smartfoxserver.data.
Room
repeatedMsgCounter
- Variable in class it.gotoandplay.smartfoxserver.data.
User
requestAddBuddyPermission(User, String, String)
- Method in class it.gotoandplay.smartfoxserver.extensions.
ExtensionHelper
Requests permission for adding the target user in the sender buddy list.
resetRoomStaticData()
- Static method in class it.gotoandplay.smartfoxserver.data.
Room
Reset the autoId when the server is restarted
resetUserStaticData()
- Static method in class it.gotoandplay.smartfoxserver.data.
User
Reset the autoId when the server is restarted
Room
- Class in
it.gotoandplay.smartfoxserver.data
The
Room
object is responsible for grouping logged users together allowing them to interact with each other and providing high level services such as Room Variables, user count updates, public and private messaging and a lot more.
Room(String, int, boolean, String)
- Constructor for class it.gotoandplay.smartfoxserver.data.
Room
Basic Constructor
Room(String, int, boolean, boolean, boolean, String, String)
- Constructor for class it.gotoandplay.smartfoxserver.data.
Room
Full Constructor
roomNameAlreadyExist(String)
- Method in class it.gotoandplay.smartfoxserver.data.
Zone
roomNameAvoidChars
- Variable in class it.gotoandplay.smartfoxserver.data.
Zone
RoomVariable
- Class in
it.gotoandplay.smartfoxserver.data
The RoomVariable object stores the properties of each Room Variables of a Room object.
RoomVariable(String, String, User, boolean, boolean)
- Constructor for class it.gotoandplay.smartfoxserver.data.
RoomVariable
Deprecated.
RoomVariable(String, User, boolean, boolean)
- Constructor for class it.gotoandplay.smartfoxserver.data.
RoomVariable
Create a Room variable with a String value
RoomVariable(int, User, boolean, boolean)
- Constructor for class it.gotoandplay.smartfoxserver.data.
RoomVariable
Create a Room variable with a int value
RoomVariable(double, User, boolean, boolean)
- Constructor for class it.gotoandplay.smartfoxserver.data.
RoomVariable
Create a Room variable with a Double value
RoomVariable(boolean, User, boolean, boolean)
- Constructor for class it.gotoandplay.smartfoxserver.data.
RoomVariable
Create a Room variable with a Boolean value
run()
- Method in class it.gotoandplay.smartfoxserver.util.scheduling.
Scheduler
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
Z