quickfix.mina
Interface EventHandlingStrategy

All Known Implementing Classes:
SingleThreadedEventHandlingStrategy, ThreadPerSessionEventHandlingStrategy

public interface EventHandlingStrategy

An interface implemented by various FIX event handling strategies. Currently, it only handles message reception events.


Method Summary
 int getQueueSize()
           
 SessionConnector getSessionConnector()
          Get the session connector associated with this strategy
 void onMessage(Session quickfixSession, Message message)
           
 

Method Detail

onMessage

void onMessage(Session quickfixSession,
               Message message)

getSessionConnector

SessionConnector getSessionConnector()
Get the session connector associated with this strategy


getQueueSize

int getQueueSize()