| |
|
| org.objectweb.jotm.ots.OTSInterceptor org.objectweb.jotm.ots.OTSClientTransactionInterceptor
OTSClientTransactionInterceptor | public class OTSClientTransactionInterceptor extends OTSInterceptor implements ClientRequestInterceptor(Code) | | Class OTSClientTransactionInterceptor is a Client Interceptor for OTS Java Client
of JOTM. This Interceptor translate the Standart OTS Propagation Context to a Internal JOTM
Transaction context
author: Guillaume Riviere (Guillaume.Riviere@inrialpes.fr) |
OTSClientTransactionInterceptor | public OTSClientTransactionInterceptor(ORBInitInfo info)(Code) | | constructor
|
destroy | public void destroy()(Code) | | |
name | public String name()(Code) | | get the name of this interceptor
name |
receive_exception | public void receive_exception(ClientRequestInfo jri) throws ForwardRequest(Code) | | |
receive_other | public void receive_other(ClientRequestInfo jri) throws ForwardRequest(Code) | | |
receive_reply | public void receive_reply(ClientRequestInfo jri)(Code) | | Receive reply interception
Parameters: jri - JClientRequestInfo jri client info exception: IOException - if an exception occur with the ObjectOutput |
send_poll | public void send_poll(ClientRequestInfo jri)(Code) | | |
send_request | public void send_request(ClientRequestInfo jri) throws ForwardRequest(Code) | | send client transaction context with the request, if existed.
Parameters: jri - ClientRequestInfo iiop client info exception: IOException - if an exception occured with the ObjectOutput |
|
|
|