| |
|
| java.lang.Object org.objectweb.jotm.jta.rmi.JTAClientTransactionInterceptor
JTAClientTransactionInterceptor | public class JTAClientTransactionInterceptor implements JClientRequestInterceptor(Code) | | Class JTAClientTransactionInterceptor is a JRMP Transaction client interceptor for
Transaction Context propagation
author: Guillaume Riviere (Guillaume.Riviere@inrialpes.fr) |
TX_CTX_ID | public static int TX_CTX_ID(Code) | | transaction context id
|
JTAClientTransactionInterceptor | public JTAClientTransactionInterceptor()(Code) | | constructor
|
name | public String name()(Code) | | get the name of this interceptor
name |
receive_exception | public void receive_exception(JClientRequestInfo jri) throws IOException(Code) | | |
receive_other | public void receive_other(JClientRequestInfo jri) throws IOException(Code) | | |
receive_reply | public void receive_reply(JClientRequestInfo jri) throws IOException(Code) | | Receive reply interception
Parameters: jri - JClientRequestInfo the jrmp client info exception: IOException - if an exception occur with the ObjectOutput |
send_request | public void send_request(JClientRequestInfo jri) throws IOException(Code) | | send client context with the request. The sendingRequest method of the JPortableInterceptors
is called prior to marshalling arguments and contexts
Parameters: jri - JClientRequestInfo the jrmp client info exception: IOException - if an exception occur with the ObjectOutput |
|
|
|