Name

ServiceDetail

Synopsis

A component of a ServiceInformation object, which describes a service available through an ORB. Each ServiceDetail contains an integer type code and an array of bytes containing information about the service. The semantics of the type code and the format of the byte data is implementation-specific.

                  Passed To
public final class ServiceDetail implements org.omg.CORBA.portable.IDLEntity {
// Public Constructors
   public ServiceDetail();  
   public ServiceDetail(int service_detail_type, 
        byte[] service_detail);  
// Public Instance Fields
   public byte[] service_detail;  
   public int service_detail_type;  
}

Passed To

ServiceDetailHelper.{insert(), write()}, ServiceInformation.ServiceInformation()

Returned By

ServiceDetailHelper.{extract(), read()}

Type Of

ServiceInformation.service_details

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.