Package csw.params.commands
Class CommandResponse.Locked
- java.lang.Object
 - 
- csw.params.commands.CommandResponse.Locked
 
 
- 
- All Implemented Interfaces:
 CommandResponse,CommandResponse.MatchingResponse,CommandResponse.OnewayResponse,CommandResponse.SubmitResponse,CommandResponse.ValidateResponse,CommandSerializable,java.io.Serializable,scala.Equals,scala.Product
- Enclosing interface:
 - CommandResponse
 
public static class CommandResponse.Locked extends java.lang.Object implements CommandResponse.ValidateResponse, CommandResponse.OnewayResponse, CommandResponse.SubmitResponse, CommandResponse.MatchingResponse, scala.Product, java.io.Serializable
Represents a negative response stating that a component is Locked and command was not validated or executedparam: runId of command for which this response is created
- See Also:
 - Serialized Form
 
 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from interface csw.params.commands.CommandResponse
CommandResponse.Accepted, CommandResponse.Accepted$, CommandResponse.Cancelled, CommandResponse.Cancelled$, CommandResponse.Completed, CommandResponse.Completed$, CommandResponse.Error, CommandResponse.Error$, CommandResponse.Invalid, CommandResponse.Invalid$, CommandResponse.Locked, CommandResponse.Locked$, CommandResponse.MatchingResponse, CommandResponse.OnewayResponse, CommandResponse.Started, CommandResponse.Started$, CommandResponse.SubmitResponse, CommandResponse.ValidateCommandResponse, CommandResponse.ValidateResponse 
 - 
 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IdrunId()A helper method to get the runId for this command response 
 - 
 
- 
- 
Constructor Detail
- 
Locked
public Locked(Id runId)
 
 - 
 
- 
Method Detail
- 
runId
public Id runId()
Description copied from interface:CommandResponseA helper method to get the runId for this command response- Specified by:
 runIdin interfaceCommandResponse- Returns:
 - the runId of command for which this response is created
 
 
 - 
 
 -