Interface JCoManagedConnectionContainerRestricted
- All Known Implementing Classes:
DefaultJCoManagedConnectionContainer
public interface JCoManagedConnectionContainerRestricted
Restricted interface for internal use to react on JCoException.JCO_ERROR_COMMUNICATION.
-
Method Summary
Modifier and TypeMethodDescriptionvoidremoveConnection(JCoConnection connection) Removes the Stateful connection from managedConnection container.
-
Method Details
-
removeConnection
Removes the Stateful connection from managedConnection container.- Parameters:
connection- JCo Connection
-