Uses of Class
org.otfeed.event.OTError

Packages that use OTError
org.otfeed Main part of the client API to the OpenTick financial data feed service. 
org.otfeed.event Event objects and enven listeners for the client API to the OpenTick financial data feed service. 
org.otfeed.j2ee.mdb   
org.otfeed.j2ee.ra   
org.otfeed.protocol.request Contains the implementation classes. 
org.otfeed.support Utility and helper classes for the client API. 
org.otfeed.support.alt   
 

Uses of OTError in org.otfeed
 

Methods in org.otfeed that return OTError
 OTError IRequest.getError()
          Returns error.
 OTError OTException.getError()
          Returns wrapped OTError object (may be null).
 

Constructors in org.otfeed with parameters of type OTError
OTException(OTError error)
          Creates exception by wrapping OTError object.
 

Uses of OTError in org.otfeed.event
 

Methods in org.otfeed.event with parameters of type OTError
 void ICompletionDelegate.onDataEnd(OTError error)
          Handles end-of-stream event.
 void IConnectionStateListener.onError(OTError error)
          Is called when connection terminates.
 

Uses of OTError in org.otfeed.j2ee.mdb
 

Methods in org.otfeed.j2ee.mdb with parameters of type OTError
 void OtfeedMDB.onShutdown(OTError error)
           
 

Uses of OTError in org.otfeed.j2ee.ra
 

Methods in org.otfeed.j2ee.ra with parameters of type OTError
 void OtfeedManagedConnection.fireConnectionError(OTError error)
           
 

Uses of OTError in org.otfeed.protocol.request
 

Methods in org.otfeed.protocol.request that return OTError
static OTError Util.newError(ErrorEnum code, java.lang.String message)
           
static OTError Util.newError(java.lang.String message)
           
static OTError Util.readError(int reqID, java.nio.ByteBuffer in)
           
 

Methods in org.otfeed.protocol.request with parameters of type OTError
 void CancelRequest.handleError(OTError error)
           
 void LoginRequest.handleError(OTError error)
           
 void HeartbeatRequest.handleError(OTError error)
           
 

Uses of OTError in org.otfeed.support
 

Methods in org.otfeed.support with parameters of type OTError
 void CommonDelegate.onDataEnd(OTError error)
           
 void SimpleConnectionStateListener.onError(OTError arg0)
           
 void ConnectionStateListener.onError(OTError error)
           
 

Uses of OTError in org.otfeed.support.alt
 

Methods in org.otfeed.support.alt with parameters of type OTError
 void IMessageListener.onShutdown(OTError error)
          Can be called by resource adapter on a fatal connection error - no events may arrive after this error is fired.
 



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