com.liferay.portal.kernel.cluster
Class BaseClusterResponseCallback

java.lang.Object
  extended by com.liferay.portal.kernel.cluster.BaseClusterResponseCallback
All Implemented Interfaces:
ClusterResponseCallback

public abstract class BaseClusterResponseCallback
extends java.lang.Object
implements ClusterResponseCallback

Author:
Shuyang Zhou

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

BaseClusterResponseCallback

public BaseClusterResponseCallback()
Method Detail

callback

public void callback(java.util.concurrent.BlockingQueue<ClusterNodeResponse> blockingQueue)
Specified by:
callback in interface ClusterResponseCallback

callback

public void callback(ClusterNodeResponses clusterNodeResponses)
Specified by:
callback in interface ClusterResponseCallback

processInterruptedException

public void processInterruptedException(java.lang.InterruptedException interruptedException)
Specified by:
processInterruptedException in interface ClusterResponseCallback

processTimeoutException

public void processTimeoutException(java.util.concurrent.TimeoutException timeoutException)
Specified by:
processTimeoutException in interface ClusterResponseCallback