@PermitAll public class UnprocessedInputsServiceBean extends java.lang.Object implements UnprocessedInputsService
UnprocessedInputsService.| Constructor and Description | 
|---|
UnprocessedInputsServiceBean()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addInput(CommunicationUnit input)
Adds an unprocessed input. 
 | 
java.util.List<CommunicationUnit> | 
getInputsForReceiver(long modelInstanceId)
Returns unprocessed  
CommunicationUnit for a receiver. | 
void | 
replaceInputsForReceiver(long modelInstanceId,
                        java.util.List<CommunicationUnit> inputs)
Removes all inputs for the receiver and adds new ones. 
 | 
void | 
resendInputsFor(long modelInstanceId)
Resends unprocessed inputs for an agentInfo to corresponding agent and
 removes them. 
 | 
public void resendInputsFor(long modelInstanceId)
UnprocessedInputsServiceresendInputsFor in interface UnprocessedInputsServicepublic java.util.List<CommunicationUnit> getInputsForReceiver(long modelInstanceId)
UnprocessedInputsServiceCommunicationUnit for a receiver.getInputsForReceiver in interface UnprocessedInputsServiceCommunicationUnit for a receiverpublic void replaceInputsForReceiver(long modelInstanceId,
                                     java.util.List<CommunicationUnit> inputs)
UnprocessedInputsServicereplaceInputsForReceiver in interface UnprocessedInputsServiceinputs - new inputspublic void addInput(CommunicationUnit input)
UnprocessedInputsServiceaddInput in interface UnprocessedInputsServiceCopyright © 2007-2020 Whitestein Technologies. All Rights Reserved.