Packages

abstract class AbstractNetwork extends Network

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AbstractNetwork
  2. Network
  3. StaticNetworkObject
  4. NetworkObject
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new AbstractNetwork(traffic: AbstractPacketTraffic)

Abstract Value Members

  1. abstract def createNewCache0(family: String, managerChannelPath: Array[Int]): SharedCacheManager
    Attributes
    protected
  2. abstract def retrieveDataTrunk(): NetworkDataTrunk
    Attributes
    protected
  3. abstract def serverIdentifier: String
    Definition Classes
    Network

Concrete 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 addCacheManager(manager: SharedCacheManager, storePath: Array[Int]): Unit
    Attributes
    protected
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  7. val connection: ConnectionContext
    Definition Classes
    AbstractNetworkNetwork
  8. def countConnections: Int
    Definition Classes
    AbstractNetworkNetwork
  9. def currentEngine: Engine
    Definition Classes
    AbstractNetworkNetwork
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. def findCacheManager(family: String): Option[SharedCacheManager]
    Definition Classes
    AbstractNetworkNetwork
  13. def findEngine(identifier: String): Option[Engine]
    Definition Classes
    AbstractNetworkNetwork
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  15. def getStaticAccess(id: Int): StaticAccess
    Definition Classes
    AbstractNetworkNetwork
  16. def getStore(path: Array[Int]): PacketInjectableStore
    Attributes
    protected
  17. lazy val globalCaches: SharedCacheManager
    Definition Classes
    AbstractNetworkNetwork
  18. lazy val gnol: GeneralNetworkObjectLinker
    Definition Classes
    AbstractNetworkNetwork
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  20. def initialize(): AbstractNetwork.this.type
  21. def isConnected(identifier: String): Boolean
    Definition Classes
    AbstractNetworkNetwork
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def isTrunkInitializing: Boolean
    Attributes
    protected
  24. def listEngines: List[Engine]
    Definition Classes
    AbstractNetworkNetwork
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. val networkStore: PacketInjectableStore
    Attributes
    protected
  27. def newStaticAccess(id: Int): StaticAccess
    Definition Classes
    AbstractNetworkNetwork
  28. def newStaticAccess(id: Int, contract: ContractDescriptorData): StaticAccess
    Definition Classes
    AbstractNetworkNetwork
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  31. val objectManagementChannel: ObjectManagementChannel
    Attributes
    protected
  32. def onNewEngine(f: (Engine) => Unit): Unit
    Definition Classes
    AbstractNetworkNetwork
  33. val reference: NetworkReference.type

    The reference of this Network Object.

    The reference of this Network Object.

    Definition Classes
    AbstractNetworkNetworkObject
    See also

    NetworkObjectReference

  34. def registerSCMReference(ref: SharedCacheManagerReference): Unit
    Attributes
    protected
  35. def serverEngine: Engine
    Definition Classes
    AbstractNetworkNetwork
  36. def startUpDate: Timestamp
    Definition Classes
    AbstractNetworkNetwork
  37. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  38. def toString(): String
    Definition Classes
    AnyRef → Any
  39. lazy val trunk: NetworkDataTrunk
    Attributes
    protected
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Network

Inherited from NetworkObject[NetworkReference.type]

Inherited from AnyRef

Inherited from Any

Ungrouped