org.omg.CORBA

Class ServiceInformation

public final class ServiceInformation extends Object implements IDLEntity

Stores information about the CORBA service, available from some ORB. This class is part of the service information support, but the 1.4 API specification states that this support should be not implemented.

See Also: ORB

Field Summary
ServiceDetail[]service_details
The array of service details, defining the various aspects of this service.
int[]service_options
The array, defining various options of this service.
Constructor Summary
ServiceInformation()
Create an unitialised instance of the service information.
ServiceInformation(int[] _service_options, ServiceDetail[] _service_details)
Create an instance of the service information, intialised with the passed values.

Field Detail

service_details

public ServiceDetail[] service_details
The array of service details, defining the various aspects of this service.

service_options

public int[] service_options
The array, defining various options of this service.

Constructor Detail

ServiceInformation

public ServiceInformation()
Create an unitialised instance of the service information.

ServiceInformation

public ServiceInformation(int[] _service_options, ServiceDetail[] _service_details)
Create an instance of the service information, intialised with the passed values.

Parameters: _service_options the service options. _service_details the service details.