Previous | Naming Service Configuration | Next |
The Naming Service entry for the Singleton.
The IOR URL property specifies the location of an Interoperable Object Reference (IOR) for the Service, using the Universal Resource Locator (URL) format. This information is used when a client attempts to resolve a reference to the Service. Currently only http and file URLs are supported, for example:
file:/usr/users/openfusion/servers/NameService.ior
http://www.prismtech.com/openfusion/servers/NameService.ior
The IOR File Name option specifies the name and location of the IOR file for the Singleton. If this property is not set, the IOR file name will be:
<INSTALL>/domains/<domain>/<node>/<service>/<singleton>/<singleton>.ior
where <INSTALL> is the OpenFusion installation path. See The Object Hierarchy for details of the domains directory structure.
The ORB Service resolution name used to resolve calls to the Singleton
The name of the Naming Service which will be used to resolve the Singleton object.
Plugin class used to implement load balancing. This should be a publicly instantiable Java class.
This property is used when an Active policy is selected. It controls the length of time that the ORB will attempt to communicate with an object before regarding it as inactive. The default value is zero.
Previous | Naming Service Configuration | Next |