Interface JCoStateful
-
- All Known Implementing Classes:
ConnectionDelegator,JCoConnectionStateful
public interface JCoStatefulInterface for marking connections as stateful.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddestroy()Gets called if connection should be destroyed.
-
-
-
Method Detail
-
destroy
void destroy() throws BackendExceptionGets called if connection should be destroyed.- Throws:
BackendException- in case of failure.
-
-