diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2012-06-26 12:41:56 +0200 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2012-06-26 12:41:56 +0200 |
| commit | 6d8c74f97fe4289a984bdc6bd635c71653d5421c (patch) | |
| tree | 35a028339a549d457bbf116a5614b6c59e850c1d /src/main/resources/textFiles/consoleHelp.txt | |
| parent | e18629474efa8848d07404c8c4131489a225fa59 (diff) | |
Refactored GUI into separate module
Diffstat (limited to 'src/main/resources/textFiles/consoleHelp.txt')
| -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);
|
