Package csw.command.client
Class CommandResponseManager.OverallFailure
- java.lang.Object
 - 
- csw.command.client.CommandResponseManager.OverallFailure
 
 
- 
- All Implemented Interfaces:
 CommandResponseManager.OverallResponse,java.io.Serializable,scala.Equals,scala.Product
- Enclosing class:
 - CommandResponseManager
 
public static class CommandResponseManager.OverallFailure extends java.lang.Object implements CommandResponseManager.OverallResponse, scala.Product, java.io.Serializable
Indicates that at least one of the responses ended with a negative response param: responses the set of responses- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description OverallFailure(scala.collection.immutable.Set<CommandResponse.SubmitResponse> responses) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description scala.collection.immutable.Set<CommandResponse.SubmitResponse>responses() 
 - 
 
- 
- 
Constructor Detail
- 
OverallFailure
public OverallFailure(scala.collection.immutable.Set<CommandResponse.SubmitResponse> responses)
 
 - 
 
- 
Method Detail
- 
responses
public scala.collection.immutable.Set<CommandResponse.SubmitResponse> responses()
- Specified by:
 responsesin interfaceCommandResponseManager.OverallResponse
 
 - 
 
 -