Class FindChildrenStreamEndPlugin

java.lang.Object
org.codice.alliance.video.stream.mpegts.plugins.FindChildrenStreamEndPlugin
All Implemented Interfaces:
StreamEndPlugin

public class FindChildrenStreamEndPlugin extends Object implements StreamEndPlugin
Find the children of the parent metacard and process the children in batches. The children will be processed in the order in which they were originally created. If an exception occurs during when a batch is being retrieved from the CatalogFramework or from a batch handler, then the FindChildrenStreamEndPlugin.Handler.end(Context, Metacard) will not be called.