|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.objectweb.jotm.jta.rmi.JTAClientTransactionInterceptor
Class JTAClientTransactionInterceptor is a JRMP Transaction client interceptor for
Transaction Context propagation
| Field Summary | |
static int |
TX_CTX_ID
transaction context id |
| Constructor Summary | |
JTAClientTransactionInterceptor()
constructor |
|
| Method Summary | |
String |
name()
get the name of this interceptor |
void |
receive_exception(org.objectweb.carol.rmi.jrmp.interceptor.JClientRequestInfo jri)
|
void |
receive_other(org.objectweb.carol.rmi.jrmp.interceptor.JClientRequestInfo jri)
|
void |
receive_reply(org.objectweb.carol.rmi.jrmp.interceptor.JClientRequestInfo jri)
Receive reply interception |
void |
send_poll(org.objectweb.carol.rmi.jrmp.interceptor.JClientRequestInfo jri)
|
void |
send_request(org.objectweb.carol.rmi.jrmp.interceptor.JClientRequestInfo jri)
send client context with the request. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static int TX_CTX_ID
| Constructor Detail |
public JTAClientTransactionInterceptor()
| Method Detail |
public String name()
name in interface org.objectweb.carol.rmi.jrmp.interceptor.JClientRequestInterceptor
public void send_request(org.objectweb.carol.rmi.jrmp.interceptor.JClientRequestInfo jri)
throws IOException
send_request in interface org.objectweb.carol.rmi.jrmp.interceptor.JClientRequestInterceptorIOException - if an exception occur with the ObjectOutput
public void receive_reply(org.objectweb.carol.rmi.jrmp.interceptor.JClientRequestInfo jri)
throws IOException
receive_reply in interface org.objectweb.carol.rmi.jrmp.interceptor.JClientRequestInterceptorIOException - if an exception occur with the ObjectOutput
public void send_poll(org.objectweb.carol.rmi.jrmp.interceptor.JClientRequestInfo jri)
throws IOException
send_poll in interface org.objectweb.carol.rmi.jrmp.interceptor.JClientRequestInterceptorIOException
public void receive_exception(org.objectweb.carol.rmi.jrmp.interceptor.JClientRequestInfo jri)
throws IOException
receive_exception in interface org.objectweb.carol.rmi.jrmp.interceptor.JClientRequestInterceptorIOException
public void receive_other(org.objectweb.carol.rmi.jrmp.interceptor.JClientRequestInfo jri)
throws IOException
receive_other in interface org.objectweb.carol.rmi.jrmp.interceptor.JClientRequestInterceptorIOException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||