Interface Task<T>
-
- All Known Implementing Classes:
DetectMBeansJob
,GenerateConfigsJob
public interface Task<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
execute()
JmxConfigGeneratorUI
getUI()
void
onError()
void
onSuccess(T result)
-
-
-
Method Detail
-
execute
T execute() throws TaskRunException
- Throws:
TaskRunException
-
onSuccess
void onSuccess(T result)
-
onError
void onError()
-
getUI
JmxConfigGeneratorUI getUI()
-
-