|
Sun Adapter for LDAP API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TimestampSearch
LDAP Timestamp Search interface for LDAP servers not supporting Persistent Search control.
| Method Summary | |
|---|---|
java.lang.String |
getContextName()
Returns the context name set for this search operation |
STCEventQueue |
getEventQueue()
Returns the event queue associated with this search operation |
int |
getSearchScope()
Returns the search scope set for this search operation |
void |
reset()
Method to reset the values |
void |
search()
Initiates a search on the LDAP server. |
void |
setContextName(java.lang.String contextName)
Sets the context name for this search operation |
void |
setSearchScope(int searchScope)
Sets the search scope for this search operation |
| Method Detail |
|---|
java.lang.String getContextName()
throws LDAPApplicationException
LDAPApplicationException - if no connection is available to the LDAP server
void setContextName(java.lang.String contextName)
throws LDAPApplicationException
contextName - the context name to be set for this search operation
LDAPApplicationException - if no connection is available to the LDAP server
int getSearchScope()
throws LDAPApplicationException
LDAPApplicationException - if no connection is available to the LDAP server
void setSearchScope(int searchScope)
throws LDAPApplicationException
searchScope - the search scope to be set for this search operation
LDAPApplicationException - if no connection is available to the LDAP server
STCEventQueue getEventQueue()
throws LDAPApplicationException
LDAPApplicationException - if no connection is available to the LDAP server
void search()
throws LDAPApplicationException
LDAPApplicationException - if no connection is available to the LDAP servervoid reset()
|
Sun Adapter for LDAP API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||