public class LoopFutureObj extends Object
| Constructor and Description |
|---|
LoopFutureObj() |
| Modifier and Type | Method and Description |
|---|---|
static LoopFutureObj |
fail(String executorName,
Exception ex) |
Exception |
getEx() |
String |
getExecutorName() |
boolean |
isSuccess() |
void |
setEx(Exception ex) |
void |
setExecutorName(String executorName) |
void |
setSuccess(boolean success) |
static LoopFutureObj |
success(String executorName) |
public static LoopFutureObj success(String executorName)
public static LoopFutureObj fail(String executorName, Exception ex)
public Exception getEx()
public String getExecutorName()
public boolean isSuccess()
public void setEx(Exception ex)
public void setExecutorName(String executorName)
public void setSuccess(boolean success)
Copyright © 2025. All rights reserved.