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

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


Constructor Index

 o ServiceInformationHelper()

Method Index

 o extract(Any)
 o id()
 o insert(Any, ServiceInformation)
 o read(InputStream)
 o type()
 o write(OutputStream, ServiceInformation)

Constructors

 o ServiceInformationHelper
public ServiceInformationHelper()

Methods

 o read
public static ServiceInformation read(InputStream _input)
 o write
public static void write(OutputStream _output,
                         ServiceInformation value)
 o insert
public static void insert(Any any,
                          ServiceInformation value)
 o extract
public static ServiceInformation extract(Any any)
 o type
public static TypeCode type()
 o id
public static String id()

All Packages  Class Hierarchy  This Package  Previous  Next  Index