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