class
DefaultLaunchManager
extends LaunchManager
Instance Constructors
-
new
DefaultLaunchManager
(stats_dir: File)
Type Members
-
case class
PidFileStatusCheck
(pid_file: File) extends StatusCheck with Product with Serializable
-
case class
Service
(id: String, start_on_boot: Boolean, start_command: List[String], stop_command: List[String], status_check: StatusCheck) extends Product with Serializable
-
trait
State
extends AnyRef
-
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
asInstanceOf
[T0]
: T0
-
def
clone
(): AnyRef
-
def
close
: Unit
-
def
configure
(value: Traversable[ServiceDTO]): Unit
-
var
current_services
: HashMap[String, Service]
-
val
dispatch_queue
: DispatchQueue
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
finalize
(): Unit
-
def
getClass
(): java.lang.Class[_]
-
def
hashCode
(): Int
-
def
isInstanceOf
[T0]
: Boolean
-
def
is_pid_running
(pid: Long): Boolean
-
val
monitor
: DefaultMonitor
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
val
periodic_check
: Closeable
-
val
sigar
: Sigar
-
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any