|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.CORBA.ServiceInformation
public final class ServiceInformation
Stores information about the CORBA service, available from some ORB. This class is part of the service information support, but the 1.4 API specification states that this support should be not implemented.
ORB.get_service_information(short, org.omg.CORBA.ServiceInformationHolder)
,
Serialized FormField Summary | |
---|---|
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 Summary | |
---|---|
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. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public ServiceDetail[] service_details
public int[] service_options
Constructor Detail |
---|
public ServiceInformation()
public ServiceInformation(int[] _service_options, ServiceDetail[] _service_details)
_service_options
- the service options._service_details
- the service details.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |