org.apache.directory.server.protocol.shared.catalog
Class GetCatalog

java.lang.Object
  extended by org.apache.directory.server.protocol.shared.catalog.GetCatalog
All Implemented Interfaces:
java.io.Serializable, DirectoryServiceOperation

public class GetCatalog
extends java.lang.Object
implements DirectoryServiceOperation

A Session operation for building a catalog.

Version:
$Rev: 927146 $, $Date: 2010-03-24 19:39:54 +0100 (Wed, 24 Mar 2010) $
Author:
Apache Directory Project
See Also:
Serialized Form

Constructor Summary
GetCatalog()
           
 
Method Summary
 java.lang.Object execute(CoreSession session, org.apache.directory.shared.ldap.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
 

Constructor Detail

GetCatalog

public GetCatalog()
Method Detail

execute

public java.lang.Object execute(CoreSession session,
                                org.apache.directory.shared.ldap.name.DN base)
                         throws java.lang.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 with
base - 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-2011 Apache Software Foundation. All Rights Reserved.