org.omg.CORBA
Class ServiceDetail

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

public final class ServiceDetail
extends Object
implements IDLEntity

An object, representing one of the additional details about the particular ORB service.

See Also:
Serialized Form

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

Field Detail

service_detail_type

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


service_detail

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

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.