Expresso 5-6

Uses of Class
com.jcorporate.expresso.core.misc.CurrentLogin

Packages that use CurrentLogin
com.jcorporate.expresso.core.misc Miscellaneous objects for file manipulation, running OS processes, etc 
 

Uses of CurrentLogin in com.jcorporate.expresso.core.misc
 

Methods in com.jcorporate.expresso.core.misc that return CurrentLogin
static CurrentLogin CurrentLogin.newInstance(String newUserName, String newIPAddress, String dataContext, int newUid)
          Object construction.
static CurrentLogin CurrentLogin.newInstance(String newSessionId, String newUserName, String newIPAddress, String dataContext, long newLoggedInAt, int newUid)
          Deprecated. use other newInstance instead; 9/04 v.5.5+
 

Methods in com.jcorporate.expresso.core.misc with parameters of type CurrentLogin
static void ConfigManager.addSession(CurrentLogin newLogin)
          Adds to the 'we have X many logins' hashtable.
 


Expresso 5-6

Please see www.jcorporate.com for information about new Expresso releases.