Package net.handle.apps.batch
Class ListPrefixesUtil.ListHandlesAccumulator
- java.lang.Object
 - 
- net.handle.apps.batch.ListPrefixesUtil.ListHandlesAccumulator
 
 
- 
- All Implemented Interfaces:
 ResponseMessageCallback
- Enclosing class:
 - ListPrefixesUtil
 
public static class ListPrefixesUtil.ListHandlesAccumulator extends java.lang.Object implements ResponseMessageCallback
 
- 
- 
Field Summary
Fields Modifier and Type Field Description java.util.List<java.lang.String>handlesList 
- 
Constructor Summary
Constructors Constructor Description ListHandlesAccumulator() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleResponse(AbstractResponse response)This is called when a message has been received and needs to be handled. 
 - 
 
- 
- 
Method Detail
- 
handleResponse
public void handleResponse(AbstractResponse response) throws HandleException
Description copied from interface:ResponseMessageCallbackThis is called when a message has been received and needs to be handled. message is the message that has been received. Messages are received and processed in order.- Specified by:
 handleResponsein interfaceResponseMessageCallback- Throws:
 HandleException
 
 - 
 
 -