org.smallmind.cloud.namespace.java.pool
Class PooledJavaContextComponentInstanceFactory

java.lang.Object
  extended by org.smallmind.quorum.pool.complex.AbstractComponentInstanceFactory<PooledJavaContext>
      extended by org.smallmind.cloud.namespace.java.pool.PooledJavaContextComponentInstanceFactory
All Implemented Interfaces:
ComponentInstanceFactory<PooledJavaContext>

public class PooledJavaContextComponentInstanceFactory
extends AbstractComponentInstanceFactory<PooledJavaContext>


Constructor Summary
PooledJavaContextComponentInstanceFactory(StorageType storageType, String contextPath, String host, int port, String rootNamespace, String userContext, String password)
           
 
Method Summary
 ComponentInstance<PooledJavaContext> createInstance(ComponentPool<PooledJavaContext> componentPool)
           
 
Methods inherited from class org.smallmind.quorum.pool.complex.AbstractComponentInstanceFactory
deconstruct, initialize, shutdown, startup
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PooledJavaContextComponentInstanceFactory

public PooledJavaContextComponentInstanceFactory(StorageType storageType,
                                                 String contextPath,
                                                 String host,
                                                 int port,
                                                 String rootNamespace,
                                                 String userContext,
                                                 String password)
Method Detail

createInstance

public ComponentInstance<PooledJavaContext> createInstance(ComponentPool<PooledJavaContext> componentPool)
                                                    throws Exception
Throws:
Exception


Copyright © 2012. All Rights Reserved.