Open SiteSearch 4.1.1
Final

Uses of Class
ORG.oclc.log.Log

Packages that use Log
ORG.oclc.access   
ORG.oclc.access.api   
ORG.oclc.db   
ORG.oclc.jassi   
ORG.oclc.jassi.access   
ORG.oclc.log   
ORG.oclc.zbase.access   
ORG.oclc.zbase.server   
ORG.oclc.zbroker   
 

Uses of Log in ORG.oclc.access
 

Methods in ORG.oclc.access with parameters of type Log
 void AccessClient.setLog(Log log)
          Sets the log for logging to the input Log object.
 

Uses of Log in ORG.oclc.access.api
 

Methods in ORG.oclc.access.api with parameters of type Log
 void AccessConnection.setLog(Log log)
          Sets the log object.
 

Uses of Log in ORG.oclc.db
 

Fields in ORG.oclc.db declared as Log
 Log DbUserData.log
          Logging object
 

Methods in ORG.oclc.db with parameters of type Log
abstract  Object Db.initDbUserData(String sessionId, Object access, Log log, Object userDbMap)
          Creates a database User data object for searching the database - Each database has it's own unique DbUserData object.
 Object DbNewton.initDbUserData(String sessionId, Object access, Log log, Object userDbMap)
          Creates a database User data object for searching the database - Each database has it's own unique DbUserData object.
 Object DbDeleted.initDbUserData(String sessionId, Object access, Log log, Object userDbMap)
          Creates a database User data object for searching the database - Each database has it's own unique DbUserData object.
 Object DbRemoteZ.initDbUserData(String sessionId, Object access, Log log, Object userDbMap)
          Creates a database User data object for searching the database - Each database has it's own unique DbUserData object.
 

Constructors in ORG.oclc.db with parameters of type Log
DbUserData.DbUserData(Log userlog)
           
 

Uses of Log in ORG.oclc.jassi
 

Fields in ORG.oclc.jassi declared as Log
 Log UserStateObject.out
          Log object for writing JaSSI user logs.
 

Methods in ORG.oclc.jassi that return Log
 Log UserStateObject.out()
          Returns the user Log object.
 

Uses of Log in ORG.oclc.jassi.access
 

Fields in ORG.oclc.jassi.access declared as Log
protected  Log DefaultAccessClient.log
          The user's log object.
 

Methods in ORG.oclc.jassi.access with parameters of type Log
 void DefaultAccessClient.setLog(Log log)
          Sets the log that logging will write to.
 void JaSSIAccessClient.setLog(Log log)
          Sets the log that logging will write to.
 void RBAccessClient.setLog(Log log)
          Sets the log that logging will write to.
 

Uses of Log in ORG.oclc.log
 

Subclasses of Log in ORG.oclc.log
 class ServerLog
           
 class UserLog
           
 

Fields in ORG.oclc.log declared as Log
static Log Log.out
           
 

Uses of Log in ORG.oclc.zbase.access
 

Methods in ORG.oclc.zbase.access with parameters of type Log
 void ZBaseAccessClient.setLog(Log log)
          Associates the input Log object to the Access Client object.
 void DefaultAccessClient.setLog(Log log)
          Set the log object for logging within the class.
 

Uses of Log in ORG.oclc.zbase.server
 

Methods in ORG.oclc.zbase.server that return Log
 Log ZBaseUser.log()
          Accessor method for log
 

Uses of Log in ORG.oclc.zbroker
 

Fields in ORG.oclc.zbroker declared as Log
 Log ZBrokerClient.log
          User's Log object.
 


Open SiteSearch 4.1.1
Final