Package ubic.gemma.web.util.dwr
Class DwrBatchMatchers
- java.lang.Object
-
- ubic.gemma.web.util.dwr.DwrBatchMatchers
-
public class DwrBatchMatchers extends Object
Match DWR batch results.- Author:
- poirigui
-
-
Constructor Summary
Constructors Constructor Description DwrBatchMatchers(int batchId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DwrCallbackMatchers
callback()
DwrCallbackMatchers
callback(int callId)
Match a DWR callback.DwrExceptionMatchers
exception()
DwrExceptionMatchers
exception(int callId)
Match a DWR exception.
-
-
-
Method Detail
-
callback
public DwrCallbackMatchers callback(int callId)
Match a DWR callback.
-
callback
public DwrCallbackMatchers callback()
-
exception
public DwrExceptionMatchers exception(int callId)
Match a DWR exception.
-
exception
public DwrExceptionMatchers exception()
-
-