gran.app
Class AppClass

java.lang.Object
  extended bygran.app.AppClass
All Implemented Interfaces:
java.io.Serializable

public class AppClass
extends java.lang.Object
implements java.io.Serializable

this is controller class, that perform all user activity

See Also:
Serialized Form

Constructor Summary
AppClass()
           
 
Method Summary
 SessionContext getSessionContext()
           
 java.lang.String getSessionContextId()
           
 void logon(java.lang.String login, java.lang.String password)
          login to system, set loggedUser to actual user
 void logout()
          logout from system
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AppClass

public AppClass()
Method Detail

logon

public void logon(java.lang.String login,
                  java.lang.String password)
           throws GranException
login to system, set loggedUser to actual user

Parameters:
login - user login
password - encoded password
Throws:
GranException

logout

public void logout()
            throws GranException
logout from system

Throws:
GranException

getSessionContext

public SessionContext getSessionContext()
                                 throws GranException
Throws:
GranException

getSessionContextId

public java.lang.String getSessionContextId()


Copyright © 2002-2004 TrackStudio, Ltd. All Rights Reserved.