|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ApplicationExtended
Extended Application features
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 |
---|
boolean canLogon(SessionID sessionID)
sessionID
- the session
void onBeforeSessionReset(SessionID sessionID)
sessionID
-
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |