public interface ReadyAction
PerCacheInboundInvocationHandler
to check
when this action is ready.Modifier and Type | Method and Description |
---|---|
void |
addListener(ActionListener listener)
It adds a listener that is invoked when this action is ready.
|
boolean |
isReady() |
void |
onException()
Cleanup when the command throws an exception while executing.
|
void |
onFinally()
Invoked always after the command is executed and the reply is sent.
|
boolean isReady()
true
if ready.void addListener(ActionListener listener)
listener
- the listener to invoke.void onException()
void onFinally()
Copyright © 2021 JBoss by Red Hat. All rights reserved.