org.omg.CORBA
public final class ServiceInformation extends Object implements IDLEntity
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.
|
Parameters: _service_options the service options. _service_details the service details.