org.smallmind.quorum.pool.connection.remote.spring
Class RemoteConnectionPoolFactoryBean

java.lang.Object
  extended by org.smallmind.quorum.pool.connection.remote.spring.RemoteConnectionPoolFactoryBean
All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean<RemoteConnectionPoolSurface>

public class RemoteConnectionPoolFactoryBean
extends Object
implements org.springframework.beans.factory.FactoryBean<RemoteConnectionPoolSurface>


Constructor Summary
RemoteConnectionPoolFactoryBean()
           
 
Method Summary
 RemoteConnectionPoolSurface getObject()
           
 Class getObjectType()
           
 boolean isSingleton()
           
 void setConnectionPool(ConnectionPool connectionPool)
           
 void setRegistryName(String registryName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteConnectionPoolFactoryBean

public RemoteConnectionPoolFactoryBean()
Method Detail

setConnectionPool

public void setConnectionPool(ConnectionPool connectionPool)

setRegistryName

public void setRegistryName(String registryName)

getObject

public RemoteConnectionPoolSurface getObject()
                                      throws Exception
Specified by:
getObject in interface org.springframework.beans.factory.FactoryBean<RemoteConnectionPoolSurface>
Throws:
Exception

getObjectType

public Class getObjectType()
Specified by:
getObjectType in interface org.springframework.beans.factory.FactoryBean<RemoteConnectionPoolSurface>

isSingleton

public boolean isSingleton()
Specified by:
isSingleton in interface org.springframework.beans.factory.FactoryBean<RemoteConnectionPoolSurface>


Copyright © 2012. All Rights Reserved.