Lafros MaCS 1.2r1
|
|
com/lafros/macs/Di.scala
]
object
State
extends
scala.EnumerationType 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 AnyRef | |
getClass, hashCode, equals, clone, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
Methods inherited from Any | |
==, !=, isInstanceOf, asInstanceOf |
Type Details |
Value Details |
val
Unregistered : scala.Enumeration.Value
val
Registered : scala.Enumeration.Value
val
Waiting : scala.Enumeration.Value
val
Blocked : scala.Enumeration.Value
Lafros MaCS 1.2r1
|
|