|
Last update: 2011-06-23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.proteios.core.PluginResponse
public final class PluginResponse
Get the response from a configuration step or execution of a plugin.
Use getStatus() to find out the status of the last invokation.
See PluginRequest for more information.
| Method Summary | |
|---|---|
List<? extends Throwable> |
getErrorList()
Get a list containing detailed error messages if the status is Response.Status.ERROR. |
Job.ExecutionTime |
getEstimatedExecutionTime()
Get the estimated execution time of the job. |
String |
getMessage()
Get the return message from the plugin. |
PluginConfigurationRequest |
getNextRequest()
Get a PluginRequest object that handles the next request,
if status is Response.Status.CONTINUE. |
Response.Status |
getStatus()
Get the status of the response. |
void |
saveParameters(DbControl dc)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public Response.Status getStatus()
public String getMessage()
public Job.ExecutionTime getEstimatedExecutionTime()
public List<? extends Throwable> getErrorList()
Response.Status.ERROR.
getMessage()public PluginConfigurationRequest getNextRequest()
PluginRequest object that handles the next request,
if status is Response.Status.CONTINUE.
public void saveParameters(DbControl dc)
|
Last update: 2011-06-23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||