Constructs a factory configuration that reads the information
necessary to create connections to remote IOM objects
from a JNDI repository.
Parameters:
context - a connection to the root node of a JNDI repository
that contains the values necessary to start a connection factory. The connection
to the repository must have been made with
the distinguished name and password of an entity that has read access to those
values. This context is not closed when the factory is shutdown.
baseDN - a partial JNDI distinguished name that defines the section within
the repository naming hierarchy that contains the pooling information.
logicalName - the value of the sasLogicalName attribute for all login
definitions and server definitions under to the baseDN in the JNDI
repository that contain information for this factory.
repositoryDomain - the name of the domain assigned to the JNDI repository. Connection
factories with this configuration will have this string in the list of domains
returned by the getDomains() method in
ConnectionFactoryInterface.