|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.objectweb.jotm.jta.rmi.JTATransactionServiceContext
Class JTATransactionServiceContext is a JRMP Class for Transaction
Context Propagation
| Constructor Summary | |
JTATransactionServiceContext()
empty constructor for extarenalizable |
|
| Method Summary | |
int |
getContextId()
the JServiceContext id |
TransactionContext |
getTransactionContext()
get the transaction context |
void |
readExternal(ObjectInput in)
readExternal to initialise Transaction context |
void |
setContext(TransactionContext txCtx,
boolean isReply)
constructor |
void |
writeExternal(ObjectOutput out)
writeExternal to send Transaction context |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public JTATransactionServiceContext()
| Method Detail |
public int getContextId()
getContextId in interface org.objectweb.carol.rmi.jrmp.interceptor.JServiceContext
public void setContext(TransactionContext txCtx,
boolean isReply)
public TransactionContext getTransactionContext()
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
readExternal in interface Externalizablein - the object input
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out)
throws IOException
writeExternal in interface Externalizableout - the object output
IOException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||