A C D E I M N O R S U

A

AbstractConnectionManager - Class in org.apache.avalon.cornerstone.blocks.connection
This is the service through which ConnectionManagement occurs.
AbstractConnectionManager() - Constructor for class org.apache.avalon.cornerstone.blocks.connection.AbstractConnectionManager
 
acceptingConnectionException(Class, String, IOException) - Method in class org.apache.avalon.cornerstone.blocks.connection.AvalonLoggerConnectionMonitor
 
acceptingConnectionException(Class, String, IOException) - Method in class org.apache.avalon.cornerstone.blocks.connection.CommonsLoggingConnectionMonitor
 
acceptingConnectionException(Class, String, IOException) - Method in interface org.apache.avalon.cornerstone.blocks.connection.ConnectionMonitor
 
acceptingConnectionException(Class, String, IOException) - Method in class org.apache.avalon.cornerstone.blocks.connection.NullConnectionMonitor
 
AvalonLoggerConnectionMonitor - Class in org.apache.avalon.cornerstone.blocks.connection
 
AvalonLoggerConnectionMonitor() - Constructor for class org.apache.avalon.cornerstone.blocks.connection.AvalonLoggerConnectionMonitor
 

C

CDIConnectionManager - Class in org.apache.avalon.cornerstone.blocks.connection
This is the service through which ConnectionManagement occurs.
CDIConnectionManager(ThreadManager, ConnectionMonitor) - Constructor for class org.apache.avalon.cornerstone.blocks.connection.CDIConnectionManager
 
CommonsLoggingConnectionMonitor - Class in org.apache.avalon.cornerstone.blocks.connection
A Commons Logging implementation of the ConnectionMonitor.
CommonsLoggingConnectionMonitor() - Constructor for class org.apache.avalon.cornerstone.blocks.connection.CommonsLoggingConnectionMonitor
 
connect(String, ServerSocket, ConnectionHandlerFactory, ThreadPool) - Method in class org.apache.avalon.cornerstone.blocks.connection.AbstractConnectionManager
Start managing a connection.
connect(String, ServerSocket, ConnectionHandlerFactory) - Method in class org.apache.avalon.cornerstone.blocks.connection.AbstractConnectionManager
Start managing a connection.
Connection - Class in org.apache.avalon.cornerstone.blocks.connection
Support class for the DefaultConnectionManager.
Connection(ServerSocket, ConnectionHandlerFactory, ThreadPool, ConnectionMonitor) - Constructor for class org.apache.avalon.cornerstone.blocks.connection.Connection
 
ConnectionMonitor - Interface in org.apache.avalon.cornerstone.blocks.connection
 
ConnectionRunner - Class in org.apache.avalon.cornerstone.blocks.connection
 
ConnectionRunner(Socket, List, ConnectionHandlerFactory, ConnectionMonitor) - Constructor for class org.apache.avalon.cornerstone.blocks.connection.ConnectionRunner
 

D

debugBanner(boolean) - Method in class org.apache.avalon.cornerstone.blocks.connection.ConnectionRunner
Print out debug banner indicating that handling of a connection is starting or ending.
debugMessage(Class, String) - Method in class org.apache.avalon.cornerstone.blocks.connection.AvalonLoggerConnectionMonitor
 
debugMessage(Class, String) - Method in class org.apache.avalon.cornerstone.blocks.connection.CommonsLoggingConnectionMonitor
 
debugMessage(Class, String) - Method in interface org.apache.avalon.cornerstone.blocks.connection.ConnectionMonitor
 
debugMessage(Class, String) - Method in class org.apache.avalon.cornerstone.blocks.connection.NullConnectionMonitor
 
DefaultConnectionManager - Class in org.apache.avalon.cornerstone.blocks.connection
This is the service through which ConnectionManagement occurs.
DefaultConnectionManager() - Constructor for class org.apache.avalon.cornerstone.blocks.connection.DefaultConnectionManager
 
disconnect(String) - Method in class org.apache.avalon.cornerstone.blocks.connection.AbstractConnectionManager
This shuts down all handlers and socket, waiting for each to gracefully shutdown.
disconnect(String, boolean) - Method in class org.apache.avalon.cornerstone.blocks.connection.AbstractConnectionManager
This shuts down all handlers and socket.
dispose() - Method in class org.apache.avalon.cornerstone.blocks.connection.AbstractConnectionManager
 
dispose() - Method in class org.apache.avalon.cornerstone.blocks.connection.Connection
 
dispose() - Method in class org.apache.avalon.cornerstone.blocks.connection.ConnectionRunner
 

E

enableLogging(Logger) - Method in class org.apache.avalon.cornerstone.blocks.connection.DefaultConnectionManager
 

I

isDebugEnabled(Class) - Method in class org.apache.avalon.cornerstone.blocks.connection.AvalonLoggerConnectionMonitor
 
isDebugEnabled(Class) - Method in class org.apache.avalon.cornerstone.blocks.connection.CommonsLoggingConnectionMonitor
 
isDebugEnabled(Class) - Method in interface org.apache.avalon.cornerstone.blocks.connection.ConnectionMonitor
 
isDebugEnabled(Class) - Method in class org.apache.avalon.cornerstone.blocks.connection.NullConnectionMonitor
 

M

m_connections - Variable in class org.apache.avalon.cornerstone.blocks.connection.AbstractConnectionManager
 
m_finished - Variable in class org.apache.avalon.cornerstone.blocks.connection.ConnectionRunner
 
m_handlerFactory - Variable in class org.apache.avalon.cornerstone.blocks.connection.Connection
 
m_handlerFactory - Variable in class org.apache.avalon.cornerstone.blocks.connection.ConnectionRunner
 
m_runners - Variable in class org.apache.avalon.cornerstone.blocks.connection.Connection
 
m_runners - Variable in class org.apache.avalon.cornerstone.blocks.connection.ConnectionRunner
 
m_serverSocket - Variable in class org.apache.avalon.cornerstone.blocks.connection.Connection
 
m_socket - Variable in class org.apache.avalon.cornerstone.blocks.connection.ConnectionRunner
 
m_thread - Variable in class org.apache.avalon.cornerstone.blocks.connection.Connection
 
m_thread - Variable in class org.apache.avalon.cornerstone.blocks.connection.ConnectionRunner
 
m_threadManager - Variable in class org.apache.avalon.cornerstone.blocks.connection.AbstractConnectionManager
 
m_threadPool - Variable in class org.apache.avalon.cornerstone.blocks.connection.Connection
 
monitor - Variable in class org.apache.avalon.cornerstone.blocks.connection.AbstractConnectionManager
 
monitor - Variable in class org.apache.avalon.cornerstone.blocks.connection.Connection
 
monitor - Variable in class org.apache.avalon.cornerstone.blocks.connection.ConnectionRunner
 

N

NullConnectionMonitor - Class in org.apache.avalon.cornerstone.blocks.connection
A ConnectionMonitor made with accordance to the NullObjectPattern.
NullConnectionMonitor() - Constructor for class org.apache.avalon.cornerstone.blocks.connection.NullConnectionMonitor
 

O

org.apache.avalon.cornerstone.blocks.connection - package org.apache.avalon.cornerstone.blocks.connection
Default implementation of a connection manager.

R

run() - Method in class org.apache.avalon.cornerstone.blocks.connection.Connection
 
run() - Method in class org.apache.avalon.cornerstone.blocks.connection.ConnectionRunner
 

S

service(ServiceManager) - Method in class org.apache.avalon.cornerstone.blocks.connection.DefaultConnectionManager
 
shutdownSocket() - Method in class org.apache.avalon.cornerstone.blocks.connection.ConnectionRunner
Utility method for shutting down associated socket.
shutdownSocketWarning(Class, String, IOException) - Method in class org.apache.avalon.cornerstone.blocks.connection.AvalonLoggerConnectionMonitor
 
shutdownSocketWarning(Class, String, IOException) - Method in class org.apache.avalon.cornerstone.blocks.connection.CommonsLoggingConnectionMonitor
 
shutdownSocketWarning(Class, String, IOException) - Method in interface org.apache.avalon.cornerstone.blocks.connection.ConnectionMonitor
 
shutdownSocketWarning(Class, String, IOException) - Method in class org.apache.avalon.cornerstone.blocks.connection.NullConnectionMonitor
 

U

unexpectedException(Class, String, Exception) - Method in class org.apache.avalon.cornerstone.blocks.connection.AvalonLoggerConnectionMonitor
 
unexpectedException(Class, String, Exception) - Method in class org.apache.avalon.cornerstone.blocks.connection.CommonsLoggingConnectionMonitor
 
unexpectedException(Class, String, Exception) - Method in interface org.apache.avalon.cornerstone.blocks.connection.ConnectionMonitor
 
unexpectedException(Class, String, Exception) - Method in class org.apache.avalon.cornerstone.blocks.connection.NullConnectionMonitor
 

A C D E I M N O R S U