|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.directory.server.core.interceptor.BaseInterceptor
org.apache.directory.server.core.journal.JournalInterceptor
public class JournalInterceptor
An interceptor which intercepts write operations to the directory and logs them into a journal.
| Constructor Summary | |
|---|---|
JournalInterceptor()
|
|
| Method Summary | |
|---|---|
void |
add(NextInterceptor next,
AddOperationContext opContext)
|
void |
delete(NextInterceptor next,
DeleteOperationContext opContext)
|
void |
init(DirectoryService directoryService)
The init method will initialize the local variables and load the entryDeleted AttributeType. |
void |
modify(NextInterceptor next,
ModifyOperationContext opContext)
|
void |
move(NextInterceptor next,
MoveOperationContext opContext)
|
void |
moveAndRename(NextInterceptor next,
MoveAndRenameOperationContext opContext)
|
void |
rename(NextInterceptor next,
RenameOperationContext opContext)
|
| Methods inherited from class org.apache.directory.server.core.interceptor.BaseInterceptor |
|---|
addContextPartition, bind, compare, destroy, getContext, getMatchedName, getName, getPrincipal, getRootDSE, getSuffix, hasEntry, list, listSuffixes, lookup, removeContextPartition, search, unbind |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JournalInterceptor()
| Method Detail |
|---|
public void init(DirectoryService directoryService)
throws java.lang.Exception
init in interface Interceptorinit in class BaseInterceptorjava.lang.Exception
public void add(NextInterceptor next,
AddOperationContext opContext)
throws java.lang.Exception
add in interface Interceptoradd in class BaseInterceptorjava.lang.Exception
public void delete(NextInterceptor next,
DeleteOperationContext opContext)
throws java.lang.Exception
delete in interface Interceptordelete in class BaseInterceptorjava.lang.Exception
public void modify(NextInterceptor next,
ModifyOperationContext opContext)
throws java.lang.Exception
modify in interface Interceptormodify in class BaseInterceptorjava.lang.Exception
public void rename(NextInterceptor next,
RenameOperationContext opContext)
throws java.lang.Exception
rename in interface Interceptorrename in class BaseInterceptorjava.lang.Exception
public void moveAndRename(NextInterceptor next,
MoveAndRenameOperationContext opContext)
throws java.lang.Exception
moveAndRename in interface InterceptormoveAndRename in class BaseInterceptorjava.lang.Exception
public void move(NextInterceptor next,
MoveOperationContext opContext)
throws java.lang.Exception
move in interface Interceptormove in class BaseInterceptorjava.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||