Name

ServiceInformation

Synopsis

This class represents information about a service available through a CORBA ORB. You query for information about a service using the ORB.get_service_information() method, which returns a ServiceInformation object. The ServiceInformation consists of a set of ServiceDetail objects, each representing a particular piece of information about the service.

                  
public final class ServiceInformation implements org.omg.CORBA.portable.IDLEntity {
// Public Constructors
   public ServiceInformation();  
   public ServiceInformation(int[] __service_options, 
        ServiceDetail[] __service_details);  
// Public Instance Fields
   public ServiceDetail[] service_details;  
   public int[] service_options;  
}

Passed To

ServiceInformationHelper.{insert(), write()}, ServiceInformationHolder.ServiceInformationHolder()

Returned By

ServiceInformationHelper.{extract(), read()}

Type Of

ServiceInformationHolder.value

Get Java Enterprise in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.