org.fusesource.fabric.launcher.internal.DefaultLaunchManager

Service

case class Service (id: String, start_on_boot: Boolean, start_command: List[String], stop_command: List[String], status_check: StatusCheck) extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. Service
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Service (id: String, start_on_boot: Boolean, start_command: List[String], stop_command: List[String], status_check: StatusCheck)

Type Members

  1. case class Delay (delay: Long, then: () ⇒ State, error: String) extends State with Product with Serializable

  2. case class Killing (pid: Long) extends State with Product with Serializable

  3. case class Running () extends State with Product with Serializable

  4. case class Starting (attempt: Int, process: Process) extends State with Product with Serializable

  5. case class Stopped (error: String) extends State with Product with Serializable

  6. case class Stopping (process: Process, pid: Option[Long]) extends State with Product with Serializable

  7. case class Updating (previous: Service) extends State with Product with Serializable

Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  5. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  6. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  7. def canEqual (arg0: Any): Boolean

    Definition Classes
    Service → Equals
  8. def check : Unit

  9. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  10. def disable (on_disabled: ⇒ Unit): Unit

  11. val disable_listeners : ListBuffer[() ⇒ Unit]

  12. val dispatch_queue : DispatchQueue

  13. def enable : Unit

  14. var enabled : Boolean

  15. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  16. def equals (arg0: Any): Boolean

    Definition Classes
    Service → Equals → AnyRef → Any
  17. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  18. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  19. def hashCode (): Int

    Definition Classes
    Service → AnyRef → Any
  20. val id : String

  21. def init : Unit

  22. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  23. val monitor_config : MonitoredSetDTO

  24. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  25. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  26. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  27. def productArity : Int

    Definition Classes
    Service → Product
  28. def productElement (arg0: Int): Any

    Definition Classes
    Service → Product
  29. def productIterator : Iterator[Any]

    Definition Classes
    Product
  30. def productPrefix : String

    Definition Classes
    Service → Product
  31. val start_command : List[String]

  32. val start_on_boot : Boolean

  33. var state : State

  34. val status_check : StatusCheck

  35. val stop_command : List[String]

  36. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  37. def toString (): String

    Definition Classes
    Service → AnyRef → Any
  38. def update_monitoring_pid (pid: Long): Unit

  39. def updating (prev: Service): Unit

  40. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Deprecated Value Members

  1. def productElements : Iterator[Any]

    Definition Classes
    Product
    Annotations
    @deprecated
    Deprecated

    use productIterator instead

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any