|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.GIOP.ReplyHeader_1_0
public final class ReplyHeader_1_0
Struct definition: ReplyHeader_1_0.
Field Summary | |
---|---|
ReplyStatusType_1_0 |
reply_status
Struct member reply_status |
int |
request_id
Struct member request_id |
ServiceContext[] |
service_context
Struct member service_context |
Constructor Summary | |
---|---|
ReplyHeader_1_0()
Default constructor |
|
ReplyHeader_1_0(ServiceContext[] service_context,
int request_id,
ReplyStatusType_1_0 reply_status)
Constructor with fields initialization |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public ServiceContext[] service_context
public int request_id
public ReplyStatusType_1_0 reply_status
Constructor Detail |
---|
public ReplyHeader_1_0()
public ReplyHeader_1_0(ServiceContext[] service_context, int request_id, ReplyStatusType_1_0 reply_status)
service_context
- service_context struct memberrequest_id
- request_id struct memberreply_status
- reply_status struct member
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |