Class LockingResponse$
- java.lang.Object
- 
- csw.command.client.models.framework.LockingResponse$
 
- 
 public class LockingResponse$ extends java.lang.Object
- 
- 
Field SummaryFields Modifier and Type Field Description static LockingResponse$MODULE$Static reference to the singleton instance of this Scala object.
 - 
Constructor SummaryConstructors Constructor Description LockingResponse$()
 - 
Method SummaryAll 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- 
lockAcquiredpublic LockingResponse lockAcquired() Java API: Lock successfully acquired acknowledgment- Returns:
- (undocumented)
 
 - 
lockReleasedpublic LockingResponse lockReleased() Java API: Lock successfully released acknowledgment- Returns:
- (undocumented)
 
 - 
lockAlreadyReleasedpublic LockingResponse lockAlreadyReleased() Java API: Lock already released acknowledgment, this is sent when unlocked component receivesUnlockmessage- Returns:
- (undocumented)
 
 - 
lockExpiredpublic LockingResponse lockExpired() Java API: Lock expired notification which is sent to component who acquired lock previously- Returns:
- (undocumented)
 
 - 
lockExpiringShortlypublic LockingResponse lockExpiringShortly() Java API: Lock expiring notification which is sent after a duration calculated by [leaseDuration - (leaseDuration / 10)]- Returns:
- (undocumented)
 
 
- 
 
-