org.openspaces.remoting.scripting

ScalaTypedStaticResourceScript

Related Doc: package scripting

class ScalaTypedStaticResourceScript extends StaticResourceScript with ScalaTypedScript

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

Since

9.6

Linear Supertypes
ScalaTypedScript, TypedScript, StaticResourceScript, StaticScript, Externalizable, Serializable, Script, BroadcastIndicator, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ScalaTypedStaticResourceScript
  2. ScalaTypedScript
  3. TypedScript
  4. StaticResourceScript
  5. StaticScript
  6. Externalizable
  7. Serializable
  8. Script
  9. BroadcastIndicator
  10. AnyRef
  11. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ScalaTypedStaticResourceScript()

  2. new ScalaTypedStaticResourceScript(name: String, scriptType: String, resourceLocation: String)

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def broadcast[T, Y](reducer: RemoteResultReducer[T, Y]): ScalaTypedStaticResourceScript

    Definition Classes
    ScalaTypedStaticResourceScript → StaticScript
  6. def cache(shouldCache: Boolean): ScalaTypedStaticResourceScript

    Definition Classes
    ScalaTypedStaticResourceScript → StaticScript
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  12. def getMetaArguments(): Array[AnyRef]

    Definition Classes
    StaticScript → Script
  13. def getName(): String

    Definition Classes
    StaticScript → Script
  14. def getParameterTypes(): Map[String, Class[_]]

    Definition Classes
    ScalaTypedScript → TypedScript
  15. def getParameters(): Map[String, AnyRef]

    Definition Classes
    StaticScript → Script
  16. def getReducer(): RemoteResultReducer

    Definition Classes
    StaticScript → BroadcastIndicator
  17. def getRouting(): AnyRef

    Definition Classes
    StaticScript → Script
  18. def getScriptAsString(): String

    Definition Classes
    StaticScript → Script
  19. def getType(): String

    Definition Classes
    StaticScript → Script
  20. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  21. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  22. def metaArguments(arg0: <repeated...>[AnyRef]): StaticScript

    Definition Classes
    StaticScript
  23. def name(name: String): ScalaTypedStaticResourceScript

    Definition Classes
    ScalaTypedStaticResourceScript → StaticScript
  24. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  27. def parameter(name: String, value: Any, staticType: Class[_]): ScalaTypedStaticResourceScript

  28. def parameter(name: String, value: Any): ScalaTypedStaticResourceScript

    Definition Classes
    ScalaTypedStaticResourceScript → StaticScript
  29. def parameterType(name: String, staticType: Class[_]): ScalaTypedStaticResourceScript.this.type

    Definition Classes
    ScalaTypedScript
  30. val parameterTypes: Map[String, Class[_]]

    Definition Classes
    ScalaTypedScript
  31. def readExternal(in: ObjectInput): Unit

    Definition Classes
    ScalaTypedScript → Externalizable
  32. def readParameterTypesMap(in: ObjectInput): Unit

    Attributes
    protected
    Definition Classes
    ScalaTypedScript
  33. def routing(routing: Any): ScalaTypedStaticResourceScript

    Definition Classes
    ScalaTypedStaticResourceScript → StaticScript
  34. def script(script: String): ScalaTypedStaticResourceScript

    Definition Classes
    ScalaTypedStaticResourceScript → StaticResourceScript → StaticScript
  35. def shouldBroadcast(): Boolean

    Definition Classes
    StaticScript → BroadcastIndicator
  36. def shouldCache(): Boolean

    Definition Classes
    StaticScript → Script
  37. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  38. def toString(): String

    Definition Classes
    StaticScript → AnyRef → Any
  39. def type(type: String): ScalaTypedStaticResourceScript

    Definition Classes
    ScalaTypedStaticResourceScript → StaticScript
  40. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. def writeExternal(out: ObjectOutput): Unit

    Definition Classes
    ScalaTypedScript → Externalizable
  44. def writeParameterTypesMap(out: ObjectOutput): Unit

    Attributes
    protected
    Definition Classes
    ScalaTypedScript

Inherited from ScalaTypedScript

Inherited from TypedScript

Inherited from StaticResourceScript

Inherited from StaticScript

Inherited from Externalizable

Inherited from Serializable

Inherited from Script

Inherited from BroadcastIndicator

Inherited from AnyRef

Inherited from Any

Ungrouped