getFuture(File dirName) Gets a
Future object that receives the result of
install/uninstall/reinstall operations.
Parameters: dirName - This has to be a directory (either existing or expected to be created)under the redeployer's supervision.always non-null.
Gets a
Future object that receives the result of
install/uninstall/reinstall operations.
Parameters: dirName - This has to be a directory (either existing or expected to be created)under the redeployer's supervision.always non-null. This future object receives a WorkflowApplication objectif the update/installation is successful, or elseExecutionException that wraps FailedOperationException,indicating a failure.