|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.objectweb.jotm.jta.rmi.JTAClientTransactionInterceptor
public class 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.ow2.carol.rmi.jrmp.interceptor.api.JClientRequestInfo jri)
|
void |
receive_other(org.ow2.carol.rmi.jrmp.interceptor.api.JClientRequestInfo jri)
|
void |
receive_reply(org.ow2.carol.rmi.jrmp.interceptor.api.JClientRequestInfo jri)
Receive reply interception |
void |
send_poll(org.ow2.carol.rmi.jrmp.interceptor.api.JClientRequestInfo jri)
|
void |
send_request(org.ow2.carol.rmi.jrmp.interceptor.api.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.ow2.carol.rmi.jrmp.interceptor.spi.JClientRequestInterceptor
public void send_request(org.ow2.carol.rmi.jrmp.interceptor.api.JClientRequestInfo jri)
throws IOException
send_request in interface org.ow2.carol.rmi.jrmp.interceptor.spi.JClientRequestInterceptorjri - JClientRequestInfo the jrmp client info
IOException - if an exception occur with the ObjectOutput
public void receive_reply(org.ow2.carol.rmi.jrmp.interceptor.api.JClientRequestInfo jri)
throws IOException
receive_reply in interface org.ow2.carol.rmi.jrmp.interceptor.spi.JClientRequestInterceptorjri - JClientRequestInfo the jrmp client info
IOException - if an exception occur with the ObjectOutput
public void send_poll(org.ow2.carol.rmi.jrmp.interceptor.api.JClientRequestInfo jri)
throws IOException
send_poll in interface org.ow2.carol.rmi.jrmp.interceptor.spi.JClientRequestInterceptorIOException
public void receive_exception(org.ow2.carol.rmi.jrmp.interceptor.api.JClientRequestInfo jri)
throws IOException
receive_exception in interface org.ow2.carol.rmi.jrmp.interceptor.spi.JClientRequestInterceptorIOException
public void receive_other(org.ow2.carol.rmi.jrmp.interceptor.api.JClientRequestInfo jri)
throws IOException
receive_other in interface org.ow2.carol.rmi.jrmp.interceptor.spi.JClientRequestInterceptorIOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||