Liferay 7.0-ce-b4

com.liferay.portal.fabric.agent
Class PortalClassPathWarmupFabricAgentListener.FinishFutureListener

java.lang.Object
  extended by com.liferay.portal.kernel.concurrent.BaseFutureListener<Serializable>
      extended by com.liferay.portal.fabric.agent.PortalClassPathWarmupFabricAgentListener.FinishFutureListener
All Implemented Interfaces:
FutureListener<Serializable>
Enclosing class:
PortalClassPathWarmupFabricAgentListener

protected class PortalClassPathWarmupFabricAgentListener.FinishFutureListener
extends BaseFutureListener<Serializable>


Constructor Summary
PortalClassPathWarmupFabricAgentListener.FinishFutureListener(long startTime)
           
 
Method Summary
 void completeWithCancel(Future<Serializable> future)
           
 void completeWithException(Future<Serializable> future, Throwable throwable)
           
 void completeWithResult(Future<Serializable> future, Serializable result)
           
 
Methods inherited from class com.liferay.portal.kernel.concurrent.BaseFutureListener
complete
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortalClassPathWarmupFabricAgentListener.FinishFutureListener

public PortalClassPathWarmupFabricAgentListener.FinishFutureListener(long startTime)
Method Detail

completeWithCancel

public void completeWithCancel(Future<Serializable> future)
Overrides:
completeWithCancel in class BaseFutureListener<Serializable>

completeWithException

public void completeWithException(Future<Serializable> future,
                                  Throwable throwable)
Overrides:
completeWithException in class BaseFutureListener<Serializable>

completeWithResult

public void completeWithResult(Future<Serializable> future,
                               Serializable result)
Overrides:
completeWithResult in class BaseFutureListener<Serializable>

Liferay 7.0-ce-b4