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)
setDispatchContext
void setDispatchContext(DispatchContext dispatchContext)
canDispatch
boolean canDispatch(BIObject document)
dispatch
boolean dispatch(BIObject document,
byte[] executionOutput)
close
void close()