org.omg.CORBA

Class ServiceDetail

public final class ServiceDetail extends Object implements IDLEntity

An object, representing one of the additional details about the particular ORB service.
Field Summary
byte[]service_detail
The binary data, defining the information.
intservice_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.

Field Detail

service_detail

public byte[] service_detail
The binary data, defining the information.

service_detail_type

public int service_detail_type
The type of the information, defined by this detail.

Constructor Detail

ServiceDetail

public ServiceDetail()
Create an unitialised instance.

ServiceDetail

public 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.