API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.omg.CORBA. ServiceDetail View Source
Author(s)
RIP Team
Since
Version
1.11 11/15/00
Serial
Hierarchy
 Object
      ServiceDetail
Implements
 IDLEntity
Subclasses
Description
publicfinal class ServiceDetail
An object that represents an ORB service: its service_detail_type field contains the type of the ORB service, and its service_detail field contains a description of the ORB service.
See also:   
Constructors
public ServiceDetail ()
Constructs a ServiceDetail object with 0 for the type of ORB service and an empty description.
public ServiceDetail (int service_detail_type, byte[] service_detail)
  Constructs a ServiceDetail object with the given ORB service type and the given description.
Methods
Hide/Show inherited methods
Fields
Hide/Show inherited fields
public byte service_detail
The data describing the ORB service that this ServiceDetail object represents.
public int service_detail_type
The type of the ORB service that this ServiceDetail object represents.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar