class ServerApplication extends LinkitApplication with ServerApplicationContext
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ServerApplication
- ServerApplicationContext
- LinkitApplication
- ApplicationContext
- ProcrastinatorControl
- Procrastinator
- StaticNetworkObject
- NetworkObject
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ServerApplication(configuration: ServerApplicationConfiguration, resources: ResourceFolder)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- var alive: Boolean
- Attributes
- protected
- Definition Classes
- LinkitApplication
- val appPool: SimpleClosedWorkerPool
- Attributes
- protected
- Definition Classes
- ServerApplication → LinkitApplication
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- val compilerCenter: CompilerCenter
- Definition Classes
- LinkitApplication → ApplicationContext
- def countConnections: Int
- Definition Classes
- ServerApplication → ApplicationContext
- def ensureAlive(): Unit
- Attributes
- protected
- Definition Classes
- LinkitApplication
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def findConnection(port: Int): Option[ServerConnection]
- Definition Classes
- ServerApplication → ServerApplicationContext → ApplicationContext
- def findConnection(identifier: String): Option[ServerConnection]
- Definition Classes
- ServerApplication → ServerApplicationContext → ApplicationContext
- def getAppResources: ResourceFolder
- Definition Classes
- LinkitApplication → ApplicationContext
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def isAlive: Boolean
- Definition Classes
- LinkitApplication → ApplicationContext
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def listConnections: Iterable[ServerConnection]
- Definition Classes
- ServerApplication → ServerApplicationContext → ApplicationContext
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def openServerConnection(configuration: ServerConnectionConfiguration): ServerConnection
- Definition Classes
- ServerApplication → ServerApplicationContext
- Annotations
- @workerExecution()
- def preShutdown(): Unit
- Attributes
- protected
- Definition Classes
- LinkitApplication
- val reference: ApplicationReference.type
The reference of this Network Object.
The reference of this Network Object.
- Definition Classes
- LinkitApplication → NetworkObject
- See also
NetworkObjectReference
- def runLater(task: => Unit): Unit
- Definition Classes
- LinkitApplication → Procrastinator
- def runLaterControl[A](task: => A): WorkerTask[A]
- Definition Classes
- LinkitApplication → ProcrastinatorControl
- def shutdown(): Unit
- Definition Classes
- ServerApplication → ApplicationContext
- Annotations
- @workerExecution()
- def start(): Unit
- Attributes
- protected[linkit]
- Definition Classes
- LinkitApplication
- Annotations
- @workerExecution()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def unregister(serverConnection: ServerConnection): Unit
- Definition Classes
- ServerApplication → ServerApplicationContext
- Annotations
- @throws("If the connection isn't found in the application's cache.")
- val versions: Versions
- Definition Classes
- ServerApplication → ApplicationContext
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def wrapCloseAction(closedEntity: String)(closeAction: => Unit): Unit
- Attributes
- protected
- Definition Classes
- LinkitApplication
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated