List of usage examples for javax.naming.spi ObjectFactory interface-usage
From source file org.apache.jackrabbit.core.jndi.BindableRepositoryFactory.java
/** * <code>BindableRepositoryFactory</code> is an object factory that when given * a reference for a <code>BindableRepository</code> object, will create an * instance of the corresponding <code>BindableRepository</code>. */ public class BindableRepositoryFactory implements ObjectFactory {
From source file org.nuxeo.runtime.jtajca.NuxeoConnectionManagerFactory.java
/** * Factory for the ConnectionManager. */ public class NuxeoConnectionManagerFactory implements ObjectFactory { private static final Log log = LogFactory.getLog(NuxeoConnectionManagerFactory.class);
From source file org.nuxeo.runtime.jtajca.NuxeoTransactionManagerFactory.java
/** * Factory for the TransactionManager. */ public class NuxeoTransactionManagerFactory implements ObjectFactory { private static final Log log = LogFactory.getLog(NuxeoTransactionManagerFactory.class);
From source file it.openutils.mgnlaws.magnolia.init.ClasspathBindableRepositoryFactory.java
/** * @author molaschi * @version $Id: ClasspathBindableRepositoryFactory.java 10433 2012-07-23 11:04:39Z fabian.necci $ */ public class ClasspathBindableRepositoryFactory implements ObjectFactory {
From source file it.infn.ct.futuregateway.apiserver.utils.MonitorQueueFactory.java
/**
* Build the resource monitor.
* It is a MonitorQueue which is a combination of an activity queue and a thread
* pool.
*
* @author Marco Fargetta <marco.fargetta@ct.infn.it>
From source file org.exoplatform.services.jcr.impl.jndi.BindableRepositoryFactory.java
/**
* Created by The eXo Platform SAS.<br/>
*
* ObjectFactory to produce BindableRepositoryImpl objects
*
* @author <a href="mailto:lautarul@gmail.com">Roman Pedchenko</a>
From source file edu.mayo.cts2.framework.core.config.ConfigInitializerFactory.java
/** * A factory for creating Cts2Config objects. * * @author <a href="mailto:kevin.peterson@mayo.edu">Kevin Peterson</a> */ public class ConfigInitializerFactory implements ObjectFactory, ServletContextListener {
From source file it.infn.ct.futuregateway.apiserver.utils.ThreadPoolFactory.java
/**
* Custom creation of an ExecutorService using the parameters
* provided in the context.
*
* @author Marco Fargetta <marco.fargetta@ct.infn.it>
* @see java.util.concurrent.ExecutorService
From source file org.jberet.support.io.MappingJsonFactoryObjectFactory.java
/**
* An implementation of {@code javax.naming.spi.ObjectFactory} that produces instance of
* {@code com.fasterxml.jackson.databind.MappingJsonFactory}. This class can be used to create a custom JNDI resource
* in an application server. See wildfly.home/docs/schema/jboss-as-naming_2_0.xsd for more details.
*
* @see "javax.naming.spi.ObjectFactory"
From source file org.compass.core.jndi.CompassObjectFactory.java
/** * Resolves <code>Compass</code> JNDI lookups and deserialization */ public class CompassObjectFactory implements ObjectFactory { // to stop the class from being unloaded