it.eng.spagobi.tools.scheduler.dispatcher
Interface IDocumentDispatchChannel

All Known Implementing Classes:
DistributionListDocumentDispatchChannel, FileSystemDocumentDispatcher, FunctionalityTreeDocumentDispatchChannel, JavaClassDocumentDispatchChannel, MailDocumentDispatchChannel, SnapshootDocumentDispatchChannel

public interface IDocumentDispatchChannel

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

Method Summary
 boolean canDispatch(BIObject document)
           
 void close()
           
 boolean dispatch(BIObject document, byte[] executionOutput)
           
 void setDispatchContext(DispatchContext dispatchContext)
           
 

Method Detail

setDispatchContext

void setDispatchContext(DispatchContext dispatchContext)

canDispatch

boolean canDispatch(BIObject document)

dispatch

boolean dispatch(BIObject document,
                 byte[] executionOutput)

close

void close()