org.apache.directory.server.protocol.shared.store
Interface ContextOperation
- All Superinterfaces:
- java.io.Serializable
- All Known Implementing Classes:
- GetCatalog
public interface ContextOperation
- extends java.io.Serializable
Interface to support the command pattern with JNDI contexts.
- Version:
- $Rev: 437023 $, $Date: 2006-08-25 19:50:47 -0400 (Fri, 25 Aug 2006) $
- Author:
- Apache Directory Project
|
Method Summary |
java.lang.Object |
execute(javax.naming.directory.DirContext ctx,
javax.naming.Name baseDn)
The command pattern execute method. |
execute
java.lang.Object execute(javax.naming.directory.DirContext ctx,
javax.naming.Name baseDn)
throws java.lang.Exception
- The command pattern execute method.
- Parameters:
ctx - The context to execute the command withbaseDn - The base DN for working with the context
- Returns:
- Object The result returned by the command
- Throws:
java.lang.Exception - The exception thrown by the command
Copyright © 2003-2007 The Apache Software Foundation. All Rights Reserved.