Class LockingResponse.AcquiringLockFailed

java.lang.Object
csw.command.client.models.framework.LockingResponse.AcquiringLockFailed
All Implemented Interfaces:
LockingResponse, CommandSerializable, Serializable, scala.Equals, scala.Product
Enclosing interface:
LockingResponse

public static class LockingResponse.AcquiringLockFailed extends Object implements LockingResponse, scala.Product, Serializable
This is sent when lock acquiring fails, e.g. Component A tries to Lock component B which is already locked by Component C

param: reason describing the failure to acquire lock

See Also:
  • Constructor Details

    • AcquiringLockFailed

      public AcquiringLockFailed(String reason)
  • Method Details

    • reason

      public String reason()