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
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
service_options
public int[] service_options
service_details
public ServiceDetail[] service_details
ServiceInformation
public ServiceInformation()
ServiceInformation
public ServiceInformation(int[] __service_options,
ServiceDetail[] __service_details)
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.