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