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