public class LocalCleanupSynchronization extends Object implements SynchronizationRecord
Constructor and Description |
---|
LocalCleanupSynchronization(TransactionImple tx) |
Modifier and Type | Method and Description |
---|---|
boolean |
afterCompletion(int status)
status is ActionStatus
|
boolean |
beforeCompletion() |
int |
compareTo(Object o) |
Uid |
get_uid() |
boolean |
isInterposed() |
public LocalCleanupSynchronization(TransactionImple tx)
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.