Package com.microstrategy.web.tasks
Interface HandlerCall<T>
-
public interface HandlerCall<T>
Call to a "handler" (Reusable logic built on top of WebObjects, initially migrated from task)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
execute()
-
-
-
Method Detail
-
execute
T execute() throws HandlerException, TaskException
- Throws:
HandlerException
TaskException
-
-