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 | |
| parent | 6839479665b6acef75706a880fda4327e546771e (diff) | |
Missing txt resources
| -rw-r--r-- | src/main/resources/boot/LDAPboot.txt | 4 | ||||
| -rw-r--r-- | src/main/resources/boot/allbootitems.txt | 14 | ||||
| -rw-r--r-- | src/main/resources/textFiles/consoleHelp.txt | 18 | ||||
| -rw-r--r-- | src/main/resources/textFiles/version.txt | 1 |
4 files changed, 37 insertions, 0 deletions
diff --git a/src/main/resources/boot/LDAPboot.txt b/src/main/resources/boot/LDAPboot.txt new file mode 100644 index 0000000..995d47d --- /dev/null +++ b/src/main/resources/boot/LDAPboot.txt @@ -0,0 +1,4 @@ +cn=entity,
+cn=last,cn=entity,
+cn=domain,
+cn=agent,cn=domain,
\ No newline at end of file diff --git a/src/main/resources/boot/allbootitems.txt b/src/main/resources/boot/allbootitems.txt new file mode 100644 index 0000000..277699c --- /dev/null +++ b/src/main/resources/boot/allbootitems.txt @@ -0,0 +1,14 @@ +OD/CompositeActivityDef
+OD/ElementaryActivityDef
+OD/Module
+OD/NewAgent
+OD/NewItem
+OD/PredefinedStepOutcome
+OD/PropertyDescription
+OD/Schema
+OD/Script
+EA/CreateNewItem
+EA/CreateNewAgent
+CA/NoWorkflow
+CA/ServerItemWorkflow
+SC/ServerNewEntity
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 |
