| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.omg.CORBA.ServiceDetail
public final 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.
| Field Summary | |
|---|---|
|  byte[] | service_detailThe data describing the ORB service that this ServiceDetailobject represents. | 
|  int | service_detail_typeThe type of the ORB service that this ServiceDetailobject represents. | 
| Constructor Summary | |
|---|---|
| ServiceDetail()Constructs a ServiceDetailobject with 0 for the type of
 ORB service and an empty description. | |
| ServiceDetail(int service_detail_type,
              byte[] service_detail)Constructs a ServiceDetailobject with the given 
 ORB service type and the given description. | |
| Method Summary | 
|---|
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public int service_detail_type
ServiceDetail 
 object represents.
public byte[] service_detail
ServiceDetail
 object represents.
| Constructor Detail | 
|---|
public ServiceDetail()
ServiceDetail object with 0 for the type of
 ORB service and an empty description.
public ServiceDetail(int service_detail_type,
                     byte[] service_detail)
ServiceDetail object with the given 
 ORB service type and the given description.
service_detail_type - an int specifying the type of 
                            ORB serviceservice_detail - a byte array describing the ORB service| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.