Uses of Class
org.apache.directory.server.log.UserLogRecord

Packages that use UserLogRecord
org.apache.directory.server.log   
org.apache.directory.server.log.impl   
 

Uses of UserLogRecord in org.apache.directory.server.log
 

Methods in org.apache.directory.server.log with parameters of type UserLogRecord
 boolean LogScanner.getNextRecord(UserLogRecord logRecord)
          Reads and returns the next user record from the log into a backing byte array and returns a reference to it.
 void Log.log(UserLogRecord userRecord, boolean sync)
          Logs the given user record to the log.
 

Uses of UserLogRecord in org.apache.directory.server.log.impl
 

Methods in org.apache.directory.server.log.impl with parameters of type UserLogRecord
 boolean DefaultLogScanner.getNextRecord(UserLogRecord logRecord)
          Reads and returns the next user record from the log into a backing byte array and returns a reference to it.
 



Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.