Open SiteSearch 4.1.1
Final

ORG.oclc.zbase.server
Class ZBaseUser

java.lang.Object
  |
  +--ORG.oclc.zbase.server.ZBaseUser

public class ZBaseUser
extends Object

A user. State data needed for a user session.


Method Summary
 void done()
          Clean up this user session.
 String getAutho()
          Returns a String containing the user's autho
 Object getUserInformation()
           
 Log log()
          Accessor method for log
 void openLog(int traceLevel)
          Open the user log
 void openLog(String logName, String logDir, int logLevel)
          Open the user log and save the filenames
 void readFromDisk()
           
 String sessionId()
          Returns a String containing the user's sessionID.
 void writeToDisk()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

openLog

public void openLog(String logName,
                    String logDir,
                    int logLevel)
Open the user log and save the filenames
Parameters:
logName - the name of the log file
logDir - the directory for the log file
logLevel - the trace level

openLog

public void openLog(int traceLevel)
Open the user log

log

public Log log()
Accessor method for log

writeToDisk

public void writeToDisk()
                 throws IOException

readFromDisk

public void readFromDisk()
                  throws IOException

sessionId

public String sessionId()
Returns a String containing the user's sessionID.
Returns:
String

getAutho

public String getAutho()
Returns a String containing the user's autho

done

public void done()
Clean up this user session. Write billing records and disconnect from all connected databases.

getUserInformation

public Object getUserInformation()

Open SiteSearch 4.1.1
Final