N1 Grid Service Provisioning System 5.0 Plug-in Development Guide

Executor Interface

The Executor interface provides an entry point that is used to execute the step body:

void execute() throw ExecutionException

Execution output and error output are written into the stdout and stderr streams of the associated agent context. Input is read from the input stream of the associated agent context. Errors are reported by calling an instance of the ExecutionException class.