public interface Task<T>
| Modifier and Type | Method and Description | 
|---|---|
T | 
execute()  | 
JmxConfigGeneratorUI | 
getUI()  | 
void | 
onError()  | 
void | 
onSuccess(T result)  | 
T execute() throws TaskRunException
TaskRunExceptionvoid onSuccess(T result)
void onError()
JmxConfigGeneratorUI getUI()
Copyright © 2021. All rights reserved.