R - The generic type of the declared lock objects.T - The generic type of the Callable's outcome.public class LockCallableImpl<R extends Comparable,T> extends Object implements LockCallable<R,T>
| Constructor and Description |
|---|
LockCallableImpl(R[] resource,
Callable<T> task) |
public R[] getResource()
LockCallablegetResource in interface LockCallable<R extends Comparable,T>Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.