it.eng.spagobi.tools.scheduler.dispatcher
Class DocumentDispatcher

java.lang.Object
  extended by it.eng.spagobi.tools.scheduler.dispatcher.DocumentDispatcher

public class DocumentDispatcher
extends java.lang.Object

Author:
Andrea Gioia (andrea.gioia@eng.it)

Constructor Summary
DocumentDispatcher(DispatchContext dispatchContext)
           
 
Method Summary
 boolean canDispatch(BIObject document)
           
 boolean dispatch(BIObject document, byte[] executionOutput)
           
 void dispose()
           
 void setDispatchContext(DispatchContext dispatchContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentDispatcher

public DocumentDispatcher(DispatchContext dispatchContext)
Method Detail

dispatch

public boolean dispatch(BIObject document,
                        byte[] executionOutput)

canDispatch

public boolean canDispatch(BIObject document)

dispose

public void dispose()

setDispatchContext

public void setDispatchContext(DispatchContext dispatchContext)