{@link JBossCacheRegionFactory} that uses{@link JndiMultiplexingCacheInstanceManager} as its{@link #getCacheInstanceManager() CacheInstanceManager}.
Supports separate JBoss Cache instances for entity, collection, query and timestamp caching, with the expectation that a single multiplexed JGroups resource (i.e. a multiplexed channel or a shared transport channel) will be shared between the caches. JBoss Cache instances are created from a factory.
This version finds the factory in JNDI. See {@link JndiMultiplexingCacheInstanceManager} for configuration details.
@author Brian Stansberry
@version $Revision$