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.