summaryrefslogtreecommitdiff
path: root/resources/textFiles/consoleHelp.txt
diff options
context:
space:
mode:
authorAndrew Branson <andrew.branson@cern.ch>2012-05-30 08:37:45 +0200
committerAndrew Branson <andrew.branson@cern.ch>2012-05-30 08:37:45 +0200
commitb086f57f56bf0eb9dab9cf321a0f69aaaae84347 (patch)
tree8e6e26e8b7eed6abad7a17b093bdbb55c5e6b1ba /resources/textFiles/consoleHelp.txt
parent22088ae8d2d5ff390518dbe1c4372325ffb3a647 (diff)
Initial Maven Conversion
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);