|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.objectweb.jotm.jta.rmi.JTAServerTransactionInterceptor
public class JTAServerTransactionInterceptor
Class JTAServerTransactionInterceptor is a JRMP Transaction server interceptor for
Transaction Context propagation
| Field Summary | |
|---|---|
static int |
TX_CTX_ID
transaction context id |
| Constructor Summary | |
|---|---|
JTAServerTransactionInterceptor()
constructor |
|
| Method Summary | |
|---|---|
java.lang.String |
name()
get the name of this interceptor |
void |
receive_request(org.objectweb.carol.rmi.jrmp.interceptor.JServerRequestInfo jri)
Receive request |
void |
send_exception(org.objectweb.carol.rmi.jrmp.interceptor.JServerRequestInfo jri)
|
void |
send_other(org.objectweb.carol.rmi.jrmp.interceptor.JServerRequestInfo jri)
|
void |
send_reply(org.objectweb.carol.rmi.jrmp.interceptor.JServerRequestInfo jri)
send reply with context |
| 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 JTAServerTransactionInterceptor()
| Method Detail |
|---|
public void receive_request(org.objectweb.carol.rmi.jrmp.interceptor.JServerRequestInfo jri)
throws java.io.IOException
receive_request in interface org.objectweb.carol.rmi.jrmp.interceptor.JServerRequestInterceptorjri - JServerRequestInfo the jrmp server request information
java.io.IOException - if an exception occur with the ObjectOutput
public void send_reply(org.objectweb.carol.rmi.jrmp.interceptor.JServerRequestInfo jri)
throws java.io.IOException
send_reply in interface org.objectweb.carol.rmi.jrmp.interceptor.JServerRequestInterceptorjri - JServerRequestInfo the jrmp server request information
java.io.IOException - if an exception occur with the ObjectOutputpublic java.lang.String name()
name in interface org.objectweb.carol.rmi.jrmp.interceptor.JServerRequestInterceptor
public void send_exception(org.objectweb.carol.rmi.jrmp.interceptor.JServerRequestInfo jri)
throws java.io.IOException
send_exception in interface org.objectweb.carol.rmi.jrmp.interceptor.JServerRequestInterceptorjava.io.IOException
public void send_other(org.objectweb.carol.rmi.jrmp.interceptor.JServerRequestInfo jri)
throws java.io.IOException
send_other in interface org.objectweb.carol.rmi.jrmp.interceptor.JServerRequestInterceptorjava.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||