Packages

class AgreementScope extends AbstractAttributesPresence with ChannelScope

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AgreementScope
  2. ChannelScope
  3. AbstractAttributesPresence
  4. PacketAttributesPresence
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new AgreementScope(writer: PacketWriter, network: Network, agreement: RMIRulesAgreement)

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 addDefaultAttribute(key: Serializable, value: Serializable): AgreementScope.this.type
  5. def areAuthorised(identifiers: Array[String]): Boolean
    Definition Classes
    AgreementScopeChannelScope
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def assertAuthorised(identifiers: Array[String]): Unit
    Definition Classes
    ChannelScope
  8. def canConflictWith(scope: ChannelScope): Boolean
    Definition Classes
    AgreementScopeChannelScope
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  10. var defaultAttributes: PacketAttributes
    Attributes
    protected
    Definition Classes
    AbstractAttributesPresence
  11. def drainAllAttributes(attributes: PacketAttributes): AgreementScope.this.type
  12. def drainAllDefaultAttributes(attributes: PacketAttributesPresence): AgreementScope.this.type
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  15. def foreachAcceptedEngines(action: (String) => Unit): Unit
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  17. def getDefaultAttribute[S](key: Serializable): Option[S]
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  23. def sendTo(packet: Packet, targetIDs: Array[String]): Unit
    Definition Classes
    AgreementScopeChannelScope
  24. def sendTo(packet: Packet, attributes: PacketAttributes, targetIDs: Array[String]): Unit
    Definition Classes
    AgreementScopeChannelScope
  25. def sendToAll(packet: Packet): Unit
    Definition Classes
    AgreementScopeChannelScope
  26. def sendToAll(packet: Packet, attributes: PacketAttributes): Unit
    Definition Classes
    AgreementScopeChannelScope
  27. def shareWriter[S <: ChannelScope](factory: ScopeFactory[S]): S
    Definition Classes
    AgreementScopeChannelScope
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. val traffic: PacketTraffic
    Definition Classes
    ChannelScope
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. val writer: PacketWriter
    Definition Classes
    AgreementScopeChannelScope

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from ChannelScope

Inherited from AnyRef

Inherited from Any

Ungrouped