quickfix
Interface ApplicationExtended

All Superinterfaces:
Application

public interface ApplicationExtended
extends Application

Extended Application features

Author:
phgiraud 6 janv. 2009

Method Summary
 boolean canLogon(SessionID sessionID)
          If returns false, the session logon is aborted, without sending any logon.
 void onBeforeSessionReset(SessionID sessionID)
          This method is called before reset a session to allow business application to do some actions(typically sending notification message to client before end of day)
 
Methods inherited from interface quickfix.Application
fromAdmin, fromApp, onCreate, onLogon, onLogout, toAdmin, toApp
 

Method Detail

canLogon

boolean canLogon(SessionID sessionID)
If returns false, the session logon is aborted, without sending any logon.

Parameters:
sessionID - the session
Returns:
true if the session can be logged on normally

onBeforeSessionReset

void onBeforeSessionReset(SessionID sessionID)
This method is called before reset a session to allow business application to do some actions(typically sending notification message to client before end of day)

Parameters:
sessionID -