Interface Batch


public interface Batch
This interface describes a batch that can be executed in a "serverless" environment or a JEE container.

It must be executed using the method BatchLauncher.executeBatch(Batch).

See Also: