org.apache.directory.server.protocol.shared.catalog
Class GetCatalog
java.lang.Object
org.apache.directory.server.protocol.shared.catalog.GetCatalog
- All Implemented Interfaces:
- DirectoryServiceOperation
public class GetCatalog
- extends Object
- implements DirectoryServiceOperation
A Session operation for building a catalog.
- Author:
- Apache Directory Project
|
Method Summary |
Object |
execute(org.apache.directory.server.core.api.CoreSession session,
org.apache.directory.api.ldap.model.name.Dn base)
Note that the base is relative to the existing context. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GetCatalog
public GetCatalog()
execute
public Object execute(org.apache.directory.server.core.api.CoreSession session,
org.apache.directory.api.ldap.model.name.Dn base)
throws Exception
- Note that the base is relative to the existing context.
- Specified by:
execute in interface DirectoryServiceOperation
- Parameters:
session - The CoreSession to execute the command withbase - 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-2013 The Apache Software Foundation. All Rights Reserved.