Uses of Class
org.otfeed.OTConnectionSpec

Packages that use OTConnectionSpec
org.otfeed Main part of the client API to the OpenTick financial data feed service. 
org.otfeed.j2ee.ra   
org.otfeed.protocol.connector Contains the implementation classes. 
org.otfeed.support.alt   
 

Uses of OTConnectionSpec in org.otfeed
 

Methods in org.otfeed with parameters of type OTConnectionSpec
 IConnection OTPooledConnectionFactory.connect(OTConnectionSpec spec, IConnectionStateListener listener)
           
 IConnection IConnectionFactory.connect(OTConnectionSpec spec, IConnectionStateListener listener)
          Connects to the server.
 IConnection OTConnectionFactory.connect(OTConnectionSpec spec, IConnectionStateListener list)
          Starts asynchronous connection process.
 

Constructors in org.otfeed with parameters of type OTConnectionSpec
OTConnectionSpec(OTConnectionSpec other)
          Creates connection specification by cloning the model one.
 

Uses of OTConnectionSpec in org.otfeed.j2ee.ra
 

Subclasses of OTConnectionSpec in org.otfeed.j2ee.ra
 class OtfeedActivationSpec
           
 class OtfeedConnectionRequestInfo
           
 

Methods in org.otfeed.j2ee.ra with parameters of type OTConnectionSpec
 IOutboundConnection OtfeedConnectionFactory.getConnection(OTConnectionSpec spec)
           
static OtfeedConnectionRequestInfo OtfeedConnectionRequestInfo.merge(OTConnectionSpec major, OTConnectionSpec minor)
           
 

Uses of OTConnectionSpec in org.otfeed.protocol.connector
 

Methods in org.otfeed.protocol.connector with parameters of type OTConnectionSpec
 org.otfeed.protocol.connector.ISessionStreamer LoginStreamerFactory.connect(OTConnectionSpec spec)
           
 org.otfeed.protocol.connector.ISessionStreamer ISessionStreamerFactory.connect(OTConnectionSpec spec, IConnectionStateListener listener)
          Creates a connection.
 org.otfeed.protocol.connector.ISessionStreamer LoginStreamerFactory.connect(OTConnectionSpec spec, IConnectionStateListener listener)
           
 

Constructors in org.otfeed.protocol.connector with parameters of type OTConnectionSpec
OTEngine(ISessionStreamerFactory factory, OTConnectionSpec spec, IBufferAllocator allocator, java.util.concurrent.Executor executor, IConnectionStateListener listener)
           
 

Uses of OTConnectionSpec in org.otfeed.support.alt
 

Methods in org.otfeed.support.alt with parameters of type OTConnectionSpec
 IOutboundConnection IOutboundConnectionFactory.getConnection(OTConnectionSpec spec)
          Opens a connection to the server, using provided connection parameters.
 IOutboundConnection OutboundConnectionFactoryAdapter.getConnection(OTConnectionSpec spec)
           
 



Copyright © 2007-2008 Mike Kroutikov. All Rights Reserved.