| java.lang.Object net.sf.hajdbc.sql.LockingInvocationStrategy
LockingInvocationStrategy | public class LockingInvocationStrategy implements InvocationStrategy<D, T, R>(Code) | | An invocation strategy decorator that acquires a list of locks before invocation, and releases them afterward.
author: Paul Ferraro< Parameters: D - > Type of the root object (e.g. driver, datasource)< Parameters: T - > Target object type of the invocation< Parameters: R - > Return type of this invocation |
LockingInvocationStrategy | public LockingInvocationStrategy(InvocationStrategy<D, T, R> strategy, List<Lock> lockList)(Code) | | Parameters: strategy - Parameters: lockList - |
|
|