Class LockingResponse$
- java.lang.Object
-
- csw.command.client.models.framework.LockingResponse$
-
public class LockingResponse$ extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static LockingResponse$MODULE$Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description LockingResponse$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LockingResponselockAcquired()Java API: Lock successfully acquired acknowledgmentLockingResponselockAlreadyReleased()Java API: Lock already released acknowledgment, this is sent when unlocked component receivesUnlockmessageLockingResponselockExpired()Java API: Lock expired notification which is sent to component who acquired lock previouslyLockingResponselockExpiringShortly()Java API: Lock expiring notification which is sent after a duration calculated by [leaseDuration - (leaseDuration / 10)]LockingResponselockReleased()Java API: Lock successfully released acknowledgment
-
-
-
Field Detail
-
MODULE$
public static final LockingResponse$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
lockAcquired
public LockingResponse lockAcquired()
Java API: Lock successfully acquired acknowledgment- Returns:
- (undocumented)
-
lockReleased
public LockingResponse lockReleased()
Java API: Lock successfully released acknowledgment- Returns:
- (undocumented)
-
lockAlreadyReleased
public LockingResponse lockAlreadyReleased()
Java API: Lock already released acknowledgment, this is sent when unlocked component receivesUnlockmessage- Returns:
- (undocumented)
-
lockExpired
public LockingResponse lockExpired()
Java API: Lock expired notification which is sent to component who acquired lock previously- Returns:
- (undocumented)
-
lockExpiringShortly
public LockingResponse lockExpiringShortly()
Java API: Lock expiring notification which is sent after a duration calculated by [leaseDuration - (leaseDuration / 10)]- Returns:
- (undocumented)
-
-