Class LockingResponse$
java.lang.Object
csw.command.client.models.framework.LockingResponse$
-
Field Summary
Modifier and TypeFieldDescriptionstatic final LockingResponse$
Static reference to the singleton instance of this Scala object. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionJava API: Lock successfully acquired acknowledgmentJava API: Lock already released acknowledgment, this is sent when unlocked component receivesUnlock
messageJava API: Lock expired notification which is sent to component who acquired lock previouslyJava API: Lock expiring notification which is sent after a duration calculated by [leaseDuration - (leaseDuration / 10)]Java API: Lock successfully released acknowledgment
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
LockingResponse$
public LockingResponse$()
-
-
Method Details
-
lockAcquired
Java API: Lock successfully acquired acknowledgment- Returns:
- (undocumented)
-
lockReleased
Java API: Lock successfully released acknowledgment- Returns:
- (undocumented)
-
lockAlreadyReleased
Java API: Lock already released acknowledgment, this is sent when unlocked component receivesUnlock
message- Returns:
- (undocumented)
-
lockExpired
Java API: Lock expired notification which is sent to component who acquired lock previously- Returns:
- (undocumented)
-
lockExpiringShortly
Java API: Lock expiring notification which is sent after a duration calculated by [leaseDuration - (leaseDuration / 10)]- Returns:
- (undocumented)
-