public class ChangeLogInterceptor extends BaseInterceptor
Constructor and Description |
---|
ChangeLogInterceptor() |
addContextPartition, bind, compare, destroy, getContext, getMatchedName, getName, getPrincipal, getRootDSE, getSuffix, hasEntry, list, listSuffixes, lookup, removeContextPartition, search, unbind
public void init(DirectoryService directoryService) throws Exception
init
in interface Interceptor
init
in class BaseInterceptor
Exception
public void add(NextInterceptor next, AddOperationContext opContext) throws Exception
Interceptor
Partition.add( AddOperationContext )
call.add
in interface Interceptor
add
in class BaseInterceptor
Exception
public void delete(NextInterceptor next, DeleteOperationContext opContext) throws Exception
delete
in interface Interceptor
delete
in class BaseInterceptor
Exception
public void modify(NextInterceptor next, ModifyOperationContext opContext) throws Exception
Interceptor
Partition.modify( ModifyOperationContext )
call.modify
in interface Interceptor
modify
in class BaseInterceptor
Exception
public void rename(NextInterceptor next, RenameOperationContext renameContext) throws Exception
Interceptor
Partition.rename( RenameOperationContext )
call.rename
in interface Interceptor
rename
in class BaseInterceptor
Exception
public void moveAndRename(NextInterceptor next, MoveAndRenameOperationContext opCtx) throws Exception
Interceptor
Partition.moveAndRename( MoveAndRenameOperationContext)
call.moveAndRename
in interface Interceptor
moveAndRename
in class BaseInterceptor
Exception
public void move(NextInterceptor next, MoveOperationContext opCtx) throws Exception
Interceptor
Partition.move( MoveOperationContext )
call.move
in interface Interceptor
move
in class BaseInterceptor
Exception
Copyright © 2003–2014 The Apache Software Foundation. All rights reserved.