Packages

abstract class LinkitApplication extends ApplicationContext

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

Instance Constructors

  1. new LinkitApplication(configuration: ApplicationConfiguration, appResources: ResourceFolder)

Abstract Value Members

  1. abstract val appPool: AbstractWorkerPool
    Attributes
    protected
  2. abstract def countConnections: Int
    Definition Classes
    ApplicationContext
  3. abstract def findConnection(port: Int): Option[ConnectionContext]
    Definition Classes
    ApplicationContext
  4. abstract def findConnection(identifier: String): Option[ConnectionContext]
    Definition Classes
    ApplicationContext
  5. abstract def listConnections: Iterable[ConnectionContext]
    Definition Classes
    ApplicationContext
  6. abstract def shutdown(): Unit
    Definition Classes
    ApplicationContext
    Annotations
    @workerExecution()
  7. abstract val versions: Versions
    Definition Classes
    ApplicationContext

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. var alive: Boolean
    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 compilerCenter: CompilerCenter
  8. def ensureAlive(): Unit
    Attributes
    protected
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. def getAppResources: ResourceFolder
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  14. def isAlive: Boolean
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  19. def preShutdown(): Unit
    Attributes
    protected
  20. val reference: ApplicationReference.type

    The reference of this Network Object.

    The reference of this Network Object.

    Definition Classes
    LinkitApplicationNetworkObject
    See also

    NetworkObjectReference

  21. def runLater(task: => Unit): Unit
    Definition Classes
    LinkitApplicationProcrastinator
  22. def runLaterControl[A](task: => A): WorkerTask[A]
  23. def start(): Unit
    Attributes
    protected[linkit]
    Annotations
    @workerExecution()
  24. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. def wrapCloseAction(closedEntity: String)(closeAction: => Unit): Unit
    Attributes
    protected

Deprecated Value Members

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

Inherited from ApplicationContext

Inherited from ProcrastinatorControl

Inherited from Procrastinator

Inherited from NetworkObject[ApplicationReference.type]

Inherited from AnyRef

Inherited from Any

Ungrouped