Class LockingResponse.LockAlreadyReleased$
- java.lang.Object
- 
- csw.command.client.models.framework.LockingResponse.LockAlreadyReleased$
 
- 
- All Implemented Interfaces:
- LockingResponse,- CommandSerializable,- java.io.Serializable,- scala.Equals,- scala.Product
 - Enclosing interface:
- LockingResponse
 
 public static class LockingResponse.LockAlreadyReleased$ extends java.lang.Object implements LockingResponse, scala.Product, java.io.Serializable Scala API: Lock already released acknowledgment, this is sent when unlocked component receivesUnlockmessage- See Also:
- Serialized Form
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface csw.command.client.models.framework.LockingResponseLockingResponse.AcquiringLockFailed, LockingResponse.AcquiringLockFailed$, LockingResponse.LockAcquired$, LockingResponse.LockAlreadyReleased$, LockingResponse.LockExpired$, LockingResponse.LockExpiringShortly$, LockingResponse.LockReleased$, LockingResponse.ReleasingLockFailed, LockingResponse.ReleasingLockFailed$
 
- 
 - 
Field SummaryFields Modifier and Type Field Description static LockingResponse.LockAlreadyReleased$MODULE$Static reference to the singleton instance of this Scala object.
 - 
Constructor SummaryConstructors Constructor Description LockAlreadyReleased$()
 
- 
- 
- 
Field Detail- 
MODULE$public static final LockingResponse.LockAlreadyReleased$ MODULE$ Static reference to the singleton instance of this Scala object.
 
- 
 
-