public final class ServiceDetail extends Object implements IDLEntity
service_detail_type
字段包含ORB服务类型,其
service_detail
字段包含一个描述ORB服务。
Modifier and Type | Field and Description |
---|---|
byte[] |
service_detail
数据描述,这
ServiceDetail ORB服务对象代表。
|
int |
service_detail_type
这
ServiceDetail 对象代表ORB服务类型。
|
Constructor and Description |
---|
ServiceDetail()
构建了一个
ServiceDetail 对象0对ORB的服务类型和一个空的描述。
|
ServiceDetail(int service_detail_type, byte[] service_detail)
构建一个与给定的ORB服务类型和给出的描述
ServiceDetail 对象。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.