Package com.sun.slamd.dslogplay

The com.sun.slamd.dslogplay package contains the code for a job that may be used to replay operations against a Sun Java System Directory Server using the information contained in its access log file(s).

See:
          Description

Class Summary
AddOperation This class defines an LDAP add operation parsed from an access log and implements the necessary logic to parse the log file line and to replay the operation against a Directory Server.
BindOperation This class defines an LDAP bind operation parsed from an access log and implements the necessary logic to parse the log file line and to replay the operation against a Directory Server.
CompareOperation This class defines an LDAP compare operation parsed from an access log and implements the necessary logic to parse the log file line and to replay the operation against a Directory Server.
DeleteOperation This class defines an LDAP delete operation parsed from an access log and implements the necessary logic to parse the log file line and to replay the operation against a Directory Server.
LogOperation This class defines a generic type of log operation that may be read from an access log file and replayed against a Directory Server.
LogParser This class defines a utility that may be used to parse Directory Server access log files and convert them into operations that may be replayed against the server.
LogPlaybackJobClass This class defines a SLAMD job that can be used to replay requests parsed from one or more Netscape / iPlanet / Sun ONE Directory Server access log files.
ModifyOperation This class defines an LDAP modify operation parsed from an access log and implements the necessary logic to parse the log file line and to replay the operation against a Directory Server.
SearchOperation This class defines an LDAP search operation parsed from an access log and implements the necessary logic to parse the log file line and to replay the operation against a Directory Server.
 

Package com.sun.slamd.dslogplay Description

The com.sun.slamd.dslogplay package contains the code for a job that may be used to replay operations against a Sun Java System Directory Server using the information contained in its access log file(s).