|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DnsOperation
Interface to support the command pattern with JNDI contexts.
Method Summary | |
---|---|
java.util.Set<ResourceRecord> |
execute(javax.naming.directory.DirContext ctx,
javax.naming.Name baseDn)
The command pattern execute method. |
Method Detail |
---|
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 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 |