Packages

c

fr.linkit.api.gnom.cache.sync.contract

BasicInvocationRule

sealed abstract final class BasicInvocationRule extends Enum[BasicInvocationRule] with RemoteInvocationRule

Basic RMI rules that defines simple agreements.

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BasicInvocationRule
  2. RemoteInvocationRule
  3. Enum
  4. Serializable
  5. Comparable
  6. Constable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. def apply(agreement: RMIRulesAgreementBuilder): RMIRulesAgreementBuilder

    The agreement builder is used to blacklist or whitelist some engines from the request.

    The agreement builder is used to blacklist or whitelist some engines from the request. Note: if the current engine is blacklisted, the local call to the object's method should not be called.

    agreement

    the builder for the agreement

    Definition Classes
    BasicInvocationRuleRemoteInvocationRule
    Annotations
    @Override()
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. final def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    Enum → AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException])
  7. final def compareTo(arg0: BasicInvocationRule): Int
    Definition Classes
    Enum → Comparable
  8. final def describeConstable(): Optional[EnumDesc[BasicInvocationRule]]
    Definition Classes
    Enum → Constable
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. final def equals(arg0: AnyRef): Boolean
    Definition Classes
    Enum → AnyRef → Any
  11. final def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    Enum → AnyRef
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  13. final def getDeclaringClass(): Class[BasicInvocationRule]
    Definition Classes
    Enum
  14. final def hashCode(): Int
    Definition Classes
    Enum → AnyRef → Any
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. final def name(): String
    Definition Classes
    Enum
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  20. final def ordinal(): Int
    Definition Classes
    Enum
  21. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  22. def toString(): String
    Definition Classes
    Enum → AnyRef → Any
  23. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  24. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  25. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Inherited from RemoteInvocationRule

Inherited from Enum[BasicInvocationRule]

Inherited from Serializable

Inherited from Constable

Inherited from AnyRef

Inherited from Any

Ungrouped