public interface DnsOperation
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<ResourceRecord> |
execute(javax.naming.directory.DirContext ctx,
javax.naming.Name baseDn)
The command pattern execute method.
|
java.util.Set<ResourceRecord> execute(javax.naming.directory.DirContext ctx, javax.naming.Name baseDn) throws java.lang.Exception
ctx - The context to execute the command withbaseDn - The base Dn for working with the contextjava.lang.Exception - The exception thrown by the command