diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2013-02-13 20:45:20 +0100 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2013-02-13 20:45:20 +0100 |
| commit | f593fa60f3e4dcaba39af9c003e11219db33e255 (patch) | |
| tree | 2667ebcd34f2fc54b66f825524e959adc4ca865a /src/main/resources | |
| parent | 8849a5f9cdea4c5cabc2216b38f35274375b4c05 (diff) | |
AbstractMain and console refactoring
Diffstat (limited to 'src/main/resources')
| -rw-r--r-- | src/main/resources/textFiles/consoleHelp.txt | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/src/main/resources/textFiles/consoleHelp.txt b/src/main/resources/textFiles/consoleHelp.txt deleted file mode 100644 index 2b96172..0000000 --- a/src/main/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);
|
