*** This class provides Binary Compatibility only, not Source Compatibility ***

Class StoredProcessOptions

java.lang.Object
com.sas.services.storedprocess.metadata.StoredProcessOptions
All Implemented Interfaces:
Serializable

@SASScope("ALL") @BinaryCompatibilityOnly public class StoredProcessOptions extends Object implements Serializable
Options object used to control the type and behavior of the Stored Process service object. Typical use is to obtain a StoredProcessOptions object by invoking the StoredProcessOptions() constructor and then calling various setters to configure the object. After configuration, the object is used as a parameter to one of the newServiceObject methods of StoredProcessInterface. Once the parameter is consumed by the called newServiceObject method, the object is sealed and calling any setters after it is sealed results in the setter method throwing an IllegalStateException.

The effect of the various settings is comprehensively covered in the documentation for StoredProcessServiceInterface.newStoredProcess(StoredProcessInterface, StoredProcessOptions).

Since:
9.2
See Also: