|
Open SiteSearch 4.1.1 Final |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ORG.oclc.zbase.server.ZBaseUser
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 |
public void openLog(String logName, String logDir, int logLevel)
logName
- the name of the log filelogDir
- the directory for the log filelogLevel
- the trace levelpublic void openLog(int traceLevel)
public Log log()
public void writeToDisk() throws IOException
public void readFromDisk() throws IOException
public String sessionId()
public String getAutho()
public void done()
public Object getUserInformation()
|
Open SiteSearch 4.1.1 Final |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |