Scala Monitoring and Control System API
com.lafros.macs.Di

object State

[source: com/lafros/macs/Di.scala]

object State
extends scala.Enumeration
of the Di.
Type Summary
type State
alias for Value.
Value Summary
val Blocked : scala.Enumeration.Value
the specified DI name was already in use.
val Registered : scala.Enumeration.Value
registered with a SMACS server.
val Unregistered : scala.Enumeration.Value
not registered with any SMACS server.
val Waiting : scala.Enumeration.Value
waiting for the specified SMACS server to become available.
Values and Variables inherited from scala.Enumeration
scala.Enumeration.nextId, scala.Enumeration.nextName
Methods inherited from scala.Enumeration
scala.Enumeration.name, scala.Enumeration.maxId, scala.Enumeration.apply, scala.Enumeration.elements, scala.Enumeration.foreach, scala.Enumeration.forall, scala.Enumeration.exists, scala.Enumeration.map, scala.Enumeration.flatMap, scala.Enumeration.filter, scala.Enumeration.toString, scala.Enumeration.valueOf, scala.Enumeration.Value, scala.Enumeration.Value, scala.Enumeration.Value, scala.Enumeration.Value, scala.Enumeration.Set32, scala.Enumeration.Set32, scala.Enumeration.Set64, scala.Enumeration.Set64, scala.Enumeration.maskToBit
Methods inherited from AnyRef
getClass, hashCode, equals, clone, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Type Details
type State
alias for Value.

Value Details
val Unregistered : scala.Enumeration.Value
not registered with any SMACS server.

val Registered : scala.Enumeration.Value
registered with a SMACS server.

val Waiting : scala.Enumeration.Value
waiting for the specified SMACS server to become available.

val Blocked : scala.Enumeration.Value
the specified DI name was already in use.


Copyright 2009 Latterfrosken Software Development Limited