public class SynchronizationRecord extends Object implements com.arjuna.ats.arjuna.coordinator.SynchronizationRecord
Constructor and Description |
---|
SynchronizationRecord(Synchronization theResource,
com.arjuna.ats.arjuna.common.Uid id)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
afterCompletion(int status) |
boolean |
beforeCompletion() |
int |
compareTo(Object o) |
com.arjuna.ats.arjuna.common.Uid |
get_uid() |
boolean |
isInterposed() |
public SynchronizationRecord(Synchronization theResource, com.arjuna.ats.arjuna.common.Uid id)
theResource
- is the proxy that allows us to call out to the
object.public boolean beforeCompletion()
beforeCompletion
in interface com.arjuna.ats.arjuna.coordinator.SynchronizationRecord
public boolean afterCompletion(int status)
afterCompletion
in interface com.arjuna.ats.arjuna.coordinator.SynchronizationRecord
public boolean isInterposed()
isInterposed
in interface com.arjuna.ats.arjuna.coordinator.SynchronizationRecord
public com.arjuna.ats.arjuna.common.Uid get_uid()
get_uid
in interface com.arjuna.ats.arjuna.coordinator.SynchronizationRecord
public int compareTo(Object o)
compareTo
in interface Comparable
Copyright © 2016 JBoss by Red Hat. All rights reserved.