Instance Constructors
-
new
Service
(id: String, start_on_boot: Boolean, start_command: List[String], stop_command: List[String], status_check: StatusCheck)
Type Members
-
case class
Delay
(delay: Long, then: () ⇒ State, error: String) extends State with Product with Serializable
-
case class
Killing
(pid: Long) extends State with Product with Serializable
-
case class
Running
() extends State with Product with Serializable
-
case class
Starting
(attempt: Int, process: Process) extends State with Product with Serializable
-
case class
Stopped
(error: String) extends State with Product with Serializable
-
case class
Stopping
(process: Process, pid: Option[Long]) extends State with Product with Serializable
-
case class
Updating
(previous: Service) extends State with Product with Serializable
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
canEqual
(arg0: Any): Boolean
-
def
check
: Unit
-
def
clone
(): AnyRef
-
def
disable
(on_disabled: ⇒ Unit): Unit
-
val
disable_listeners
: ListBuffer[() ⇒ Unit]
-
val
dispatch_queue
: DispatchQueue
-
def
enable
: Unit
-
var
enabled
: Boolean
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
finalize
(): Unit
-
def
getClass
(): java.lang.Class[_]
-
def
hashCode
(): Int
-
val
id
: String
-
def
init
: Unit
-
def
isInstanceOf
[T0]
: Boolean
-
val
monitor_config
: MonitoredSetDTO
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
productArity
: Int
-
def
productElement
(arg0: Int): Any
-
def
productIterator
: Iterator[Any]
-
def
productPrefix
: String
-
val
start_command
: List[String]
-
val
start_on_boot
: Boolean
-
var
state
: State
-
-
val
stop_command
: List[String]
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
def
update_monitoring_pid
(pid: Long): Unit
-
def
updating
(prev: Service): Unit
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
Deprecated Value Members
-
def
productElements
: Iterator[Any]
Inherited from Serializable
Inherited from Serializable
Inherited from Product
Inherited from Equals
Inherited from AnyRef
Inherited from Any