org.omg.CORBA
public final class ServiceInformation extends Object implements IDLEntity
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
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.
|
public ServiceDetail[] service_details
public int[] service_options
public ServiceInformation()
public ServiceInformation(int[] _service_options, ServiceDetail[] _service_details)
_service_options
- the service options._service_details
- the service details.