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

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

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

Methods in org.apache.directory.server.log that throw InvalidLogException
 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 InvalidLogException in org.apache.directory.server.log.impl
 

Methods in org.apache.directory.server.log.impl that throw InvalidLogException
 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.