com.liferay.portal.fabric.agent
Class PortalClassPathWarmupFabricAgentListener.FinishFutureListener
java.lang.Object
com.liferay.portal.kernel.concurrent.BaseFutureListener<Serializable>
com.liferay.portal.fabric.agent.PortalClassPathWarmupFabricAgentListener.FinishFutureListener
- All Implemented Interfaces:
- FutureListener<Serializable>
- Enclosing class:
- PortalClassPathWarmupFabricAgentListener
protected class PortalClassPathWarmupFabricAgentListener.FinishFutureListener
- extends BaseFutureListener<Serializable>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortalClassPathWarmupFabricAgentListener.FinishFutureListener
public PortalClassPathWarmupFabricAgentListener.FinishFutureListener(long startTime)
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>