jorbd - The ORB Daemon

jorbd is responsible for providing several ORB services like the Activation System and the system NameService.

SYNOPSIS

jorbd

DESCRIPTION

The ORB daemon houses several objects that provide the various ORB services including server activation, object location, naming, authentication, and gateway management. It listens on port 2506 by default. The clients should initialize their ORB objects with the initial URL of a jorbd in order to use these services.
 
Initial Object
API
Description
ActivationSystem
com.sssw.jbroker.api.activation.ActivationSystem Server Activation
NameService
com.sssw.jbroker.api.naming.NamingContext COS Name Service Root

ORB properties are specified in the jorbd.properties file under the lib directory.
 

Property
Value(s)
Description
activation.realm name of a realm the realm used to protect the ActivationSystem
nameserver.realm name of a realm the realm used to protect the NameService
read.binding {ALL, NONE, REALM} specifies who is allowed to read a binding
write.binding {ALL, NONE, REALM} specifies who is allowed to create a binding
delete.binding {ALL, NONE, REALM} specifies who is allowed to delete a binding
add.binding {ALL, NONE, REALM} specifies who is allowed to add to an Object Group
create.context {ALL, NONE, REALM} specifies who can create a naming context
delete.context {ALL, NONE, REALM} specifies who can delete a naming context
add.context {ALL, NONE, REALM} specifies who can add to an Context Group

Please refer to the ORB tutorial for more information on ActivationSystem, Security Realm, and NameService.


Copyright © 1998-2003, Novell, Inc. All rights reserved.