Nuxeo Enterprise Platform 5.4

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 java.lang.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 java.lang.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:
java.lang.Exception - if an error occurs

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.