Package | Description |
---|---|
org.omg.GIOP | |
org.omg.IOP |
Modifier and Type | Field and Description |
---|---|
ServiceContext[] |
RequestHeader_1_0.service_context |
ServiceContext[] |
RequestHeader_1_2.service_context |
ServiceContext[] |
ReplyHeader_1_2.service_context |
ServiceContext[] |
ReplyHeader_1_0.service_context |
ServiceContext[] |
RequestHeader_1_1.service_context |
Constructor and Description |
---|
ReplyHeader_1_0(ServiceContext[] service_context,
int request_id,
ReplyStatusType_1_2 reply_status) |
ReplyHeader_1_2(int request_id,
ReplyStatusType_1_2 reply_status,
ServiceContext[] service_context) |
RequestHeader_1_0(ServiceContext[] service_context,
int request_id,
boolean response_expected,
byte[] object_key,
String operation,
byte[] requesting_principal) |
RequestHeader_1_1(ServiceContext[] service_context,
int request_id,
boolean response_expected,
byte[] reserved,
byte[] object_key,
String operation,
byte[] requesting_principal) |
RequestHeader_1_2(int request_id,
byte response_flags,
byte[] reserved,
TargetAddress target,
String operation,
ServiceContext[] service_context) |
Modifier and Type | Field and Description |
---|---|
ServiceContext[] |
ServiceContextListHolder.value |
ServiceContext |
ServiceContextHolder.value |
Modifier and Type | Method and Description |
---|---|
static ServiceContext[] |
ServiceContextListHelper.extract(Any any) |
static ServiceContext |
ServiceContextHelper.extract(Any any) |
static ServiceContext[] |
ServiceContextListHelper.read(InputStream _in) |
static ServiceContext |
ServiceContextHelper.read(InputStream in) |
Modifier and Type | Method and Description |
---|---|
static void |
ServiceContextHelper.insert(Any any,
ServiceContext s) |
static void |
ServiceContextListHelper.insert(Any any,
ServiceContext[] s) |
static void |
ServiceContextHelper.write(OutputStream out,
ServiceContext s) |
static void |
ServiceContextListHelper.write(OutputStream _out,
ServiceContext[] _s) |
Constructor and Description |
---|
ServiceContextHolder(ServiceContext initial) |
ServiceContextListHolder(ServiceContext[] initial) |
Copyright © 2013. All Rights Reserved.