org.openspaces.remoting

scripting

package scripting

Visibility
  1. Public
  2. All

Type Members

  1. class ScalaLocalScriptExecutor extends AbstractLocalScriptExecutor[(Map[String, AnyRef]) ⇒ AnyRef]

    Scala local script executor.

  2. class ScalaTypedResourceLazyLoadingScript extends ResourceLazyLoadingScript with ScalaTypedScript

    An extenstion of org.openspaces.remoting.scripting.ResourceLazyLoadingScript with the ability to define types for paramters.

  3. trait ScalaTypedScript extends TypedScript with Externalizable

    A trait that is included in all scala based typed scripts.

  4. class ScalaTypedStaticResourceScript extends StaticResourceScript with ScalaTypedScript

    An extenstion of org.openspaces.remoting.scripting.StaticResourceScript with the ability to define types for paramters.

  5. class ScalaTypedStaticScript extends StaticScript with ScalaTypedScript

    An extenstion of org.openspaces.remoting.scripting.StaticScript with the ability to define types for paramters.

Value Members

  1. object ScalaLocalScriptExecutor

Ungrouped