Skip navigation links
A B C D E F G H I J K L M P R S T U V 

G

getAPIBuild() - Method in interface de.stefan1200.jts3servermod.interfaces.HandleBotEvents
On loading all functions/plugins this method will be called to know, if the api build of the plugin match with the JTS3ServerMod.
getApiMethodName() - Method in exception de.stefan1200.jts3serverquery.TS3ServerQueryException
JTS3ServerQuery method where the exception was thrown.
getChannelGroupCache() - Method in interface de.stefan1200.jts3servermod.interfaces.JTS3ServerMod_Interface
Returns the channel group list cache.
getChannelGroupName(int) - Method in interface de.stefan1200.jts3servermod.interfaces.JTS3ServerMod_Interface
Returns the channel group name of the channel group id.
getChannelGroupType(int) - Method in interface de.stefan1200.jts3servermod.interfaces.JTS3ServerMod_Interface
Returns the channel group type of the channel group id.
getChannelList() - Method in interface de.stefan1200.jts3servermod.interfaces.JTS3ServerMod_Interface
Returns the last loaded channel list from the currently connected Teamspeak 3 server.
getChannelName(int) - Method in interface de.stefan1200.jts3servermod.interfaces.JTS3ServerMod_Interface
Returns the channel name of the channel id.
getCheckInterval() - Method in interface de.stefan1200.jts3servermod.interfaces.JTS3ServerMod_Interface
Returns the current check interval of the JTS3ServerMod.
getClientCache() - Method in interface de.stefan1200.jts3servermod.interfaces.JTS3ServerMod_Interface
Returns the used instance of the ClientDatabaseCache, which contains the client database cache, like unique id, ip address, names and last connected time of all clients, of the currently connected server.
getClientCount() - Method in interface de.stefan1200.jts3servermod.interfaces.ClientDatabaseCache_Interface
Returns the cached client count.
getClientDBID(String) - Method in interface de.stefan1200.jts3servermod.interfaces.JTS3ServerMod_Interface
Returns the client database id of a client with the given unique id.
getClientDBIDFromUID(String) - Method in class de.stefan1200.jts3serverquery.JTS3ServerQuery
Get the client database id of a client unique id.
getClientList() - Method in interface de.stefan1200.jts3servermod.interfaces.JTS3ServerMod_Interface
Returns the last loaded client list from the currently connected Teamspeak 3 server.
getClientListEntry(int) - Method in interface de.stefan1200.jts3servermod.interfaces.JTS3ServerMod_Interface
Returns a clientlist entry of a single client.
getConnection() - Method in class de.stefan1200.util.MySQLConnect
 
