org.fusesource.fabric.launcher.internal

DefaultLaunchManager

class DefaultLaunchManager extends LaunchManager

Linear Supertypes
LaunchManager, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. DefaultLaunchManager
  2. LaunchManager
  3. AnyRef
  4. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DefaultLaunchManager (stats_dir: File)

Type Members

  1. case class PidFileStatusCheck (pid_file: File) extends StatusCheck with Product with Serializable

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

  3. trait State extends AnyRef

  4. trait StatusCheck extends AnyRef

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 clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  8. def close : Unit

    Definition Classes
    DefaultLaunchManagerLaunchManager
  9. def configure (value: Traversable[ServiceDTO]): Unit

    Updates the launcher manger with a new set of launcher configurations.

    Updates the launcher manger with a new set of launcher configurations.

    Definition Classes
    DefaultLaunchManagerLaunchManager
  10. var current_services : HashMap[String, Service]

  11. val dispatch_queue : DispatchQueue

  12. def eq (arg0: AnyRef): Boolean

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

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

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

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

    Definition Classes
    AnyRef → Any
  17. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  18. def is_pid_running (pid: Long): Boolean

  19. val monitor : DefaultMonitor

  20. def ne (arg0: AnyRef): Boolean

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

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

    Attributes
    final
    Definition Classes
    AnyRef
  23. val periodic_check : Closeable

  24. val sigar : Sigar

  25. def status : Future[Seq[ServiceStatusDTO]]

    Gets the status of all the managed services.

    Gets the status of all the managed services.

    Definition Classes
    DefaultLaunchManagerLaunchManager
  26. def synchronized [T0] (arg0: ⇒ T0): T0

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

    Definition Classes
    AnyRef → Any
  28. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from LaunchManager

Inherited from AnyRef

Inherited from Any