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.SynchronizationRecordpublic boolean afterCompletion(int status)
afterCompletion in interface com.arjuna.ats.arjuna.coordinator.SynchronizationRecordpublic boolean isInterposed()
isInterposed in interface com.arjuna.ats.arjuna.coordinator.SynchronizationRecordpublic com.arjuna.ats.arjuna.common.Uid get_uid()
get_uid in interface com.arjuna.ats.arjuna.coordinator.SynchronizationRecordpublic int compareTo(Object o)
compareTo in interface ComparableCopyright © 2018 JBoss by Red Hat. All rights reserved.