getCopyright() - Method in interface de.stefan1200.jts3servermod.interfaces.HandleBotEvents
The plugin name and copyright.
getCreatedAt(int) - Method in interface de.stefan1200.jts3servermod.interfaces.ClientDatabaseCache_Interface
Get the client created at time from client database id.
getCurrentQueryClientChannelID() - Method in class de.stefan1200.jts3serverquery.JTS3ServerQuery
Returns the current channel ID of the query client.
getCurrentQueryClientDatabaseID() - Method in class de.stefan1200.jts3serverquery.JTS3ServerQuery
Returns the current client database ID of the query connection.
getCurrentQueryClientID() - Method in class de.stefan1200.jts3serverquery.JTS3ServerQuery
Returns the current client ID of the query connection.
getCurrentQueryClientName() - Method in class de.stefan1200.jts3serverquery.JTS3ServerQuery
Returns the current client name of the query client.
getCurrentQueryClientServerID() - Method in class de.stefan1200.jts3serverquery.JTS3ServerQuery
Returns the current virtual server ID of the query connection.
getCurrentQueryClientServerPort() - Method in class de.stefan1200.jts3serverquery.JTS3ServerQuery
Returns the current virtual server port of the query connection.
getCurrentQueryClientUniqueID() - Method in class de.stefan1200.jts3serverquery.JTS3ServerQuery
Returns the current client unique ID of the query connection.
getDatabaseID(String) - Method in interface de.stefan1200.jts3servermod.interfaces.ClientDatabaseCache_Interface
Get the client database id from client unique id.
getDefaultChannelID() - Method in interface de.stefan1200.jts3servermod.interfaces.JTS3ServerMod_Interface
Returns the default channel id of the Teamspeak 3 server.
getDescription(int) - Method in interface de.stefan1200.jts3servermod.interfaces.ClientDatabaseCache_Interface
Get the client description from client database id.
getDifferenceTime(long, long) - Method in interface de.stefan1200.jts3servermod.interfaces.JTS3ServerMod_Interface
Returns a human readable String with the difference between two time stamps.
getErrorID() - Method in exception de.stefan1200.jts3serverquery.TS3ServerQueryException
Error ID from TS3 server
getErrorMessage() - Method in exception de.stefan1200.jts3serverquery.TS3ServerQueryException
Error message from TS3 server
getExtraErrorMessage() - Method in exception de.stefan1200.jts3serverquery.TS3ServerQueryException
Extra error message from TS3 server.
getFailedPermissionID() - Method in exception de.stefan1200.jts3serverquery.TS3ServerQueryException
Failed permission ID from TS3 server.
getFileSizeString(long, boolean) - Method in interface de.stefan1200.jts3servermod.interfaces.JTS3ServerMod_Interface
Reformats the a size in bytes into human readable GB/GiB, MB/MiB or KB/KiB sizes, depends on the size.
getHelpText(String) - Method in class de.stefan1200.util.ArrangedPropertiesWriter
Get the help text of a key.
getIdleTime(HashMap<String, String>, int) - Method in interface de.stefan1200.jts3servermod.interfaces.JTS3ServerMod_Interface
Extracts the client_idle_time from the clientInfo HashMap, converts this to a long and writes down a warning to the bot log, if the Teamspeak 3 server returned an invalid value (which can happen rarely).
getInfo(int, int) - Method in class de.stefan1200.jts3serverquery.JTS3ServerQuery
Get information about a server, channel or client.
getInstanceID() - Method in interface de.stefan1200.jts3servermod.interfaces.JTS3ServerMod_Interface
Returns the virtual bot instance id in the MySQL database.
getKeyCount() - Method in class de.stefan1200.util.ArrangedPropertiesWriter
Returns number of stored keys.
getKeys() - Method in class de.stefan1200.util.ArrangedPropertiesWriter
Get a list of all known keys.
getLastIP(int) - Method in interface de.stefan1200.jts3servermod.interfaces.ClientDatabaseCache_Interface
Get the last client IP address from client database id.
getLastOnline(int) - Method in interface de.stefan1200.jts3servermod.interfaces.ClientDatabaseCache_Interface
Get the client last online time from client database id.
getList(int) - Method in class de.stefan1200.jts3serverquery.JTS3ServerQuery
Get a list from the TS3 server.
getList(int, String) - Method in class de.stefan1200.jts3serverquery.JTS3ServerQuery
Get a list from the TS3 server.
getListedGroup(String, Vector<Integer>) - Method in interface de.stefan1200.jts3servermod.interfaces.JTS3ServerMod_Interface
Returns the first group id, which is listed in the Vector list and in the comma separated list of groups as well.
getLogEntries(int, boolean, boolean, int) - Method in class de.stefan1200.jts3serverquery.JTS3ServerQuery
Returns log entries.
getMaxMessageLength(String) - Method in interface de.stefan1200.jts3servermod.interfaces.JTS3ServerMod_Interface
Request the maximum allowed length for messages.
getMessageEncoding() - Method in interface de.stefan1200.jts3servermod.interfaces.JTS3ServerMod_Interface
Returns the message encoding, which was selected by the user.
getMySQLConnection() - Method in interface de.stefan1200.jts3servermod.interfaces.JTS3ServerMod_Interface
Returns the used instance of the MySQL connection.
getNickname(int) - Method in interface de.stefan1200.jts3servermod.interfaces.ClientDatabaseCache_Interface
Get the client nickname from client database id.
getPermissionInfo(int) - Method in class de.stefan1200.jts3serverquery.JTS3ServerQuery
Get information about a permission ID.
getPermissionList(int, int) - Method in class de.stefan1200.jts3serverquery.JTS3ServerQuery
Get a list of permissions of a server group / channel / client.
getPreparedStatement(String) - Method in class de.stefan1200.util.MySQLConnect
 
