summaryrefslogtreecommitdiff
path: root/resources/textFiles/consoleHelp.txt
diff options
context:
space:
mode:
Diffstat (limited to 'resources/textFiles/consoleHelp.txt')
-rwxr-xr-xresources/textFiles/consoleHelp.txt18
1 files changed, 0 insertions, 18 deletions
diff --git a/resources/textFiles/consoleHelp.txt b/resources/textFiles/consoleHelp.txt
deleted file mode 100755
index 2b96172..0000000
--- a/resources/textFiles/consoleHelp.txt
+++ /dev/null
@@ -1,18 +0,0 @@
-Cristal 2 scripting console
----------------------------
-Commands entered here are directly parsed by the javascript engine. You can call methods directly on five objects pre-loaded from the Gateway:
-proxy - the EntityProxyManager
-storage - the TransactionManager
-db - the ClusterStorageManager
-lookup - the LDAPLookup (server context)
-orb - the ORB
-
-Your output is a log stream, by default set to level 0. Change your log level with 'log n'.
-View this message with 'help'.
-
-Useful methods:
-proxy.reportCurrentProxies(logLevel);
-proxy.reportConnections(logLevel);
-storage.dumpPendingTransactions(logLevel);
-db.clearCache([sysKey][, rootPath]);
-db.dumpCacheContents(logLevel);