Class SupervisorLifecycleState.Lock$
- java.lang.Object
-
- csw.command.client.models.framework.SupervisorLifecycleState.Lock$
-
- All Implemented Interfaces:
SupervisorLifecycleState
,TMTSerializable
,java.io.Serializable
,scala.Equals
,scala.Product
,scala.Serializable
- Enclosing interface:
- SupervisorLifecycleState
public static class SupervisorLifecycleState.Lock$ extends java.lang.Object implements SupervisorLifecycleState, scala.Product, scala.Serializable
Represents a locked state of a component- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface csw.command.client.models.framework.SupervisorLifecycleState
SupervisorLifecycleState.Idle$, SupervisorLifecycleState.Lock$, SupervisorLifecycleState.Restart$, SupervisorLifecycleState.Running$, SupervisorLifecycleState.RunningOffline$, SupervisorLifecycleState.Shutdown$
-
-
Field Summary
Fields Modifier and Type Field Description static SupervisorLifecycleState.Lock$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description Lock$()
-
-
-
Field Detail
-
MODULE$
public static final SupervisorLifecycleState.Lock$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-