summaryrefslogtreecommitdiff
path: root/src/main/resources/textFiles/consoleHelp.txt
blob: 57a0655af5543c13a40b63843b3e052cf0929c06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Cristal console
---------------
Commands entered here are directly parsed by the beanshell engine. You can call methods directly on these pre-loaded objects:
proxy - the EntityProxyManager
storage - the TransactionManager
db - the ClusterStorageManager
lookup - the LDAPLookup (server context)
orb - the ORB
user - the current logged in user, or the system user if connected to the server console

Built-in commands:
log(level) - Change the log level of your stream.
help() - View this message.
version() - View kernel and module versions.
shutdown() - Stop this CRISTAL instance.