org.apache.directory.shared.ldap.trigger
Class StoredProcedureSearchContextOption

java.lang.Object
  extended by org.apache.directory.shared.ldap.trigger.StoredProcedureSearchContextOption
All Implemented Interfaces:
StoredProcedureOption

public class StoredProcedureSearchContextOption
extends java.lang.Object
implements StoredProcedureOption

Version:
$Rev:$, $Date:$
Author:
Apache Directory Project

Constructor Summary
StoredProcedureSearchContextOption(javax.naming.Name baseObject)
           
StoredProcedureSearchContextOption(javax.naming.Name baseObject, SearchScope searchScope)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 javax.naming.Name getBaseObject()
           
 SearchScope getSearchScope()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StoredProcedureSearchContextOption

public StoredProcedureSearchContextOption(javax.naming.Name baseObject)

StoredProcedureSearchContextOption

public StoredProcedureSearchContextOption(javax.naming.Name baseObject,
                                          SearchScope searchScope)
Method Detail

getBaseObject

public javax.naming.Name getBaseObject()

getSearchScope

public SearchScope getSearchScope()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object
Returns:
the instance's hash code
See Also:
Object.hashCode()

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object


Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.