Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.core.storage.sql.ra
Class PoolingRepositoryFactory

java.lang.Object
  extended by org.nuxeo.ecm.core.storage.sql.ra.PoolingRepositoryFactory
All Implemented Interfaces:
RepositoryFactory

public class PoolingRepositoryFactory
extends Object
implements RepositoryFactory

Pooling repository factory.

This class is mentioned in the repository extension point defining a given repository.

To function properly, it needs the bundle nuxeo-runtime-jtajca to be depoyed.


Constructor Summary
PoolingRepositoryFactory()
           
 
Method Summary
 Repository createRepository(RepositoryDescriptor descriptor)
          Creates a repository implementation given a repository descriptor object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PoolingRepositoryFactory

public PoolingRepositoryFactory()
Method Detail

createRepository

public Repository createRepository(RepositoryDescriptor descriptor)
                            throws Exception
Description copied from interface: RepositoryFactory
Creates a repository implementation given a repository descriptor object.

Specified by:
createRepository in interface RepositoryFactory
Parameters:
descriptor - the repository descriptor
Returns:
the repository instance
Throws:
Exception - if an error occurs

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.