UnifaceComponent.exec

This method call the exec operation.

import com.compuware.uniface.*;

int exec() throws UnifaceException;

Return Values

Returns $status or, in the event of an error, throws UnifaceException.

Description

The exec method in the generated Java, or JavaBean, file calls the exec operation in the Uniface component.

Related Topics