|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IConnectionFactory | |
---|---|
org.otfeed | Main part of the client API to the OpenTick financial data feed service. |
org.otfeed.support | Utility and helper classes for the client API. |
Uses of IConnectionFactory in org.otfeed |
---|
Classes in org.otfeed that implement IConnectionFactory | |
---|---|
class |
OTConnectionFactory
Factory of connections to the OpenTick service. |
class |
OTPooledConnectionFactory
Class that facilitates connection pooling (sharing). |
Methods in org.otfeed that return IConnectionFactory | |
---|---|
IConnectionFactory |
OTPooledConnectionFactory.getConnectionFactory()
|
Methods in org.otfeed with parameters of type IConnectionFactory | |
---|---|
void |
OTPooledConnectionFactory.setConnectionFactory(IConnectionFactory engine)
The factory of shared connection (typically an instance of OTConnectionFactory ). |
Uses of IConnectionFactory in org.otfeed.support |
---|
Methods in org.otfeed.support that return IConnectionFactory | |
---|---|
IConnectionFactory |
CommandRunner.getConnectionFactory()
Connection factory to use. |
Methods in org.otfeed.support with parameters of type IConnectionFactory | |
---|---|
void |
CommandRunner.setConnectionFactory(IConnectionFactory val)
Sets the connection factory. |
Constructors in org.otfeed.support with parameters of type IConnectionFactory | |
---|---|
CommandRunner(IConnectionFactory cf,
java.util.List<ICommand> commands)
Creates new CommandRunner from a given connection factory, with the given list of commands. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |