Previous Naming Service Configuration Next

LoadBalancingFactorySingleton Configuration

IOR Name Service Entry

The Naming Service entry for the Singleton.

Property Name

Object.Name

Property Type

FIXED

Data Type

STRING

Accessibility

READ/WRITE

Mandatory

NO

IOR URL

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

Property Name

IOR.URL

Property Type

FIXED

Data Type

URL

Accessibility

READ/WRITE

Mandatory

NO

IOR File Name

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.

Property Name

IOR.File

Property Type

FIXED

Data Type

FILE

Accessibility

READ/WRITE

Mandatory

NO

Resolve Name

The ORB Service resolution name used to resolve calls to the Singleton

Property Name

ResolveName

Property Type

FIXED

Data Type

STRING

Accessibility

READ/WRITE

Mandatory

YES

IOR Name Service

The name of the Naming Service which will be used to resolve the Singleton object.

Property Name

IOR.Server

Property Type

FIXED

Data Type

STRING

Accessibility

READ/WRITE

Mandatory

NO

Load Balancing Plugin

Plugin class used to implement load balancing. This should be a publicly instantiable Java class.

Property Name

Classnames

Property Type

FIXED

Data Type

STRING

Accessibility

READ/WRITE

Mandatory

NO

Load Balancing Timeout

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.

Property Name

Timeout

Property Type

DYNAMIC

Data Type

INTEGER

Accessibility

READ/WRITE

Mandatory

YES



Previous Naming Service Configuration Next