Interface JCoManagedConnectionContainerRestricted
-
- All Known Implementing Classes:
DefaultJCoManagedConnectionContainer
public interface JCoManagedConnectionContainerRestrictedRestricted interface for internal use to react on JCoException.JCO_ERROR_COMMUNICATION.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidremoveConnection(JCoConnection connection)Removes the Stateful connection from managedConnection container.
-
-
-
Method Detail
-
removeConnection
void removeConnection(JCoConnection connection)
Removes the Stateful connection from managedConnection container.- Parameters:
connection- JCo Connection
-
-