N1 Grid Service Provisioning System 5.0 XML Schema Reference Guide

<execJava> Step

This step executes a JavaTM Executor instance on the target host. If the executor instance raises an exception, the step fails and execution stops.

The <execJava> step has one optional child element, <argList>, which is a list of arguments to pass to the Executor instance. If you specify this element, it can only appear one time.

Attributes for the <execJava> Step

The <execJava> element has the following attributes:

When an <execJava> step is contained within a component, the step typically calls classes that are contained within one or more resources that are deployed by that component. When the step is contained within a plan, the classes called are already resident on the agent, either as a system class of the agent itself or as a resource that was deployed with an existing component.