public abstract class BaseBlockingRunnable extends Object implements BlockingRunnable
CacheRpcCommand
.Modifier and Type | Field and Description |
---|---|
protected CacheRpcCommand |
command |
protected BasePerCacheInboundInvocationHandler |
handler |
protected Reply |
reply |
protected Response |
response |
Modifier | Constructor and Description |
---|---|
protected |
BaseBlockingRunnable(BasePerCacheInboundInvocationHandler handler,
CacheRpcCommand command,
Reply reply) |
Modifier and Type | Method and Description |
---|---|
protected void |
afterInvoke() |
protected Response |
beforeInvoke() |
protected void |
onException(Throwable throwable) |
protected void |
onFinally() |
void |
run() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isReady
protected final BasePerCacheInboundInvocationHandler handler
protected final CacheRpcCommand command
protected final Reply reply
protected Response response
protected BaseBlockingRunnable(BasePerCacheInboundInvocationHandler handler, CacheRpcCommand command, Reply reply)
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.