org.omg.CORBA
Class ServiceInformation

java.lang.Object
  extended by org.omg.CORBA.ServiceInformation
All Implemented Interfaces:
Serializable, IDLEntity

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.get_service_information(short, org.omg.CORBA.ServiceInformationHolder), Serialized Form

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.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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.