Packages

class ServerApplication extends LinkitApplication with ServerApplicationContext

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ServerApplication
  2. ServerApplicationContext
  3. LinkitApplication
  4. ApplicationContext
  5. ProcrastinatorControl
  6. Procrastinator
  7. StaticNetworkObject
  8. NetworkObject
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ServerApplication(configuration: ServerApplicationConfiguration, resources: ResourceFolder)

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. var alive: Boolean
    Attributes
    protected
    Definition Classes
    LinkitApplication
  5. val appPool: SimpleClosedWorkerPool
    Attributes
    protected
    Definition Classes
    ServerApplicationLinkitApplication
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  8. val compilerCenter: CompilerCenter
  9. def countConnections: Int
  10. def ensureAlive(): Unit
    Attributes
    protected
    Definition Classes
    LinkitApplication
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. def findConnection(port: Int): Option[ServerConnection]
  14. def findConnection(identifier: String): Option[ServerConnection]
  15. def getAppResources: ResourceFolder
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  18. def isAlive: Boolean
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def listConnections: Iterable[ServerConnection]
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  24. def openServerConnection(configuration: ServerConnectionConfiguration): ServerConnection
    Definition Classes
    ServerApplicationServerApplicationContext
    Annotations
    @workerExecution()
  25. def preShutdown(): Unit
    Attributes
    protected
    Definition Classes
    LinkitApplication
  26. val reference: ApplicationReference.type

    The reference of this Network Object.

    The reference of this Network Object.

    Definition Classes
    LinkitApplicationNetworkObject
    See also

    NetworkObjectReference

  27. def runLater(task: => Unit): Unit
    Definition Classes
    LinkitApplicationProcrastinator
  28. def runLaterControl[A](task: => A): WorkerTask[A]
  29. def shutdown(): Unit
    Definition Classes
    ServerApplicationApplicationContext
    Annotations
    @workerExecution()
  30. def start(): Unit
    Attributes
    protected[linkit]
    Definition Classes
    LinkitApplication
    Annotations
    @workerExecution()
  31. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. def unregister(serverConnection: ServerConnection): Unit
    Definition Classes
    ServerApplicationServerApplicationContext
    Annotations
    @throws("If the connection isn't found in the application's cache.")
  34. val versions: Versions
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. def wrapCloseAction(closedEntity: String)(closeAction: => Unit): Unit
    Attributes
    protected
    Definition Classes
    LinkitApplication

Deprecated Value Members

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

Inherited from LinkitApplication

Inherited from ApplicationContext

Inherited from ProcrastinatorControl

Inherited from Procrastinator

Inherited from NetworkObject[ApplicationReference.type]

Inherited from AnyRef

Inherited from Any

Ungrouped