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

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


Variable Index

 o service_details
 o service_options

Constructor Index

 o ServiceInformation()
 o ServiceInformation(int[], ServiceDetail[])

Variables

 o service_options
public int[] service_options
 o service_details
public ServiceDetail[] service_details

Constructors

 o ServiceInformation
public ServiceInformation()
 o ServiceInformation
public ServiceInformation(int[] service_options,
                          ServiceDetail[] service_details)

All Packages  Class Hierarchy  This Package  Previous  Next  Index