This project has retired. For details please refer to its
Attic page .
SubVMTask (Apache River v2.2.2 API Documentation)
JavaScript is disabled on your browser.
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Method Summary
Methods
Modifier and Type
Method and Description
Object
run (String [] args)
Run the subtask.
Method Detail
run
Object run(String [] args)
Run the subtask. Return an object representing the
result of the task. If an unexpected exception is thrown
in the body of the method, it should be caught and used
as the returned object.
Parameters: args
-
Returns: the task status object, which may be null
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Copyright 2007-2013, multiple authors. Licensed under the Apache License, Version 2.0 , see the NOTICE file for attributions.