Package ubic.gemma.web.util.dwr
Class MockDwrResultHandlers
java.lang.Object
ubic.gemma.web.util.dwr.MockDwrResultHandlers
Handles DWR results.
- Author:
- poirigui
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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)
-
Constructor Details
-
MockDwrResultHandlers
public MockDwrResultHandlers()
-
-
Method Details
-
getBatch
-
getCallback
-
getCallback
-
getException
-
getException
-