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

Class StoredProcessServiceProxy

java.lang.Object
com.sas.services.ServiceProxy
com.sas.services.storedprocess.StoredProcessServiceProxy
All Implemented Interfaces:
com.sas.entities.EntityKeyInterface, ServiceNotificationBroadcasterInterface, RemoteServiceInterface, StoredProcessServiceInterface, Serializable, Remote

@SASScope("ALL") @BinaryCompatibilityOnly public class StoredProcessServiceProxy extends ServiceProxy implements StoredProcessServiceInterface, Serializable
Stored Process service proxy.

If this proxy is serialized to a remote process then the proxy will optimize calls to ensure that a local object reference is used where appropriate and that static data is cached locally to minimize remote calls.

Since:
1.1
See Also: