Package org.wildfly.clustering.ee
Interface BatchContext
-
- All Superinterfaces:
AutoCloseable
public interface BatchContext extends AutoCloseable
Handles batch context switching.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()Closes this batch context.
-
-
-
Method Detail
-
close
void close()
Closes this batch context.- Specified by:
closein interfaceAutoCloseable
-
-