|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.objectweb.jotm.jta.rmi.JTATransactionServiceContext
public class JTATransactionServiceContext
Class JTATransactionServiceContext is a JRMP Class for Transaction
Context Propagation
| Constructor Summary | |
|---|---|
JTATransactionServiceContext()
empty constructor for externalizable |
|
| Method Summary | |
|---|---|
int |
getContextId()
the JServiceContext id |
org.objectweb.jotm.TransactionContext |
getTransactionContext()
get the transaction context |
void |
readExternal(ObjectInput in)
readExternal to initialize Transaction context |
void |
setContext(org.objectweb.jotm.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.ow2.carol.rmi.interceptor.spi.JServiceContext
public void setContext(org.objectweb.jotm.TransactionContext txCtx,
boolean isReply)
txCtx - TransactionContext the RMI (Serializable) Transaction ContextisReply - boolean is reply indicatorpublic org.objectweb.jotm.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 | ||||||||