All Packages Class Hierarchy This Package Previous Next Index
Class org.omg.CORBA.ServiceInformation
java.lang.Object
|
+----org.omg.CORBA.ServiceInformation
- public final class ServiceInformation
- extends Object
- Java Class org.omg.CORBA.ServiceInformation
- Source File org/omg/CORBA/ServiceInformation.java
- IDL Source File ir.idl
- IDL Absolute Name ::CORBA::ServiceInformation
- Repository Identifier IDL:omg.org/CORBA/ServiceInformation:1.0
IDL definition:
#pragma prefix "omg.org/CORBA"
struct ServiceInformation {
sequence<::CORBA::ServiceOption> service_options;
sequence<::CORBA::ServiceDetail> service_details;
};
service_details-
service_options-
ServiceInformation()
-
ServiceInformation(int[], ServiceDetail[])
-
service_options
public int[] service_options
service_details
public ServiceDetail[] service_details
ServiceInformation
public ServiceInformation()
ServiceInformation
public ServiceInformation(int[] service_options,
ServiceDetail[] service_details)
All Packages Class Hierarchy This Package Previous Next Index