Standard interfaces

org.ndbus.introspector

Method: identify

Direction Field index Type Name
out 0 STRING service

Method: nodeNames

Direction Field index Type Description
in 0 STRING node
out 0 STRINGLIST nodeNames

Method: files

Direction Field index Type Description
in 0 STRING node
out 0 STRINGLIST files
out 1 INT32 errcode

Method: interfaces

Direction Field index Type Description
in 0 STRING node
out 0 STRINGLIST interfaces
out 1 INT32 errcode

Method: methods

Direction Field index Type Description
in 0 STRING node
in 1 STRING interface
out 0 STRINGLIST methods
out 1 INT32 errcode

Method: signals

Direction Field index Type Description
in 0 STRING node
in 1 STRING interface
out 0 STRINGLIST signals
out 1 INT32 errcode

Signal: nodeAdded

Field index Type Description
0 STRING parentNode
1 STRING node

Signal: nodeDeleted

Field index Type Description
0 STRING parentNode
1 STRING node

Signal: fileAdded

Field index Type Description
0 STRING parentNode
1 STRING file

Signal: fileDeleted

Field index Type Description
0 STRING parentNode
1 STRING file

Signal: fileChanged

Field index Type Description
0 STRING parentNode
1 STRING file
2 STRING parentNodeNew
3 STRING fileNew

Signal: interfaceAdded

Field index Type Description
0 STRING parentNode
1 STRING interface

Signal: interfaceDeleted

Field index Type Description
0 STRING parentNode
1 STRING interface

Signal: methodAdded

Field index Type Description
0 STRING parentNode
1 STRING interface
2 STRING method

Signal: methodDeleted

Field index Type Description
0 STRING parentNode
1 STRING interface
2 STRING method

Signal: signalAdded

Field index Type Description
0 STRING parentNode
1 STRING interface
2 STRING signal

Signal: signalDeleted

Field index Type Description
0 STRING parentNode
1 STRING interface
2 STRING signal

org.ndbus.daemon.introspector

Method: domains

Direction Field index Type Description
out 0 STRINGLIST domains
out 1 INT32 errcode

Method: users

Direction Field index Type Description
in 0 STRING domain
out 0 STRINGLIST users
out 1 INT32 errcode

Method: serviceGroups

Direction Field index Type Description
in 0 STRING domain
in 1 STRING user
out 0 STRINGLIST servicegroups
out 1 INT32 errcode

Method: services

Direction Field index Type Description
in 0 STRING domain
in 1 STRING user
in 2 STRING servicegroup
out 0 STRINGLIST services
out 1 INT32 errcode

Method: nodes

Direction Field index Type Description
in 0 STRING domain
in 1 STRING user
in 2 STRING servicegroup
in 3 STRING service
in 4 STRING node
out 0 STRINGLIST nodes
out 1 INT32 errcode

Method: files

Direction Field index Type Description
in 0 STRING domain
in 1 STRING user
in 2 STRING servicegroup
in 3 STRING service
in 4 STRING node
out 0 STRINGLIST files
out 1 INT32 errcode

Method: interfaces

Direction Field index Type Description
in 0 STRING domain
in 1 STRING user
in 2 STRING servicegroup
in 3 STRING service
in 4 STRING node
out 0 STRINGLIST interfaces
out 1 INT32 errcode

Method: methods

Direction Field index Type Description
in 0 STRING domain
in 1 STRING user
in 2 STRING servicegroup
in 3 STRING service
in 4 STRING node
in 5 STRING interface
out 0 STRINGLIST methods
out 1 INT32 errcode

Method: signals

Direction Field index Type Description
in 0 STRING domain
in 1 STRING user
in 2 STRING servicegroup
in 3 STRING service
in 4 STRING node
in 5 STRING interface
out 0 STRINGLIST signals
out 1 INT32 errcode

Signal: domainAdded

Field index Type Description
0 STRING domain

Signal: domainDeleted

Field index Type Description
0 STRING domain

Signal: userAdded

Field index Type Description
0 STRING domain
1 STRING user

Signal: userDeleted

Field index Type Description
0 STRING domain
1 STRING user

Signal: serviceGroupAdded

Field index Type Description
0 STRING domain
1 STRING user
2 STRING servicegroup

Signal: serviceGroupDeleted

Field index Type Description
0 STRING domain
1 STRING user
2 STRING servicegroup

Signal: serviceAdded

Field index Type Description
0 STRING domain
1 STRING user
2 STRING servicegroup
3 STRING service

Signal: serviceDeleted

Field index Type Description
0 STRING domain
1 STRING user
2 STRING servicegroup
3 STRING service

Signal: nodeAdded

Field index Type Description
0 STRING domain
1 STRING user
2 STRING servicegroup
3 STRING service
4 STRING parentnode
5 STRING node

Signal: nodeDeleted

Field index Type Description
0 STRING domain
1 STRING user
2 STRING servicegroup
3 STRING service
4 STRING parentnode
5 STRING node

Signal: fileAdded

Field index Type Description
0 STRING domain
1 STRING user
2 STRING servicegroup
3 STRING service
4 STRING node
5 STRING file

Signal: fileDeleted

Field index Type Description
0 STRING domain
1 STRING user
2 STRING servicegroup
3 STRING service
4 STRING node
5 STRING file

Signal: fileChanged

Field index Type Description
0 STRING domain
1 STRING user
2 STRING servicegroup
3 STRING service
4 STRING node
5 STRING file
6 STRING nodeNew
7 STRING fileNew

Signal: interfaceAdded

Field index Type Description
0 STRING domain
1 STRING user
2 STRING servicegroup
3 STRING service
4 STRING node
5 STRING interface

Signal: interfaceDeleted

Field index Type Description
0 STRING domain
1 STRING user
2 STRING servicegroup
3 STRING service
4 STRING node
5 STRING interface

Signal: methodAdded

Field index Type Description
0 STRING domain
1 STRING user
2 STRING servicegroup
3 STRING service
4 STRING node
5 STRING interface
6 STRING method

Signal: methodDeleted

Field index Type Description
0 STRING domain
1 STRING user
2 STRING servicegroup
3 STRING service
4 STRING node
5 STRING interface
6 STRING method

Signal: signalAdded

Field index Type Description
0 STRING domain
1 STRING user
2 STRING servicegroup
3 STRING service
4 STRING node
5 STRING interface
6 STRING signal

Signal: signalDeleted

Field index Type Description
0 STRING domain
1 STRING user
2 STRING servicegroup
3 STRING service
4 STRING node
5 STRING interface
6 STRING signal

org.ndbus.service.daemons

Method: disconnect

This method has no parameters.

Method: disconnectFromService

Direction Field index Type Description
in 0 STRING domain
in 1 STRING user
in 2 STRING servicegroup
in 3 STRING service
out 0 INT32 errcode

Method: connectedServices

out 0 STRINGLIST services
out 1 INT32 errcode

Signal: serviceConnected

0 STRING service

Signal: serviceDisconnected

0 STRING service

/org.ndbus.daemon.daemons method hello i: string domain, string user, string servicegroup, string service o: string domain, string user, string servicegroup, string service, int32 errcode method authenticate i: bytearray challenge o: bytearray replay, int32 errcode method connect i: o: int32 errcode method connectionRequest i: string user, string servicegroup, string service, string user, string servicegroup, string service o: bytearray sessionCookie, int32 errcode

/org.ndbus.daemon.services method hello i: string domain, string user, string servicegroup, string service o: string domain, string user, string servicegroup, string service, int32 errcode method authenticate i: bytearray challenge o: bytearray replay, int32 errcode method connect i: o: int32 errcode method joinDomain i: string domain, bytearray password o: int32 errcode method joinUser i: string user, bytearray password o: int32 errcode method joinServiceGroupAddService i: string servicegroup, bool addIfDoesNotExist, bytearray servicegroup_password, string service, bytearray service_password o: string servicegroup, string service, int32 errcode method addServiceGroupAddService i: string servicegroup, bool joinIfDoesExist, bytearray servicegroup_password, string service, bytearray service_password o: string servicegroup, string service, int32 errcode method addService i: string service, bytearray password o: string service, int32 errcode method addNode i: string node, string newNode o: int32 errcode method addInterface i: string node, string interfaces o: int32 errcode method addMethod i: string node, string interface, string name, string parameters o: int32 errcode method addSignal i: string node, string interface, string name, string parameters o: int32 errcode method connectionRequest i: string domain, string user, string servicegroup, string service o: bytearray sessionCookie, int32 errcode

/org.ndbus.service.services method hello i: string domain, string user, string servicegroup, string service o: string domain, string user, string servicegroup, string service, int32 errcode method authenticate i: bytearray challenge o: bytearray replay, int32 errcode method connect i: string domain, bytearray password o: int32 errcode

 All Files