This object is responsible for managing the connections to various JNDI bound
objects. This object assumes it is using a Coadunation based JNDI name
service.
author: Brett Chaldecott
This method returns a connection to the the requested object.
Parameters: type - The class type for the return result. Parameters: jndiURL - The jndi url of the object. exception: ConnectionException - exception: java.lang.ClassCastException -
This method is responsible for returning a reference to the connection
manager singleton instance.
The reference to the connection manager. exception: ConnectionException -
This method returns the connection manager instance for the context.
The reference to the connection manager. Parameters: context - The reference to the context object. exception: ConnectionException -