public interface DnsOperation
| Modifier and Type | Method and Description |
|---|---|
Set<ResourceRecord> |
execute(DirContext ctx,
Name baseDn)
The command pattern execute method.
|
Set<ResourceRecord> execute(DirContext ctx, Name baseDn) throws Exception
ctx - The context to execute the command withbaseDn - The base Dn for working with the contextException - The exception thrown by the commandCopyright © 2003–2017 The Apache Software Foundation. All rights reserved.