public abstract class RequestInfoImpl extends LocalObject implements RequestInfo
| Modifier and Type | Field and Description |
|---|---|
protected Parameter[] |
arguments |
protected short |
caller_op |
protected Current |
current |
protected TypeCode[] |
exceptions |
protected Object |
forward_reference |
protected String |
operation |
protected ORB |
orb |
protected Map<Integer,ServiceContext> |
reply_ctx |
protected short |
reply_status |
protected Map<Integer,ServiceContext> |
request_ctx |
protected int |
request_id |
protected boolean |
response_expected |
protected Any |
result |
protected short |
sync_scope |
| Constructor and Description |
|---|
RequestInfoImpl(ORB o) |
| Modifier and Type | Method and Description |
|---|---|
Parameter[] |
arguments() |
String[] |
contexts() |
Current |
current() |
TypeCode[] |
exceptions() |
Object |
forward_reference() |
ServiceContext |
get_reply_service_context(int id) |
ServiceContext |
get_request_service_context(int id) |
Any |
get_slot(int id) |
Collection<ServiceContext> |
getReplyServiceContexts()
This is a method to be used when handling local calls that involve
portable interceptors.
|
Collection<ServiceContext> |
getRequestServiceContexts()
This is a method to be used when handling local calls that involve
portable interceptors.
|
String[] |
operation_context() |
String |
operation() |
ORB |
orb()
Public accessor to retrieve the ORB for this Request.
|
short |
reply_status() |
int |
request_id() |
boolean |
response_expected() |
Any |
result() |
void |
setArguments(Parameter[] args) |
void |
setCurrent(Current current) |
void |
setForwardReference(Object forward_reference) |
void |
setReplyServiceContexts(ServiceContext[] ctx)
Make the existing reply ServiceContexts available to
the interceptors.
|
void |
setReplyStatus(short reply_status) |
void |
setRequestServiceContexts(ServiceContext[] ctx)
Make the existing request ServiceContexts available to
the interceptors.
|
void |
setResult(Any result) |
short |
sync_scope()
Return the sync_scope as set in the constructor
|
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_interface, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_policy_override, validate_connectionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_overrideprotected int request_id
protected String operation
protected Parameter[] arguments
protected TypeCode[] exceptions
protected Any result
protected boolean response_expected
protected Object forward_reference
protected short reply_status
protected Current current
protected ORB orb
protected short sync_scope
protected final Map<Integer,ServiceContext> request_ctx
protected final Map<Integer,ServiceContext> reply_ctx
protected short caller_op
public RequestInfoImpl(ORB o)
public void setRequestServiceContexts(ServiceContext[] ctx)
public Collection<ServiceContext> getRequestServiceContexts()
public void setReplyServiceContexts(ServiceContext[] ctx)
public Collection<ServiceContext> getReplyServiceContexts()
public void setArguments(Parameter[] args)
public void setResult(Any result)
public Current current()
public void setCurrent(Current current)
public void setReplyStatus(short reply_status)
public void setForwardReference(Object forward_reference)
public Parameter[] arguments()
arguments in interface RequestInfoOperationspublic String[] contexts()
contexts in interface RequestInfoOperationspublic TypeCode[] exceptions()
exceptions in interface RequestInfoOperationspublic Object forward_reference()
forward_reference in interface RequestInfoOperationspublic ServiceContext get_reply_service_context(int id)
get_reply_service_context in interface RequestInfoOperationspublic ServiceContext get_request_service_context(int id)
get_request_service_context in interface RequestInfoOperationspublic Any get_slot(int id) throws InvalidSlot
get_slot in interface RequestInfoOperationsInvalidSlotpublic String operation()
operation in interface RequestInfoOperationspublic String[] operation_context()
operation_context in interface RequestInfoOperationspublic short reply_status()
reply_status in interface RequestInfoOperationspublic int request_id()
request_id in interface RequestInfoOperationspublic boolean response_expected()
response_expected in interface RequestInfoOperationspublic Any result()
result in interface RequestInfoOperationspublic short sync_scope()
sync_scope in interface RequestInfoOperationspublic ORB orb()
org.jacorb.orb.ORB value.Copyright © 2017 JacORB. All rights reserved.