|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.directory.server.dns.store.jndi.operations.GetFlatRecord
public class GetFlatRecord
A JNDI context operation for looking up a Resource Record with flat attributes.
Constructor Summary | |
---|---|
GetFlatRecord(QuestionRecord question)
Creates the action to be used against the embedded JNDI provider. |
Method Summary | |
---|---|
java.util.Set<ResourceRecord> |
execute(javax.naming.directory.DirContext ctx,
javax.naming.Name base)
Note that the base is a relative path from the exiting context. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GetFlatRecord(QuestionRecord question)
question
- Method Detail |
---|
public java.util.Set<ResourceRecord> execute(javax.naming.directory.DirContext ctx, javax.naming.Name base) throws java.lang.Exception
execute
in interface DnsOperation
ctx
- The context to execute the command withbase
- The base DN for working with the context
java.lang.Exception
- The exception thrown by the command
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |