| Modifier and Type | Class and Description |
|---|---|
class |
AvalonLoggerConnectionMonitor |
class |
CommonsLoggingConnectionMonitor
A Commons Logging implementation of the ConnectionMonitor.
|
class |
NullConnectionMonitor
A ConnectionMonitor made with accordance to the NullObjectPattern.
|
| Modifier and Type | Field and Description |
|---|---|
protected ConnectionMonitor |
Connection.monitor |
private ConnectionMonitor |
ConnectionRunner.monitor |
protected ConnectionMonitor |
AbstractConnectionManager.monitor |
| Constructor and Description |
|---|
CDIConnectionManager(org.apache.avalon.cornerstone.services.threads.ThreadManager threadManager,
ConnectionMonitor monitor) |
Connection(java.net.ServerSocket serverSocket,
org.apache.avalon.cornerstone.services.connection.ConnectionHandlerFactory handlerFactory,
org.apache.excalibur.thread.ThreadPool threadPool,
ConnectionMonitor monitor) |
ConnectionRunner(java.net.Socket socket,
java.util.List runners,
org.apache.avalon.cornerstone.services.connection.ConnectionHandlerFactory handlerFactory,
ConnectionMonitor monitor) |