| LocalConnectionContext allows channels to tailor backend connections
to reflect local policy and implementation. Connections are provided
as Objects: they may be URL, LDAP, database connections, etc.
Channels using this need a way to determine which implementation to
use. A standard way to do this is with a static data parameter
'upc_localConnContext', the value being the name of the implementing
class. The default implementation handles the case where there are
no local changes to standard behaviour.
author: Sarah Arnott, sarnott@mun.ca author: Andrew Draskoy, andrew@mun.ca version: $Revision: 36404 $ |