Packages

c

fr.linkit.server.network

ServerSideNetwork

class ServerSideNetwork extends AbstractNetwork

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

Instance Constructors

  1. new ServerSideNetwork(traffic: AbstractPacketTraffic)

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

    The reference of this Network Object.

    The reference of this Network Object.

    Definition Classes
    AbstractNetworkNetworkObject
    See also

    NetworkObjectReference

  37. def registerSCMReference(ref: SharedCacheManagerReference): Unit
    Attributes
    protected
    Definition Classes
    AbstractNetwork
  38. def removeEngine(identifier: String): Unit
  39. def retrieveDataTrunk(): NetworkDataTrunk
    Attributes
    protected
    Definition Classes
    ServerSideNetworkAbstractNetwork
  40. def serverEngine: Engine
    Definition Classes
    AbstractNetworkNetwork
  41. def serverIdentifier: String
    Definition Classes
    ServerSideNetworkNetwork
  42. def startUpDate: Timestamp
    Definition Classes
    AbstractNetworkNetwork
  43. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  44. def toString(): String
    Definition Classes
    AnyRef → Any
  45. lazy val trunk: NetworkDataTrunk
    Attributes
    protected
    Definition Classes
    AbstractNetwork
  46. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  47. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  48. 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 AbstractNetwork

Inherited from Network

Inherited from NetworkObject[NetworkReference.type]

Inherited from AnyRef

Inherited from Any

Ungrouped