|
|||||||||
| 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
Copyright © 2001, Atomikos. All rights reserved.
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()
Get the ancestor information as a stack. |
long |
getTimeOut()
Get the timeout left for the composite transaction. |
int |
hashCode()
Required for JBoss integration. |
boolean |
isSerial()
Test if serial mode or not; if serial, no parallelism allowed. |
| 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 PropagationPropagationpublic boolean isSerial()
Propagation
isSerial in interface PropagationPropagationpublic long getTimeOut()
Propagation
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 | ||||||||