Uses of Class
org.opennms.netmgt.provision.support.ConnectionFactory
-
Packages that use ConnectionFactory Package Description org.opennms.netmgt.provision.support -
-
Uses of ConnectionFactory in org.opennms.netmgt.provision.support
Subclasses of ConnectionFactory in org.opennms.netmgt.provision.support Modifier and Type Class Description classConnectionFactoryConnectorPoolImplFactory for encapsulating aNioSocketConnectorin such a way as to allow us to reuse the connector for each#connect(SocketAddress, SocketAddress, IoSessionInitializer, IoHandler)call.classConnectionFactoryNewConnectorImplThisConnectionFactorytype will create a newNioSocketConnectorfor every call to#connect(SocketAddress, SocketAddress, IoSessionInitializer).Methods in org.opennms.netmgt.provision.support that return ConnectionFactory Modifier and Type Method Description static ConnectionFactoryConnectionFactory. getFactory(int timeoutInMillis)Get a new ConnectionFactory.Methods in org.opennms.netmgt.provision.support with parameters of type ConnectionFactory Modifier and Type Method Description static voidConnectionFactory. dispose(ConnectionFactory factory)Free up the resources used by a connection and connection factory.
-