Java Platform 1.2
Beta 4

Class org.omg.CORBA.ServiceInformation

java.lang.Object
  |
  +--org.omg.CORBA.ServiceInformation

public final class ServiceInformation
extends Object
ServiceInformation is an IDL struct in the CORBA module. It stores information about a CORBA service available in the ORB implementation. It is obtained from the ORB.get_service_information method.


Field Summary
 ServiceDetail[] service_details
           
 int[] service_options
           
 
Constructor Summary
ServiceInformation()
           
ServiceInformation(int[] __service_options, ServiceDetail[] __service_details)
           
 
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
 

Field Detail

service_options

public int[] service_options

service_details

public ServiceDetail[] service_details
Constructor Detail

ServiceInformation

public ServiceInformation()

ServiceInformation

public ServiceInformation(int[] __service_options,
                          ServiceDetail[] __service_details)

Java Platform 1.2
Beta 4

Submit a bug or feature
Submit comments/suggestions about new javadoc look
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.
This documentation was generated with a post-Beta4 version of Javadoc.