T - Return type.protected abstract class GridCacheTxLocalAdapter.PostLockClosure2<T> extends Object implements GridBiClosure<Boolean,Exception,GridFuture<T>>
| Modifier | Constructor and Description |
|---|---|
protected |
GridCacheTxLocalAdapter.PostLockClosure2() |
| Modifier and Type | Method and Description |
|---|---|
GridFuture<T> |
apply(Boolean locked,
Exception e)
Closure body.
|
protected abstract GridFuture<T> |
postLock()
Post lock callback.
|
protected GridCacheTxLocalAdapter.PostLockClosure2()
public final GridFuture<T> apply(Boolean locked, @Nullable Exception e)
apply in interface GridBiClosure<Boolean,Exception,GridFuture<T>>locked - First parameter.e - Second parameter.protected abstract GridFuture<T> postLock() throws GridException
GridException - If operation failed.Copyright © 2014. All rights reserved.