public interface IMonitorService
| Modifier and Type | Method and Description |
|---|---|
void |
releaseResources() |
MonitorConnectionContext |
startMonitoring(JdbcConnection connectionToAbort,
HostInfo hostInfo,
PropertySet propertySet,
int failureDetectionTimeMillis,
int failureDetectionIntervalMillis,
int failureDetectionCount) |
void |
stopMonitoring(MonitorConnectionContext context,
java.sql.Connection connectionToAbort)
Stop monitoring for a connection represented by the given
MonitorConnectionContext. |
MonitorConnectionContext startMonitoring(JdbcConnection connectionToAbort, HostInfo hostInfo, PropertySet propertySet, int failureDetectionTimeMillis, int failureDetectionIntervalMillis, int failureDetectionCount)
void stopMonitoring(MonitorConnectionContext context, java.sql.Connection connectionToAbort)
MonitorConnectionContext.
Removes the context from the IMonitor.context - The MonitorConnectionContext representing a connection.void releaseResources()