InternalXact
, Xact
public interface Limit
Modifier and Type | Method | Description |
---|---|---|
void |
reached(CompatibilitySpace compatibilitySpace,
java.lang.Object group,
int limit,
java.util.Enumeration lockList,
int lockCount) |
Called by the lock factory when a limit has been reached.
|
void reached(CompatibilitySpace compatibilitySpace, java.lang.Object group, int limit, java.util.Enumeration lockList, int lockCount) throws StandardException
compatibilitySpace
- lock space the limit was set forgroup
- lock group the limit was set forlimit
- the limit's settinglockList
- the list of Lockable's in the grouplockCount
- the number of locks in the groupStandardException
- Standard Derby error policy.Apache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.