Package | Description |
---|---|
org.jacorb.orb.dsi | |
org.jacorb.orb.giop | |
org.omg.GIOP |
Modifier and Type | Method and Description |
---|---|
ReplyStatusType_1_2 |
ServerRequest.status() |
Modifier and Type | Method and Description |
---|---|
ReplyStatusType_1_2 |
ReplyInputStream.getStatus()
Returns the reply status of this reply.
|
Constructor and Description |
---|
ReplyOutputStream(ORB orb,
int request_id,
ReplyStatusType_1_2 reply_status,
int giop_minor,
boolean is_locate_reply,
org.slf4j.Logger logger) |
Modifier and Type | Field and Description |
---|---|
static ReplyStatusType_1_2 |
ReplyStatusType_1_2.LOCATION_FORWARD |
static ReplyStatusType_1_2 |
ReplyStatusType_1_2.LOCATION_FORWARD_PERM |
static ReplyStatusType_1_2 |
ReplyStatusType_1_2.NEEDS_ADDRESSING_MODE |
static ReplyStatusType_1_2 |
ReplyStatusType_1_2.NO_EXCEPTION |
ReplyStatusType_1_2 |
ReplyHeader_1_2.reply_status |
static ReplyStatusType_1_2 |
ReplyStatusType_1_2.SYSTEM_EXCEPTION |
static ReplyStatusType_1_2 |
ReplyStatusType_1_2.USER_EXCEPTION |
ReplyStatusType_1_2 |
ReplyStatusType_1_2Holder.value |
Modifier and Type | Method and Description |
---|---|
static ReplyStatusType_1_2 |
ReplyStatusType_1_2Helper.extract(Any any) |
static ReplyStatusType_1_2 |
ReplyStatusType_1_2.from_int(int value) |
static ReplyStatusType_1_2 |
ReplyStatusType_1_2Helper.read(InputStream in) |
Modifier and Type | Method and Description |
---|---|
static void |
ReplyStatusType_1_2Helper.insert(Any any,
ReplyStatusType_1_2 s) |
static void |
ReplyStatusType_1_2Helper.write(OutputStream out,
ReplyStatusType_1_2 s) |
Constructor and Description |
---|
ReplyHeader_1_2(int request_id,
ReplyStatusType_1_2 reply_status,
ServiceContext[] service_context) |
ReplyStatusType_1_2Holder(ReplyStatusType_1_2 initial) |
Copyright © 2017 JacORB. All rights reserved.