Class ResourceLazyLoadingScript

java.lang.Object
org.openspaces.remoting.scripting.ResourceLazyLoadingScript
All Implemented Interfaces:
SmartExternalizable, Externalizable, Serializable, BroadcastIndicator, LazyLoadingScript, Script

public class ResourceLazyLoadingScript extends Object implements LazyLoadingScript, SmartExternalizable
A resource lazy loading script is a lazy loading script that uses Spring abstraction on top of resources on top of a resource. The script resource location uses Spring notation for location (similar to URL, with the addition of classpath: prefix support).

When the scipt is constructed, the actual script contents is not loaded. Only if needed the script contents will be loaded. See LazyLoadingRemoteInvocationAspect.

Author:
kimchy
See Also: