java.lang.Object | +--javax.naming.directory.SearchControlsAll Implemented Interfaces:
static int | OBJECT_SCOPE |
static int | ONELEVEL_SCOPE |
static int | SUBTREE_SCOPE |
SearchControls() |
SearchControls(int scope, long countlim, int timelim, java.lang.String[] attrs, boolean retobj, boolean deref) |
long | getCountLimit() |
boolean | getDerefLinkFlag() |
java.lang.String[] | getReturningAttributes() |
boolean | getReturningObjFlag() |
int | getSearchScope() |
int | getTimeLimit() |
void | setCountLimit(long limit) |
void | setDerefLinkFlag(boolean on) |
void | setReturningAttributes(java.lang.String[] attrs) |
void | setReturningObjFlag(boolean on) |
void | setSearchScope(int scope) |
void | setTimeLimit(int ms) |
public static final int OBJECT_SCOPEAuthor:public static final int ONELEVEL_SCOPEpublic static final int SUBTREE_SCOPEpublic SearchControls()public SearchControls(int scope, long countlim, int timelim, java.lang.String[] attrs, boolean retobj, boolean deref)Parameters:scope - countlim - timelim - attrs - retobj - deref - public long getCountLimit()public boolean getDerefLinkFlag()public String[] getReturningAttributes()public boolean getReturningObjFlag()public int getSearchScope()public int getTimeLimit()public void setCountLimit(long limit)Parameters:limit - public void setDerefLinkFlag(boolean on)Parameters:on - public void setReturningAttributes(java.lang.String[] attrs)Parameters:attrs - public void setReturningObjFlag(boolean on)Parameters:on - public void setSearchScope(int scope)Parameters:scope - public void setTimeLimit(int ms)Parameters:ms -