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 SummaryConstructors Constructor Description DwrBatchMatchers(int batchId)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description DwrCallbackMatcherscallback()DwrCallbackMatcherscallback(int callId)Match a DWR callback.DwrExceptionMatchersexception()DwrExceptionMatchersexception(int callId)Match a DWR exception.
 
- 
- 
- 
Method Detail- 
callbackpublic DwrCallbackMatchers callback(int callId) Match a DWR callback.
 - 
callbackpublic DwrCallbackMatchers callback() 
 - 
exceptionpublic DwrExceptionMatchers exception(int callId) Match a DWR exception.
 - 
exceptionpublic DwrExceptionMatchers exception() 
 
- 
 
-