Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.omg.CORBA.LocalObject
org.jacorb.orb.portableInterceptor.RequestInfoImpl
org.jacorb.orb.portableInterceptor.ServerRequestInfoImpl
Field Summary | |
ServerRequest | |
Any |
Fields inherited from class org.jacorb.orb.portableInterceptor.RequestInfoImpl | |
arguments , caller_op , current , exceptions , forward_reference , operation , reply_ctx , reply_status , request_ctx , request_id , response_expected , result |
Constructor Summary | |
|
Method Summary | |
byte[] | |
void |
|
Parameter[] | |
TypeCode[] | |
Object | |
Enumeration | |
ServiceContext |
|
Policy |
|
byte[] | |
String | |
short | |
int | |
boolean | |
Any |
|
Any | |
void |
|
void | |
short | |
Object |
|
boolean |
|
String | |
void |
|
Methods inherited from class org.jacorb.orb.portableInterceptor.RequestInfoImpl | |
arguments , contexts , exceptions , forward_reference , get_reply_service_context , get_request_service_context , get_slot , operation , operation_context , reply_status , request_id , response_expected , result , setReplyServiceContexts , setRequestServiceContexts , sync_scope |
Methods inherited from class org.omg.CORBA.LocalObject | |
_create_request , _create_request , _duplicate , _get_domain_managers , _get_interface , _get_interface_def , _get_policy , _hash , _ids , _invoke , _is_a , _is_equivalent , _is_local , _non_existent , _orb , _release , _releaseReply , _request , _request , _servant_postinvoke , _servant_preinvoke , _set_policy_override , validate_connection |
public byte[] adapter_id()
- Specified by:
- adapter_id in interface ServerRequestInfoOperations
public void add_reply_service_context(ServiceContext service_context, boolean replace)
- Specified by:
- add_reply_service_context in interface ServerRequestInfoOperations
public Parameter[] arguments()
- Specified by:
- arguments in interface RequestInfoOperations
- Overrides:
- arguments in interface RequestInfoImpl
public TypeCode[] exceptions()
- Specified by:
- exceptions in interface RequestInfoOperations
- Overrides:
- exceptions in interface RequestInfoImpl
public Object forward_reference()
- Specified by:
- forward_reference in interface RequestInfoOperations
- Overrides:
- forward_reference in interface RequestInfoImpl
public Enumeration getReplyServiceContexts()
public ServiceContext get_reply_service_context(int id)
- Specified by:
- get_reply_service_context in interface RequestInfoOperations
- Overrides:
- get_reply_service_context in interface RequestInfoImpl
public Policy get_server_policy(int type)
WARNING: This method relies on the DomainService to be available. Make shure that the DS is running, if you want to call this method.
- Specified by:
- get_server_policy in interface ServerRequestInfoOperations
public String operation()
- Specified by:
- operation in interface RequestInfoOperations
- Overrides:
- operation in interface RequestInfoImpl
public short reply_status()
- Specified by:
- reply_status in interface RequestInfoOperations
- Overrides:
- reply_status in interface RequestInfoImpl
public int request_id()
- Specified by:
- request_id in interface RequestInfoOperations
- Overrides:
- request_id in interface RequestInfoImpl
public boolean response_expected()
- Specified by:
- response_expected in interface RequestInfoOperations
- Overrides:
- response_expected in interface RequestInfoImpl
public Any result()
- Specified by:
- result in interface RequestInfoOperations
- Overrides:
- result in interface RequestInfoImpl
public Any sending_exception()
- Specified by:
- sending_exception in interface ServerRequestInfoOperations
public void setServant(Servant servant)
The servant is sometimes not available on calling receive_request_service_contexts (e.g. in case of ServantLocators or ServantActivators).
public void set_slot(int id, Any data) throws InvalidSlot
- Specified by:
- set_slot in interface ServerRequestInfoOperations
public short sync_scope()
- Specified by:
- sync_scope in interface RequestInfoOperations
- Overrides:
- sync_scope in interface RequestInfoImpl
public boolean target_is_a(String id)
public String target_most_derived_interface()
- Specified by:
- target_most_derived_interface in interface ServerRequestInfoOperations
public void update()
Set the sending_exception attribute.