|
Sun Adapter for LDAP API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.stc.connector.ldapadapter.appconn.CompareEntryOptionsImpl
public class CompareEntryOptionsImpl
This class is used to set the options for comparing entry
| Constructor Summary | |
|---|---|
protected |
CompareEntryOptionsImpl()
|
| Method Summary | |
|---|---|
java.lang.String |
getCompareFilter()
retrieves the filter set for the compare operation |
java.lang.String |
getEntryName()
retrieves the entry name |
int |
getTimeLimit()
retrieves the time limit set for the compare operation |
void |
reset()
Method to reset the values |
void |
setCompareFilter(java.lang.String filter)
sets the filter for the compare operation |
void |
setEntryName(java.lang.String entryName)
sets the value for the entry name (that is to be compared) |
void |
setTimeLimit(int timeLimitMilliSec)
sets the time limit for the compare operation |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected CompareEntryOptionsImpl()
| Method Detail |
|---|
public void setEntryName(java.lang.String entryName)
setEntryName in interface CompareEntryOptionsentryName - the entry namepublic java.lang.String getEntryName()
getEntryName in interface CompareEntryOptionspublic void setCompareFilter(java.lang.String filter)
setCompareFilter in interface CompareEntryOptionsfilter - the filter to be used for the compare operationpublic java.lang.String getCompareFilter()
getCompareFilter in interface CompareEntryOptionspublic void setTimeLimit(int timeLimitMilliSec)
setTimeLimit in interface CompareEntryOptionstimeLimitMilliSec - the timelimit in milliseconds upto which the operation
will search for the named entry.public int getTimeLimit()
getTimeLimit in interface CompareEntryOptionspublic void reset()
reset in interface CompareEntryOptions
|
Sun Adapter for LDAP API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||