protected static class DefaultJobBundleFactory.SimpleStageBundleFactory extends java.lang.Object implements StageBundleFactory
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
RemoteBundle |
getBundle(OutputReceiverFactory outputReceiverFactory,
StateRequestHandler stateRequestHandler,
BundleProgressHandler progressHandler)
Get a new
bundle for processing the data in an executable stage. |
ProcessBundleDescriptors.ExecutableProcessBundleDescriptor |
getProcessBundleDescriptor() |
public RemoteBundle getBundle(OutputReceiverFactory outputReceiverFactory, StateRequestHandler stateRequestHandler, BundleProgressHandler progressHandler) throws java.lang.Exception
StageBundleFactorybundle for processing the data in an executable stage.getBundle in interface StageBundleFactoryjava.lang.Exceptionpublic ProcessBundleDescriptors.ExecutableProcessBundleDescriptor getProcessBundleDescriptor()
getProcessBundleDescriptor in interface StageBundleFactorypublic void close()
throws java.lang.Exception
close in interface java.lang.AutoCloseablejava.lang.Exception