| quit q |
quit console |
| ls [n] |
list child nodes of selected
node (or list childs of node n) |
| cd cd [n] |
change selected node to ConnectionCoid node of this
console connection or change selected node to n |
| ping
[size] |
measure ping time to server,
optionally transfering to and from the specified amount of bytes |
| path |
selection |
| . .. / /@server /xyz /xyz@server /@server/ *unknown *unknown/ |
currently selected device (default
root) parent device anything immediatelly below root anything immediatelly below root of class server anything immediatelly below root that has name xyz anything immediatelly below root of class serverthat has name xyz anything immediatelly below all objects of classs server living below the root all objects in any level below currently selected one, that have name 'unknown' anything immediatelly below all objects in any level under currently selected one that have name 'unknown' |
| class |
command |
description |
| * |
help
[cmd] |
print list of commands or
methods or print help for command cmd |
| cid |
print id of connection owner node this is the node that console command cd without argument changes to |
|
| id |
print selected object/node id | |
| info |
print info about the selected object | |
| lodl
|
list object detach list,
identifiers of objects that would be destroyed if this object is dropped the objects are listed in the order in which they would be destroyed |
|
| lot |
list object threads | |
| parid |
print parent node id | |
| root |
acceptor
restart |
restart coid acceptor |
| drop ID | drop object with id ID |
|
| find CLASS [NAME] | find objects
of class CLASS, optionally named NAME |
|
findi CLASS |
find autorun instance of class | |
finds CLASS |
find service object of class | |
| server
(restart|shutdown) |
restart or shutdown server |
|
| version |
display server version |
|
| connection |
connect
SERVICENAME connect (-s | --shared) ID[:NAME] connect (-s | --shared) SERVICENAME |
Create instance of specified
service SERVICENAME and
connect it under the connection object.
Optional arguments to the connect method of the specified service can
be passed after required arguments. With the -s or --shared option, the connect
command tries to estabilish a shared connection to an existing object
with id ID or to an
autospawned object of service SERVICENAME. |
| lsl |
list slots (bound services) of
this connection |
|
| instance |
log |
enable or disable method logging |
| .method |
calling a method of service; use
help command on the
object to get list of methods with parameter description |