org.jacorb.orb.portableInterceptor
public class ServerRequestInfoImpl extends RequestInfoImpl implements ServerRequestInfo
Version: $Id: ServerRequestInfoImpl.java,v 1.18 2006/07/14 12:02:41 nick.cross Exp $
| Field Summary | |
|---|---|
| ServerRequest | request |
| Any | sending_exception |
| Constructor Summary | |
|---|---|
| ServerRequestInfoImpl(ORB orb, ServerRequest request, Servant servant) | |
| Method Summary | |
|---|---|
| byte[] | adapter_id() |
| void | add_reply_service_context(ServiceContext service_context, boolean replace) |
| Parameter[] | arguments() |
| TypeCode[] | exceptions() |
| Object | forward_reference() |
| Enumeration | getReplyServiceContexts() |
| ServiceContext | get_reply_service_context(int id) |
| Policy | get_server_policy(int type)
WARNING: This method relies on the DomainService to be available.
|
| byte[] | object_id() |
| String | operation() |
| short | reply_status() |
| int | request_id() |
| boolean | response_expected() |
| Any | result() |
| Any | sending_exception() |
| void | setServant(Servant servant)
The servant is sometimes not available on calling
receive_request_service_contexts (e.g. in case of
ServantLocators or ServantActivators). |
| void | set_slot(int id, Any data) |
| short | sync_scope() |
| Object | target()
returns a reference to the calls target. |
| boolean | target_is_a(String id) |
| String | target_most_derived_interface() |
| void | update()
Set the sending_exception attribute. |