org.omg.CORBA
public final class ServiceDetail extends Object implements IDLEntity
Field Summary | |
---|---|
byte[] | service_detail
The binary data, defining the information. |
int | service_detail_type
The type of the information, defined by this detail. |
Constructor Summary | |
---|---|
ServiceDetail()
Create an unitialised instance. | |
ServiceDetail(int _service_detail_type, byte[] _service_detail)
Create the instance of the service detail, initialising its fields
to the given values.
|
Parameters: _service_detail_type the service detail type. _service_detail the service detail.