summaryrefslogtreecommitdiff
path: root/resources/textFiles/consoleHelp.txt
blob: 2b961727b30903751c24eaa843481704edf90615 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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);