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
OperationManageradd in interface OperationManagerExceptionpublic void bind(BindOperationContext opContext) throws Exception
OperationManagerbind in interface OperationManagerExceptionpublic boolean compare(CompareOperationContext opContext) throws Exception
OperationManagercompare in interface OperationManagerExceptionpublic void delete(DeleteOperationContext opContext) throws Exception
OperationManagerdelete in interface OperationManagerExceptionpublic org.apache.directory.shared.ldap.name.DN getMatchedName(GetMatchedNameOperationContext opContext) throws Exception
OperationManagergetMatchedName in interface OperationManagerExceptionpublic ClonedServerEntry getRootDSE(GetRootDSEOperationContext opContext) throws Exception
OperationManagergetRootDSE in interface OperationManagerExceptionpublic org.apache.directory.shared.ldap.name.DN getSuffix(GetSuffixOperationContext opContext) throws Exception
OperationManagergetSuffix in interface OperationManagerExceptionpublic boolean hasEntry(EntryOperationContext opContext) throws Exception
OperationManagerhasEntry in interface OperationManagerExceptionpublic EntryFilteringCursor list(ListOperationContext opContext) throws Exception
OperationManagerlist in interface OperationManagerExceptionpublic Set<String> listSuffixes(ListSuffixOperationContext opContext) throws Exception
OperationManagerlistSuffixes in interface OperationManagerExceptionpublic ClonedServerEntry lookup(LookupOperationContext opContext) throws Exception
OperationManagerlookup in interface OperationManagerExceptionpublic void modify(ModifyOperationContext opContext) throws Exception
OperationManagermodify in interface OperationManagerExceptionpublic void move(MoveOperationContext opContext) throws Exception
OperationManagermove in interface OperationManagerExceptionpublic void moveAndRename(MoveAndRenameOperationContext opContext) throws Exception
OperationManagermoveAndRename in interface OperationManagerExceptionpublic void rename(RenameOperationContext opContext) throws Exception
OperationManagerrename in interface OperationManagerExceptionpublic EntryFilteringCursor search(SearchOperationContext opContext) throws Exception
OperationManagersearch in interface OperationManagerExceptionpublic void unbind(UnbindOperationContext opContext) throws Exception
OperationManagerunbind in interface OperationManagerExceptionCopyright © 2003-2012 Apache Software Foundation. All Rights Reserved.