org.apache.directory.server.protocol.shared.store
Interface DirectoryServiceOperation

All Known Implementing Classes:
GetCatalog

public interface DirectoryServiceOperation

Interface to support the command pattern for LDAP operations.

Author:
Apache Directory Project

Method Summary
 Object execute(org.apache.directory.server.core.api.CoreSession session, org.apache.directory.shared.ldap.model.name.Dn baseDn)
          The command pattern execute method.
 

Method Detail

execute

Object execute(org.apache.directory.server.core.api.CoreSession session,
               org.apache.directory.shared.ldap.model.name.Dn baseDn)
               throws Exception
The command pattern execute method.

Parameters:
session - The CoreSession to execute the command with
baseDn - The base Dn for working with the context
Returns:
Object The result returned by the command
Throws:
Exception - The exception thrown by the command


Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.