Object

scalut.daemon.Server

State

Related Doc: package Server

Permalink

object State extends EnumImpl

Linear Supertypes
EnumImpl, Enum, Serializable, Serializable, EnumKeyValue, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. State
  2. EnumImpl
  3. Enum
  4. Serializable
  5. Serializable
  6. EnumKeyValue
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class EnumValueImpl extends KeyValueImpl[TId, TValue] with EnumValue

    Permalink
    Attributes
    protected
    Definition Classes
    Enum
  2. type TId = Int

    Permalink
    Attributes
    protected
    Definition Classes
    Enum
  3. type TValue = String

    Permalink
    Attributes
    protected
    Definition Classes
    Enum
  4. type Type = EnumValueImpl

    Permalink
    Definition Classes
    EnumImpl → Enum → EnumKeyValue

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val STARTED: Type

    Permalink

    After Server started.

  5. val STARTING: Type

    Permalink

    When Server starting.

  6. val STOPPED: Type

    Permalink

    After Server stopped.

  7. val STOPPING: Type

    Permalink

    When Server stopping.

  8. def apply(name: TValue): Type

    Permalink
    Definition Classes
    Enum
  9. def apply(id: TId): Type

    Permalink
    Definition Classes
    Enum
  10. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def createNewValue(owner: AnyRef, id: Int, name: String): Type

    Permalink
    Attributes
    protected
    Definition Classes
    EnumImpl → Enum
  13. val enumValues: ListBuffer[Type]

    Permalink
    Attributes
    protected
    Definition Classes
    Enum
  14. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. def get(id: TId, defaultValue: ⇒ Type): Type

    Permalink
    Definition Classes
    Enum
  18. def get(id: TId): Option[Type]

    Permalink
    Definition Classes
    Enum
  19. def getByName(name: TValue, defaultValue: ⇒ Type): Type

    Permalink
    Definition Classes
    Enum
  20. def getByName(name: TValue): Option[Type]

    Permalink
    Definition Classes
    Enum
  21. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  22. def getOrCreate(id: TId, name: ⇒ TValue): Type

    Permalink
    Definition Classes
    Enum
  23. def getOwnerClass: Class[_]

    Permalink
    Attributes
    protected
    Definition Classes
    Enum
  24. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  25. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  26. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  27. def newValue(owner: AnyRef, id: TId, name: TValue): Type

    Permalink
    Definition Classes
    Enum
  28. def newValue(id: TId, name: TValue): Type

    Permalink
    Definition Classes
    Enum
  29. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  31. def owner: AnyRef

    Permalink
    Attributes
    protected
    Definition Classes
    Enum
  32. def size: Int

    Permalink
    Definition Classes
    Enum
  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  34. def toString(value: Type): String

    Permalink
    Definition Classes
    Enum
  35. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  36. def values: Seq[Type]

    Permalink
    Definition Classes
    Enum
  37. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from EnumImpl

Inherited from Enum

Inherited from Serializable

Inherited from Serializable

Inherited from EnumKeyValue

Inherited from AnyRef

Inherited from Any

Ungrouped