Java Platform 1.2

org.omg.CORBA
Class ServiceInformation

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

public final class ServiceInformation
extends Object
implements IDLEntity

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.

See Also:
Serialized Form

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

Submit a bug or feature Version 1.2 of Java Platform API Specification
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.