|
||||||||||
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()
Gets the ancestor information as a stack. |
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()
Propagation
getLineage
in interface Propagation
Propagation
public boolean isSerial()
isSerial
in interface Propagation
Propagation
public long getTimeOut()
getTimeOut
in interface Propagation
Propagation
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |