|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.slamd.dslogplay.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.
| Field Summary | |
static java.lang.String |
DEFAULT_RESULT_CODE
The default result code string that should be used if the associated operation was successful. |
| Constructor Summary | |
LogOperation()
|
|
| Method Summary | |
abstract void |
replayOperation(LogPlaybackJobClass jobThread)
Replays this operation against the directory server using the information contained in the provided job thread. |
abstract java.lang.String |
toString()
Retrieves a string representation of this log operation. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final java.lang.String DEFAULT_RESULT_CODE
| Constructor Detail |
public LogOperation()
| Method Detail |
public abstract void replayOperation(LogPlaybackJobClass jobThread)
jobThread - The job thread to use when replaying this operation.public abstract java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||