|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atomikos.icatch.imp.PropagationImp
public class PropagationImp
Implementation of Propagation interface.
| Constructor Summary | |
|---|---|
PropagationImp(Stack lineage,
boolean serial,
long timeout)
Construct a new instance. |
|
| Method Summary | |
|---|---|
static Propagation |
adaptPropagation(Propagation propagation,
RecoveryCoordinator adaptor)
Create a new instance. |
boolean |
equals(Object o)
Required for JBoss integration: client demarcation depends on this. |
Stack |
getLineage()
|
long |
getTimeOut()
|
int |
hashCode()
Required for JBoss integration. |
boolean |
isSerial()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PropagationImp(Stack lineage,
boolean serial,
long timeout)
lineage - The lineage stack of ancestors.serial - Serial mode indicator.timeout - The timeout left for the tx.| Method Detail |
|---|
public static Propagation adaptPropagation(Propagation propagation,
RecoveryCoordinator adaptor)
propagation - The propagation for which to create a new instance.adaptor - The adaptor for replay requests.public Stack getLineage()
getLineage in interface PropagationPropagationpublic boolean isSerial()
isSerial in interface PropagationPropagationpublic long getTimeOut()
getTimeOut in interface PropagationPropagationpublic boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||