|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.liferay.portal.kernel.cluster.BaseClusterResponseCallback
public abstract class BaseClusterResponseCallback
| Constructor Summary | |
|---|---|
BaseClusterResponseCallback()
|
|
| Method Summary | |
|---|---|
void |
callback(java.util.concurrent.BlockingQueue<ClusterNodeResponse> blockingQueue)
|
void |
callback(ClusterNodeResponses clusterNodeResponses)
|
void |
processInterruptedException(java.lang.InterruptedException interruptedException)
|
void |
processTimeoutException(java.util.concurrent.TimeoutException timeoutException)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BaseClusterResponseCallback()
| Method Detail |
|---|
public void callback(java.util.concurrent.BlockingQueue<ClusterNodeResponse> blockingQueue)
callback in interface ClusterResponseCallbackpublic void callback(ClusterNodeResponses clusterNodeResponses)
callback in interface ClusterResponseCallbackpublic void processInterruptedException(java.lang.InterruptedException interruptedException)
processInterruptedException in interface ClusterResponseCallbackpublic void processTimeoutException(java.util.concurrent.TimeoutException timeoutException)
processTimeoutException in interface ClusterResponseCallback
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||