protected class PortalClassPathWarmupFabricAgentListener.FinishFutureListener extends com.liferay.portal.kernel.concurrent.BaseFutureListener<Serializable>
| Constructor and Description |
|---|
PortalClassPathWarmupFabricAgentListener.FinishFutureListener(long startTime) |
| Modifier and Type | Method and Description |
|---|---|
void |
completeWithCancel(Future<Serializable> future) |
void |
completeWithException(Future<Serializable> future,
Throwable throwable) |
void |
completeWithResult(Future<Serializable> future,
Serializable result) |
public PortalClassPathWarmupFabricAgentListener.FinishFutureListener(long startTime)
public void completeWithCancel(Future<Serializable> future)
completeWithCancel in class com.liferay.portal.kernel.concurrent.BaseFutureListener<Serializable>public void completeWithException(Future<Serializable> future, Throwable throwable)
completeWithException in class com.liferay.portal.kernel.concurrent.BaseFutureListener<Serializable>public void completeWithResult(Future<Serializable> future, Serializable result)
completeWithResult in class com.liferay.portal.kernel.concurrent.BaseFutureListener<Serializable>