protected class PortalClassPathWarmupFabricAgentListener.FinishFutureListener
extends com.liferay.petra.concurrent.BaseFutureListener<Serializable>
| Constructor and Description |
|---|
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 void completeWithCancel(Future<Serializable> future)
completeWithCancel in class com.liferay.petra.concurrent.BaseFutureListener<Serializable>public void completeWithException(Future<Serializable> future,
Throwable throwable)
completeWithException in class com.liferay.petra.concurrent.BaseFutureListener<Serializable>public void completeWithResult(Future<Serializable> future,
Serializable result)
completeWithResult in class com.liferay.petra.concurrent.BaseFutureListener<Serializable>