public class GetRecords extends Object implements DnsOperation
| Constructor and Description |
|---|
GetRecords(QuestionRecord question)
Creates the action to be used against the embedded JNDI provider.
|
| Modifier and Type | Method and Description |
|---|---|
Set<ResourceRecord> |
execute(DirContext ctx,
Name base)
Note that the base is a relative path from the exiting context.
|
public GetRecords(QuestionRecord question)
question - public Set<ResourceRecord> execute(DirContext ctx, Name base) throws Exception
execute in interface DnsOperationctx - The context to execute the command withbase - The base Dn for working with the contextException - The exception thrown by the commandCopyright © 2003–2017 The Apache Software Foundation. All rights reserved.