| |
|
| java.lang.Object org.objectweb.jotm.jta.rmi.JTAServerTransactionInterceptor
JTAServerTransactionInterceptor | public class JTAServerTransactionInterceptor implements JServerRequestInterceptor(Code) | | Class JTAServerTransactionInterceptor is a JRMP Transaction server 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
|
JTAServerTransactionInterceptor | public JTAServerTransactionInterceptor()(Code) | | constructor
|
name | public String name()(Code) | | get the name of this interceptor
name |
receive_request | public void receive_request(JServerRequestInfo jri) throws IOException(Code) | | Receive request
Parameters: jri - JServerRequestInfo the jrmp server request information exception: IOException - if an exception occur with the ObjectOutput |
send_exception | public void send_exception(JServerRequestInfo jri) throws IOException(Code) | | |
send_reply | public void send_reply(JServerRequestInfo jri) throws IOException(Code) | | send reply with context
Parameters: jri - JServerRequestInfo the jrmp server request information exception: IOException - if an exception occur with the ObjectOutput |
|
|
|