getServerChannelCount() - Method in interface de.stefan1200.jts3servermod.interfaces.ServerInfoCache_Interface
Returns the current channel count of the connected server!
getServerClientConnectionsCount() - Method in interface de.stefan1200.jts3servermod.interfaces.ServerInfoCache_Interface
Returns the client connection count of the connected server!
getServerClientCount() - Method in interface de.stefan1200.jts3servermod.interfaces.ServerInfoCache_Interface
Returns the current client count of the connected server!
getServerClientDBCount() - Method in interface de.stefan1200.jts3servermod.interfaces.ServerInfoCache_Interface
Returns the total client count from TS3 server database!
getServerCreatedAt() - Method in interface de.stefan1200.jts3servermod.interfaces.ServerInfoCache_Interface
Returns the server creation timestamp of the connected server!
getServerDefaultChannelAdminGroup() - Method in interface de.stefan1200.jts3servermod.interfaces.ServerInfoCache_Interface
Returns the default channel admin group id of the connected server!
getServerDefaultChannelGroup() - Method in interface de.stefan1200.jts3servermod.interfaces.ServerInfoCache_Interface
Returns the default guest channel group id of the connected server!
getServerDefaultServerGroup() - Method in interface de.stefan1200.jts3servermod.interfaces.ServerInfoCache_Interface
Returns the default guest server group id of the connected server!
getServerDownloadQuota() - Method in interface de.stefan1200.jts3servermod.interfaces.ServerInfoCache_Interface
Returns the download quota of the connected server!
getServerGroupCache() - Method in interface de.stefan1200.jts3servermod.interfaces.JTS3ServerMod_Interface
Returns the server group list cache.
getServerGroupName(int) - Method in interface de.stefan1200.jts3servermod.interfaces.JTS3ServerMod_Interface
Returns the server group name of the server group id.
getServerGroupType(int) - Method in interface de.stefan1200.jts3servermod.interfaces.JTS3ServerMod_Interface
Returns the server group type of the server group id.
getServerInfoCache() - Method in interface de.stefan1200.jts3servermod.interfaces.JTS3ServerMod_Interface
Returns the used instance of the ServerInfoCache, which contains some information about the currently connected server.
getServerMaxClients() - Method in interface de.stefan1200.jts3servermod.interfaces.ServerInfoCache_Interface
Returns the current max clients count of the connected server!
getServerMaxDownloadTotalBandwidth() - Method in interface de.stefan1200.jts3servermod.interfaces.ServerInfoCache_Interface
Returns the max download total bandwidth value of the connected server!
getServerMaxUploadTotalBandwidth() - Method in interface de.stefan1200.jts3servermod.interfaces.ServerInfoCache_Interface
Returns the max upload total bandwidth value of the connected server!
getServerMinClientVersion() - Method in interface de.stefan1200.jts3servermod.interfaces.ServerInfoCache_Interface
Returns the min client version timestamp of the connected server!
getServerMonthBytesDownloaded() - Method in interface de.stefan1200.jts3servermod.interfaces.ServerInfoCache_Interface
Returns the current total bytes downloaded value of the connected server for the month!
getServerMonthBytesUploaded() - Method in interface de.stefan1200.jts3servermod.interfaces.ServerInfoCache_Interface
Returns the current total bytes uploaded value of the connected server for the month!
getServerName() - Method in interface de.stefan1200.jts3servermod.interfaces.ServerInfoCache_Interface
Returns the current server name of the connected server!
getServerPlatform() - Method in interface de.stefan1200.jts3servermod.interfaces.ServerInfoCache_Interface
Returns the current Teamspeak 3 server platform of the connected server!
getServerReservedSlots() - Method in interface de.stefan1200.jts3servermod.interfaces.ServerInfoCache_Interface
Returns the current reserved slots count of the connected server!
getServerTotalBytesDownloaded() - Method in interface de.stefan1200.jts3servermod.interfaces.ServerInfoCache_Interface
Returns the current total bytes downloaded value of the connected server!
getServerTotalBytesUploaded() - Method in interface de.stefan1200.jts3servermod.interfaces.ServerInfoCache_Interface
Returns the current total bytes uploaded value of the connected server!
getServerUploadQuota() - Method in interface de.stefan1200.jts3servermod.interfaces.ServerInfoCache_Interface
Returns the upload quota of the connected server!
getServerUptime() - Method in interface de.stefan1200.jts3servermod.interfaces.ServerInfoCache_Interface
Returns the current server uptime of the connected server!
getServerUptimeTimestamp() - Method in interface de.stefan1200.jts3servermod.interfaces.ServerInfoCache_Interface
Returns the server uptime timestamp of the connected server!
getServerVersion() - Method in interface de.stefan1200.jts3servermod.interfaces.ServerInfoCache_Interface
Returns the current Teamspeak 3 server version of the connected server!
getStatement() - Method in class de.stefan1200.util.MySQLConnect
 
getStringFromTimestamp(long) - Method in interface de.stefan1200.jts3servermod.interfaces.JTS3ServerMod_Interface
Converts the time stamp in milliseconds to a string containing the date and time with the user defined formatting rules.
getUniqueID(int) - Method in interface de.stefan1200.jts3servermod.interfaces.ClientDatabaseCache_Interface
Get the client unique id from client database id.
getUTF8Length(CharSequence) - Method in interface de.stefan1200.jts3servermod.interfaces.JTS3ServerMod_Interface
Get the UTF-8 byte size of a string with UTF-8 characters, important for TS3 chat messages (with a maximum of 1024).
getValue(String) - Method in class de.stefan1200.util.ArrangedPropertiesWriter
Returns the value of the key.
getValue(String, String) - Method in class de.stefan1200.util.ArrangedPropertiesWriter
Returns the value of the key.
getVersionString(String) - Method in interface de.stefan1200.jts3servermod.interfaces.JTS3ServerMod_Interface
Reformats the client version string of the Teamspeak 3 client into a human readable version string with date and time.
A B C D E F G H I J K L M P R S T U V 
Skip navigation links