public interface ExecutedTask
Title: Framework Support Library
Description: Defines an interface of executed task which returns a result of the execution.
Copyright: Copyright (c) 2010
Company: StreamScape Technologies
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
execute(java.lang.Object parameter)
Executes the tasks with the specified parameter and return a result of the execution.
|
java.lang.String |
getDescription()
Return a description of the task.
|
java.lang.String |
getName()
Return a name of the task.
|
java.lang.String |
getType()
Return a type of the task.
|
java.lang.Object execute(java.lang.Object parameter) throws java.lang.Exception
parameter
- the parameter of the task.java.lang.Exception
- if any problem has appeared during the task execution.java.lang.String getType()
java.lang.String getName()
java.lang.String getDescription()
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.