|
static bool | LoginServerAdmin (string AUserID="SYSADMIN") |
| login the server admin console without a password More...
|
|
static int | GetClientsConnectedTotal () |
| get the number of clients that have connected to this server since the last restart More...
|
|
static int | GetClientsConnected () |
| get number of currently connected clients More...
|
|
static Int64 | GetSiteKey () |
| get the site key More...
|
|
static ArrayList | GetClientList () |
| get list of clients More...
|
|
static String | GetServerInfoVersion () |
| version of the server More...
|
|
static String | GetServerInfoState () |
| state of the server More...
|
|
static System.Int64 | GetServerInfoMemory () |
| how much memory is used by the server More...
|
|
static bool | StopServerControlled (bool AForceAutomaticClosing) |
| command to stop the server in a more controlled way than StopServer (gets all connected clients to disconnect) More...
|
|
static void | StopServer () |
| command to stop the server unconditionally (forces 'hard' disconnection of all Clients!) More...
|
|
static System.Int64 | PerformGC () |
| perform garbage collection on the server More...
|
|
static String | FormatClientList (Boolean AListDisconnectedClients) |
| get a formatted list of clients More...
|
|
static String | FormatClientListSysadm (Boolean AListDisconnectedClients) |
| get a formatted list for sysadm (also useful for webmin???) More...
|
|
static bool | QueueClientTask (System.Int16 AClientID, String ATaskGroup, String ATaskCode, object ATaskParameter1, object ATaskParameter2, object ATaskParameter3, object ATaskParameter4, System.Int16 ATaskPriority) |
| put a task into a queue on the server More...
|
|
static bool | DisconnectClient (System.Int16 AClientID, out String ACantDisconnectReason) |
| disconnect a client More...
|
|
static bool | UpgradeDatabase () |
| upgrades the database More...
|
|
static string | BackupDatabaseToYmlGZ () |
| returns a string with yml.gz data More...
|
|
static bool | RestoreDatabaseFromYmlGZ (string AYmlGzData) |
| restore the database from a string with yml.gz data More...
|
|
static void | RefreshAllCachedTables () |
| Marks all DataTables in the Cache to be no longer up-to-date (=out of sync with the data that was originally placed in the DataTable). More...
|
|
static int | ClearConnectionPoolAndGetNumberOfDBConnections () |
| Clears (flushes) all RDMBS Connection Pools and returns the new number of DB Connections after clearing all RDMBS Connection Pools. More...
|
|
static bool | SetPassword (string AUserID, string APassword) |
| set the password of a user More...
|
|
static bool | LockSysadmin () |
| lock the sysadmin user. creating an instance that is not intended for use yet. More...
|
|
static bool | AddUser (string AUserID) |
| add a new user More...
|
|
static bool | AddUser (string AUserID, string APassword="") |
| add a new user More...
|
|
static void | PerformTimedProcessingNow (string AProcessName) |
| Allows the admin console to run a timed job now. More...
|
|
This connector provides methods for the server admin console /summary>