public interface ApplicationExtended extends Application
| Modifier and Type | Method and Description | 
|---|---|
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) 
 | 
boolean canLogon(SessionID sessionID)
sessionID - the sessionvoid onBeforeSessionReset(SessionID sessionID)
sessionID - Copyright © 2021. All rights reserved.