API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.omg.CORBA. ServiceInformation View Source
Author(s)
Since
Version
Serial
Hierarchy
 Object
      ServiceInformation
Implements
 IDLEntity
Subclasses
Description
publicfinal class ServiceInformation
An IDL struct in the CORBA module that stores information about a CORBA service available in the ORB implementation and is obtained from the ORB.get_service_information method.
See also:   
Constructors
public ServiceInformation ()
Constructs a ServiceInformation object with empty service_options and service_details.
public ServiceInformation (int[] __service_options, ServiceDetail __service_details)
  Constructs a ServiceInformation object with the given service_options and service_details.
Methods
Hide/Show inherited methods
Fields
Hide/Show inherited fields
public ServiceDetail service_details
Array of ServiceDetails giving more details about the service.
public int service_options
Array of ints representing service options.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar