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

IDL definition:
#pragma prefix "omg.org/CORBA"
struct ServiceInformation {
sequence<::CORBA::ServiceOption> service_options;
sequence<::CORBA::ServiceDetail> service_details;
};


Variable Index

 o value

Constructor Index

 o ServiceInformationHolder()
 o ServiceInformationHolder(ServiceInformation)

Method Index

 o _read(InputStream)
 o _type()
 o _write(OutputStream)

Variables

 o value
public ServiceInformation value

Constructors

 o ServiceInformationHolder
public ServiceInformationHolder()
 o ServiceInformationHolder
public ServiceInformationHolder(ServiceInformation value)

Methods

 o _read
public void _read(InputStream input)
 o _write
public void _write(OutputStream output)
 o _type
public TypeCode _type()

All Packages  Class Hierarchy  This Package  Previous  Next  Index