Package | Description |
---|---|
com.sun.corba.se.impl.interceptors | |
com.sun.corba.se.spi.GIOP | |
org.omg.IOP |
This package contains the IOP module specified in the OMG document
The Common
Object Request Broker: Architecture and Specification,
http://cgi.omg.org/cgi-bin/doc?formal/99-10-07, section 13.6.
|
org.omg.PortableInterceptor |
Provides a mechanism to register ORB hooks through which ORB services
can intercept the normal flow of execution of the ORB.
|
Modifier and Type | Method and Description |
---|---|
ServiceContext |
ServerRequestInfoImpl.get_reply_service_context(int id)
See ServerRequestInfo for javadocs.
|
abstract ServiceContext |
RequestInfoImpl.get_reply_service_context(int id)
Implementation for get_reply_service_context() differs for client
and server implementations.
|
ServiceContext |
ClientRequestInfoImpl.get_reply_service_context(int id)
does not contain an etry for that ID, BAD_PARAM with a minor code of
TBD_BP is raised.
|
ServiceContext |
ServerRequestInfoImpl.get_request_service_context(int id)
See ServerRequestInfo for javadocs.
|
abstract ServiceContext |
RequestInfoImpl.get_request_service_context(int id)
Implementation for get_request_service_context() differs for client
and server implementations.
|
ServiceContext |
ClientRequestInfoImpl.get_request_service_context(int id)
See RequestInfoImpl for javadoc.
|
protected ServiceContext |
RequestInfoImpl.getServiceContext(HashMap cachedServiceContexts,
ServiceContexts serviceContexts,
int id)
Utility method to look up a service context with the given id and
convert it to an IOP.ServiceContext.
|
Modifier and Type | Method and Description |
---|---|
void |
ServerRequestInfoImpl.add_reply_service_context(ServiceContext service_context,
boolean replace)
Allows Interceptors to add service contexts to the request.
|
void |
ClientRequestInfoImpl.add_request_service_context(ServiceContext service_context,
boolean replace)
Allows interceptors to add service contexts to the request.
|
protected void |
RequestInfoImpl.addServiceContext(HashMap cachedServiceContexts,
ServiceContexts serviceContexts,
ServiceContext service_context,
boolean replace)
Utility method to add an IOP.ServiceContext to a core.ServiceContexts
object.
|
Modifier and Type | Field and Description |
---|---|
ServiceContext[] |
RequestHeader_1_2.service_context |
ServiceContext[] |
RequestHeader_1_1.service_context |
ServiceContext[] |
RequestHeader_1_0.service_context |
ServiceContext[] |
ReplyHeader_1_0.service_context |
Constructor and Description |
---|
ReplyHeader_1_0(ServiceContext[] _service_context,
int _request_id,
ReplyStatusType_1_0 _reply_status) |
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) |
Modifier and Type | Method and Description |
---|---|
ServiceContext |
RequestInfoOperations.get_reply_service_context(int id)
Returns a copy of the service context with the given ID that
is associated with the reply.
|
ServiceContext |
RequestInfoOperations.get_request_service_context(int id)
Returns a copy of the service context with the given ID that
is associated with the request.
|
Modifier and Type | Method and Description |
---|---|
void |
ServerRequestInfoOperations.add_reply_service_context(ServiceContext service_context,
boolean replace)
Allows Interceptors to add service contexts to the request.
|
void |
ClientRequestInfoOperations.add_request_service_context(ServiceContext service_context,
boolean replace)
Allows Interceptors to add service contexts to the request.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.