Package ubic.gemma.web.util.dwr
Class MockDwrResultHandlers
- java.lang.Object
- 
- ubic.gemma.web.util.dwr.MockDwrResultHandlers
 
- 
 public class MockDwrResultHandlers extends Object Handles DWR results.- Author:
- poirigui
 
- 
- 
Constructor SummaryConstructors Constructor Description MockDwrResultHandlers()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static DwrBatchHandlersgetBatch(int batchId)static <T> DwrCallbackHandler<T>getCallback(int callId, Consumer<T> doWithReply)static <T> DwrCallbackHandler<T>getCallback(Consumer<T> doWithReply)static DwrExceptionHandlergetException(int callId, Consumer<DwrException> doWithException)static DwrExceptionHandlergetException(Consumer<DwrException> doWithException)
 
- 
- 
- 
Method Detail- 
getBatchpublic static DwrBatchHandlers getBatch(int batchId) 
 - 
getCallbackpublic static <T> DwrCallbackHandler<T> getCallback(int callId, Consumer<T> doWithReply) 
 - 
getCallbackpublic static <T> DwrCallbackHandler<T> getCallback(Consumer<T> doWithReply) 
 - 
getExceptionpublic static DwrExceptionHandler getException(int callId, Consumer<DwrException> doWithException) 
 - 
getExceptionpublic static DwrExceptionHandler getException(Consumer<DwrException> doWithException) 
 
- 
 
-