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 SynchronizationRecord
public boolean afterCompletion(int status)
afterCompletion
in interface SynchronizationRecord
public boolean isInterposed()
isInterposed
in interface SynchronizationRecord
public Uid get_uid()
get_uid
in interface SynchronizationRecord
public int compareTo(Object o)
compareTo
in interface Comparable
Copyright © 2021 JBoss by Red Hat. All rights reserved.