public class MockOperationManager extends Object implements OperationManager
Constructor and Description |
---|
MockOperationManager(int count) |
Modifier and Type | Method and Description |
---|---|
void |
add(AddOperationContext opContext)
TODO document after determining if this method should be here.
|
void |
bind(BindOperationContext opContext)
TODO document after determining if this method should be here.
|
boolean |
compare(CompareOperationContext opContext)
TODO document after determining if this method should be here.
|
void |
delete(DeleteOperationContext opContext)
TODO document after determining if this method should be here.
|
org.apache.directory.shared.ldap.name.DN |
getMatchedName(GetMatchedNameOperationContext opContext)
TODO document after determining if this method should be here.
|
ClonedServerEntry |
getRootDSE(GetRootDSEOperationContext opContext)
TODO document after determining if this method should be here.
|
org.apache.directory.shared.ldap.name.DN |
getSuffix(GetSuffixOperationContext opContext)
TODO document after determining if this method should be here.
|
boolean |
hasEntry(EntryOperationContext opContext)
TODO document after determining if this method should be here.
|
EntryFilteringCursor |
list(ListOperationContext opContext)
TODO document after determining if this method should be here.
|
Set<String> |
listSuffixes(ListSuffixOperationContext opContext)
TODO document after determining if this method should be here.
|
ClonedServerEntry |
lookup(LookupOperationContext opContext)
TODO document after determining if this method should be here.
|
void |
modify(ModifyOperationContext opContext)
TODO document after determining if this method should be here.
|
void |
move(MoveOperationContext opContext)
TODO document after determining if this method should be here.
|
void |
moveAndRename(MoveAndRenameOperationContext opContext)
TODO document after determining if this method should be here.
|
void |
rename(RenameOperationContext opContext)
TODO document after determining if this method should be here.
|
EntryFilteringCursor |
search(SearchOperationContext opContext)
TODO document after determining if this method should be here.
|
void |
unbind(UnbindOperationContext opContext)
TODO document after determining if this method should be here.
|
public void add(AddOperationContext opContext) throws Exception
OperationManager
add
in interface OperationManager
Exception
public void bind(BindOperationContext opContext) throws Exception
OperationManager
bind
in interface OperationManager
Exception
public boolean compare(CompareOperationContext opContext) throws Exception
OperationManager
compare
in interface OperationManager
Exception
public void delete(DeleteOperationContext opContext) throws Exception
OperationManager
delete
in interface OperationManager
Exception
public org.apache.directory.shared.ldap.name.DN getMatchedName(GetMatchedNameOperationContext opContext) throws Exception
OperationManager
getMatchedName
in interface OperationManager
Exception
public ClonedServerEntry getRootDSE(GetRootDSEOperationContext opContext) throws Exception
OperationManager
getRootDSE
in interface OperationManager
Exception
public org.apache.directory.shared.ldap.name.DN getSuffix(GetSuffixOperationContext opContext) throws Exception
OperationManager
getSuffix
in interface OperationManager
Exception
public boolean hasEntry(EntryOperationContext opContext) throws Exception
OperationManager
hasEntry
in interface OperationManager
Exception
public EntryFilteringCursor list(ListOperationContext opContext) throws Exception
OperationManager
list
in interface OperationManager
Exception
public Set<String> listSuffixes(ListSuffixOperationContext opContext) throws Exception
OperationManager
listSuffixes
in interface OperationManager
Exception
public ClonedServerEntry lookup(LookupOperationContext opContext) throws Exception
OperationManager
lookup
in interface OperationManager
Exception
public void modify(ModifyOperationContext opContext) throws Exception
OperationManager
modify
in interface OperationManager
Exception
public void move(MoveOperationContext opContext) throws Exception
OperationManager
move
in interface OperationManager
Exception
public void moveAndRename(MoveAndRenameOperationContext opContext) throws Exception
OperationManager
moveAndRename
in interface OperationManager
Exception
public void rename(RenameOperationContext opContext) throws Exception
OperationManager
rename
in interface OperationManager
Exception
public EntryFilteringCursor search(SearchOperationContext opContext) throws Exception
OperationManager
search
in interface OperationManager
Exception
public void unbind(UnbindOperationContext opContext) throws Exception
OperationManager
unbind
in interface OperationManager
Exception
Copyright © 2003–2014 The Apache Software Foundation. All rights reserved.