| 
 | JavaTM Platform Standard Ed. 6 | |||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectorg.omg.CORBA.ServiceDetail
public final class ServiceDetail
表示 ORB 服务的对象:其 service_detail_type 字段包含 ORB 服务的类型,其 service_detail 字段包含 ORB 服务的描述。
| 字段摘要 | |
|---|---|
|  byte[] | service_detail描述此 ServiceDetail对象所表示的 ORB 服务的数据。 | 
|  int | service_detail_type此 ServiceDetail对象表示的 ORB 服务的类型。 | 
| 构造方法摘要 | |
|---|---|
| ServiceDetail()使用 0 作为 ORB 服务的类型并使用空描述构造一个 ServiceDetail对象。 | |
| ServiceDetail(int service_detail_type,
              byte[] service_detail)使用给定 ORB 服务类型和给定描述构造一个 ServiceDetail对象。 | |
| 方法摘要 | 
|---|
| 从类 java.lang.Object 继承的方法 | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| 字段详细信息 | 
|---|
public int service_detail_type
ServiceDetail 对象表示的 ORB 服务的类型。
public byte[] service_detail
ServiceDetail 对象所表示的 ORB 服务的数据。
| 构造方法详细信息 | 
|---|
public ServiceDetail()
ServiceDetail 对象。
public ServiceDetail(int service_detail_type,
                     byte[] service_detail)
ServiceDetail 对象。
service_detail_type - 指定 ORB 服务类型的 int 值service_detail - 描述 ORB 服务的 byte 数组| 
 | JavaTM Platform Standard Ed. 6 | |||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。