A B C D E F G H I J K L M N O P R S T U V W Z

D

DataRow - Class in it.gotoandplay.smartfoxserver.db
The DataRow class contains data coming from a database query which can be indexed numerically or by field name.
DataRow() - Constructor for class it.gotoandplay.smartfoxserver.db.DataRow
Construct the object with the default type = DataRow.DATAROW_INTKEY
DataRow(int) - Constructor for class it.gotoandplay.smartfoxserver.db.DataRow
Allows to construct the object specifying the type
DATAROW_INTKEY: allows to retrieve data by field index (starting at zero) DATAROW_STRINGKEY: allows to retrieve data by
DATAROW_INTKEY - Static variable in class it.gotoandplay.smartfoxserver.db.DataRow
constant that identifies a numerically indexed DataRow
DATAROW_STRINGKEY - Static variable in class it.gotoandplay.smartfoxserver.db.DataRow
constant that identifies a String key indexed DataRow
dbManager - Variable in class it.gotoandplay.smartfoxserver.data.Zone
the database manager object
DbManager - Class in it.gotoandplay.smartfoxserver.db
The DbManager class manages the connection to a database using either JDBC native drivers or JDBC-ODBC bridge.
DbManager(String, String, String, String, String, int, int, String, int) - Constructor for class it.gotoandplay.smartfoxserver.db.DbManager
Creates a new, pooled DbManager object
For further details check this page
deactivate() - Method in class it.gotoandplay.smartfoxserver.data.Zone
 
DEFAULT_ADVANCED_PERSISTER_CLASS - Static variable in class it.gotoandplay.smartfoxserver.data.buddylist.BuddyListManager
 
DEFAULT_MAX_BUDDY_VARS - Static variable in class it.gotoandplay.smartfoxserver.data.buddylist.BuddyListManager
 
DEFAULT_MUTUAL_SETTINGS - Static variable in class it.gotoandplay.smartfoxserver.data.buddylist.BuddyListManager
 
DEFAULT_PERMISSION_TIMEOUT - Static variable in class it.gotoandplay.smartfoxserver.data.buddylist.BuddyListManager
 
DEFAULT_PERSISTER_CLASS - Static variable in class it.gotoandplay.smartfoxserver.data.buddylist.BuddyListManager
 
DEFAULT_SECURITY_MODE - Static variable in class it.gotoandplay.smartfoxserver.data.buddylist.BuddyListManager
 
DEFAULT_SIZE - Static variable in class it.gotoandplay.smartfoxserver.data.buddylist.BuddyListManager
 
DEFAULT_USE_OFFLINE_VARIABLES - Static variable in class it.gotoandplay.smartfoxserver.data.buddylist.BuddyListManager
 
DEFAULT_USE_PERMISSION - Static variable in class it.gotoandplay.smartfoxserver.data.buddylist.BuddyListManager
 
deleteVariable(String, User) - Method in class it.gotoandplay.smartfoxserver.data.Room
 
deleteVariable(String) - Method in class it.gotoandplay.smartfoxserver.data.User
 
destroy(Object) - Method in class it.gotoandplay.smartfoxserver.data.buddylist.BuddyListManager
 
destroy(Object) - Method in class it.gotoandplay.smartfoxserver.data.buddylist.persistence.AbstractBuddyPersister
 
destroy(Object) - Method in class it.gotoandplay.smartfoxserver.data.Zone
 
destroy() - Method in class it.gotoandplay.smartfoxserver.extensions.AbstractExtension
This method should be overridden by the child class.
destroy(Object) - Method in class it.gotoandplay.smartfoxserver.extensions.examples.BasicBuddyPersister
 
destroy() - Method in class it.gotoandplay.smartfoxserver.extensions.examples.SchedulerExample
 
destroy() - Method in class it.gotoandplay.smartfoxserver.extensions.examples.SimpleDbExtension
Destroy / release resources
destroy() - Method in class it.gotoandplay.smartfoxserver.extensions.examples.SimpleExtension
Destroy the extension
destroy() - Static method in class it.gotoandplay.smartfoxserver.extensions.ExtensionHelper
 
destroy(Object) - Method in class it.gotoandplay.smartfoxserver.util.scheduling.Scheduler
Destroy the Scheduler and release resources.
destroyExtensions() - Method in class it.gotoandplay.smartfoxserver.data.Room
Destroy all extensions for this room
destroyRoom(Zone, int) - Method in class it.gotoandplay.smartfoxserver.extensions.ExtensionHelper
Destroys a server room.
destroyVariables(User) - Method in class it.gotoandplay.smartfoxserver.data.Zone
 
disconnectUser(User) - Method in class it.gotoandplay.smartfoxserver.extensions.ExtensionHelper
Disconnects a client from the server.
dispatchPrivateMessage(String, Room, User, User) - Method in class it.gotoandplay.smartfoxserver.extensions.ExtensionHelper
Dispatch a private message.
dispatchPublicMessage(String, Room, User) - Method in class it.gotoandplay.smartfoxserver.extensions.ExtensionHelper
Dispatch a public message.
doTask(Task) - Method in interface it.gotoandplay.smartfoxserver.util.scheduling.ITaskHandler
 

A B C D E F G H I J K L M N O P R S T U V W Z