Package | Description |
---|---|
org.omg.GIOP | |
org.omg.IOP |
Modifier and Type | Field and Description |
---|---|
ServiceContext[] |
ReplyHeader_1_2.service_context |
ServiceContext[] |
RequestHeader_1_0.service_context |
ServiceContext[] |
ReplyHeader_1_0.service_context |
ServiceContext[] |
RequestHeader_1_2.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 a) |
static ServiceContext |
ServiceContextHelper.extract(Any a) |
static ServiceContext[] |
ServiceContextListHelper.read(InputStream istream) |
static ServiceContext |
ServiceContextHelper.read(InputStream istream) |
Modifier and Type | Method and Description |
---|---|
static void |
ServiceContextHelper.insert(Any a,
ServiceContext that) |
static void |
ServiceContextListHelper.insert(Any a,
ServiceContext[] that) |
static void |
ServiceContextHelper.write(OutputStream ostream,
ServiceContext value) |
static void |
ServiceContextListHelper.write(OutputStream ostream,
ServiceContext[] value) |
Constructor and Description |
---|
ServiceContextHolder(ServiceContext initialValue) |
ServiceContextListHolder(ServiceContext[] initialValue) |
Copyright © 2013. All Rights Reserved.