|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.CORBA.ServiceDetail
public final class ServiceDetail
An object, representing one of the additional details about the particular ORB service.
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 |
---|
public int service_detail_type
public byte[] service_detail
Constructor Detail |
---|
public ServiceDetail()
public ServiceDetail(int _service_detail_type, byte[] _service_detail)
_service_detail_type
- the service detail type._service_detail
- the service detail.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |