|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ConnectionMonitor
A monitor of a network activity or activities.
The NetworkMonitor must be thread safe.
Monitor| Field Summary |
|---|
| Fields inherited from interface net.dpml.transit.monitor.Monitor |
|---|
BOOTSTRAP_DEBUG_KEY |
| Method Summary | |
|---|---|
void |
connectCompleted(URL url)
Notify the monitor that a connection was completed. |
void |
connectionOpened(URL url)
Notify the monitor that a connection was opened. |
void |
connectStarted(URL url)
Notify the monitor that a connection was started. |
| Method Detail |
|---|
void connectionOpened(URL url)
url - the url on which the open connection was issuedvoid connectStarted(URL url)
url - the target connectionvoid connectCompleted(URL url)
url - the target connection
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||