public interface ConnectionMonitor
| Modifier and Type | Method and Description |
|---|---|
void |
addConnection(Connection c) |
void |
attemptingConnection(Connection c) |
void |
connectionError(Connection c,
String errMsg) |
void |
removeConnection(Connection c) |
void addConnection(Connection c)
void attemptingConnection(Connection c)
void connectionError(Connection c, String errMsg)
void removeConnection(Connection c)
Copyright © 2013. All Rights Reserved.