All Packages Class Hierarchy This Package Previous Next Index
Class org.omg.CORBA.ServiceInformationHelper
java.lang.Object
|
+----org.omg.CORBA.ServiceInformationHelper
- public abstract class ServiceInformationHelper
- extends Object
- Java Class org.omg.CORBA.ServiceInformationHelper
- Source File org/omg/CORBA/ServiceInformationHelper.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;
};
ServiceInformationHelper()
-
extract(Any)
-
id()
-
insert(Any, ServiceInformation)
-
read(InputStream)
-
type()
-
write(OutputStream, ServiceInformation)
-
ServiceInformationHelper
public ServiceInformationHelper()
read
public static ServiceInformation read(InputStream _input)
write
public static void write(OutputStream _output,
ServiceInformation value)
insert
public static void insert(Any any,
ServiceInformation value)
extract
public static ServiceInformation extract(Any any)
type
public static TypeCode type()
id
public static String id()
All Packages Class Hierarchy This Package Previous Next Index