Class PooledJavaContextComponentInstanceFactory
java.lang.Object
org.smallmind.quorum.pool.complex.AbstractComponentInstanceFactory<PooledJavaContext>
org.smallmind.quorum.namespace.pool.PooledJavaContextComponentInstanceFactory
- All Implemented Interfaces:
ComponentInstanceFactory<PooledJavaContext>
public class PooledJavaContextComponentInstanceFactory
extends AbstractComponentInstanceFactory<PooledJavaContext>
-
Constructor Summary
ConstructorsConstructorDescriptionPooledJavaContextComponentInstanceFactory(StorageType storageType, String contextPath, String host, int port, boolean tls, String rootNamespace, String userContext, String password) -
Method Summary
Methods inherited from class org.smallmind.quorum.pool.complex.AbstractComponentInstanceFactory
deconstruct, initialize, shutdown, startup
-
Constructor Details
-
PooledJavaContextComponentInstanceFactory
-
-
Method Details
-
createInstance
public ComponentInstance<PooledJavaContext> createInstance(ComponentPool<PooledJavaContext> componentPool) throws Exception - Throws:
Exception
-