All Packages Class Hierarchy This Package Previous Next Index
Class org.omg.CORBA.ServiceInformationHolder
java.lang.Object
|
+----org.omg.CORBA.ServiceInformationHolder
- public final class ServiceInformationHolder
- extends Object
- implements Streamable
- Java Class org.omg.CORBA.ServiceInformationHolder
- Source File org/omg/CORBA/ServiceInformationHolder.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;
};
value-
ServiceInformationHolder()
-
ServiceInformationHolder(ServiceInformation)
-
_read(InputStream)
-
_type()
-
_write(OutputStream)
-
value
public ServiceInformation value
ServiceInformationHolder
public ServiceInformationHolder()
ServiceInformationHolder
public ServiceInformationHolder(ServiceInformation value)
_read
public void _read(InputStream input)
_write
public void _write(OutputStream output)
_type
public TypeCode _type()
All Packages Class Hierarchy This Package Previous Next Index