|
|||||||||
| 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 |
receiveException(org.ow2.carol.rmi.interceptor.api.JClientRequestInfo jri)
|
void |
receiveOther(org.ow2.carol.rmi.interceptor.api.JClientRequestInfo jri)
|
void |
receiveReply(org.ow2.carol.rmi.interceptor.api.JClientRequestInfo jri)
Receive reply interception |
void |
sendPoll(org.ow2.carol.rmi.interceptor.api.JClientRequestInfo jri)
|
void |
sendRequest(org.ow2.carol.rmi.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.interceptor.spi.JClientRequestInterceptor
public void sendRequest(org.ow2.carol.rmi.interceptor.api.JClientRequestInfo jri)
throws IOException
sendRequest in interface org.ow2.carol.rmi.interceptor.spi.JClientRequestInterceptorjri - JClientRequestInfo the jrmp client info
IOException - if an exception occur with the ObjectOutput
public void receiveReply(org.ow2.carol.rmi.interceptor.api.JClientRequestInfo jri)
throws IOException
receiveReply in interface org.ow2.carol.rmi.interceptor.spi.JClientRequestInterceptorjri - JClientRequestInfo the jrmp client info
IOException - if an exception occur with the ObjectOutput
public void sendPoll(org.ow2.carol.rmi.interceptor.api.JClientRequestInfo jri)
throws IOException
sendPoll in interface org.ow2.carol.rmi.interceptor.spi.JClientRequestInterceptorIOException
public void receiveException(org.ow2.carol.rmi.interceptor.api.JClientRequestInfo jri)
throws IOException
receiveException in interface org.ow2.carol.rmi.interceptor.spi.JClientRequestInterceptorIOException
public void receiveOther(org.ow2.carol.rmi.interceptor.api.JClientRequestInfo jri)
throws IOException
receiveOther in interface org.ow2.carol.rmi.interceptor.spi.JClientRequestInterceptorIOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||