| |
|
| org.objectweb.jotm.ots.OTSInterceptor org.objectweb.jotm.ots.OTSServerTransactionInterceptor
OTSServerTransactionInterceptor | public class OTSServerTransactionInterceptor extends OTSInterceptor implements ServerRequestInterceptor(Code) | | Class OTSServerTransactionInterceptor is a Server Interceptor for OTS Java Server
of JOTM. This Interceptor translate the Standart OTS Propagation Context to a Internal JOTM
Transaction context
author: Guillaume Riviere (Guillaume.Riviere@inrialpes.fr) version: 1.0, 13/09/2002 |
OTSServerTransactionInterceptor | public OTSServerTransactionInterceptor(ORBInitInfo info)(Code) | | constructor
|
destroy | public void destroy()(Code) | | |
name | public String name()(Code) | | get the name of this interceptor
name |
receive_request | public void receive_request(ServerRequestInfo jri) throws ForwardRequest(Code) | | Receive request
Parameters: jri - JServerRequestInfo the server request information exception: IOException - if an exception occur with the ObjectOutput |
receive_request_service_contexts | public void receive_request_service_contexts(ServerRequestInfo jri) throws ForwardRequest(Code) | | Receive request context
Parameters: jri - JServerRequestInfo the server request information exception: IOException - if an exception occur with the ObjectOutput |
send_exception | public void send_exception(ServerRequestInfo jri) throws ForwardRequest(Code) | | |
send_other | public void send_other(ServerRequestInfo jri) throws ForwardRequest(Code) | | |
send_reply | public void send_reply(ServerRequestInfo jri)(Code) | | send reply with context
Parameters: jri - JServerRequestInfo the server request information exception: IOException - if an exception occur with the ObjectOutput |
|
|
|