public class LockTimeOutChangeEvent extends EventObject
source
Constructor and Description |
---|
LockTimeOutChangeEvent(PessimisticLock source,
long oldTimeOut,
long newTimeOut) |
LockTimeOutChangeEvent(PessimisticLock source,
long oldTimeOut,
long newTimeOut,
boolean canceled) |
Modifier and Type | Method and Description |
---|---|
PessimisticLock |
getLock() |
long |
getNewTimeOut() |
long |
getOldTimeOut() |
boolean |
isCanceled() |
getSource, toString
public LockTimeOutChangeEvent(PessimisticLock source, long oldTimeOut, long newTimeOut, boolean canceled)
public LockTimeOutChangeEvent(PessimisticLock source, long oldTimeOut, long newTimeOut)
public boolean isCanceled()
public long getNewTimeOut()
public long getOldTimeOut()
public PessimisticLock getLock()
Copyright © 2003–2020 XDEV Software. All rights reserved.