- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
-
- Type Parameters:
R
- The generic type of the declared lock objects.T
- The generic type of the Callable
's outcome.
- All Superinterfaces:
- Callable<T>
- All Known Implementing Classes:
- LockCallableImpl
public interface LockCallable<R extends Comparable,T>
extends Callable<T>
Bundles the resources identifying the required locks with the task to be
executed once it holds those locks.
- Version:
- $Id$
- Author:
- Bryan Thompson
-
-
Method Summary
Methods
Modifier and Type |
Method and Description |
R[] |
getResource()
The declared locks.
|
-
Methods inherited from interface java.util.concurrent.Callable
call
-
-
Method Detail
-
getResource
R[] getResource()
The declared locks.
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.