diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2012-05-30 23:12:18 +0200 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2012-05-30 23:12:18 +0200 |
| commit | 7f169d3c01c4a2ed999138c1a06d4648541c9800 (patch) | |
| tree | d4773487ae2c643e5b41efd179a6fa133da0c108 /src/main/resources/textFiles | |
| parent | 6839479665b6acef75706a880fda4327e546771e (diff) | |
Missing txt resources
Diffstat (limited to 'src/main/resources/textFiles')
| -rw-r--r-- | src/main/resources/textFiles/consoleHelp.txt | 18 | ||||
| -rw-r--r-- | src/main/resources/textFiles/version.txt | 1 |
2 files changed, 19 insertions, 0 deletions
diff --git a/src/main/resources/textFiles/consoleHelp.txt b/src/main/resources/textFiles/consoleHelp.txt new file mode 100644 index 0000000..2b96172 --- /dev/null +++ b/src/main/resources/textFiles/consoleHelp.txt @@ -0,0 +1,18 @@ +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);
diff --git a/src/main/resources/textFiles/version.txt b/src/main/resources/textFiles/version.txt new file mode 100644 index 0000000..15ac121 --- /dev/null +++ b/src/main/resources/textFiles/version.txt @@ -0,0 +1 @@ +C2Kernel V2.3.1 Build 1
\ No newline at end of file |
