org.smallmind.quorum.pool.connection.remote.spring
Class RemoteConnectionPoolFactoryBean
java.lang.Object
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoteConnectionPoolFactoryBean
public RemoteConnectionPoolFactoryBean()
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 © 2011. All Rights Reserved.