|
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.TimestampSearchImpl
public class TimestampSearchImpl
Class for tracking updates on the LDAP server where persistent search control is not supported
| Constructor Summary | |
|---|---|
TimestampSearchImpl(LDAPClientApplicationImpl app)
Creates a new instance of TimestampSearch |
|
| 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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TimestampSearchImpl(LDAPClientApplicationImpl app)
throws LDAPApplicationException
app - The LDAP client application associated with this TimestampSearch
instance.
LDAPApplicationException| Method Detail |
|---|
public void reset()
TimestampSearch
reset in interface TimestampSearch
public java.lang.String getContextName()
throws LDAPApplicationException
getContextName in interface TimestampSearchLDAPApplicationException - if no connection is available to the LDAP server
public void setContextName(java.lang.String contextName)
throws LDAPApplicationException
setContextName in interface TimestampSearchcontextName - the context name to be set for this search operation
LDAPApplicationException - if no connection is available to the LDAP server
public int getSearchScope()
throws LDAPApplicationException
getSearchScope in interface TimestampSearchLDAPApplicationException - if no connection is available to the LDAP server
public void setSearchScope(int searchScope)
throws LDAPApplicationException
setSearchScope in interface TimestampSearchsearchScope - the search scope to be set for this search operation
LDAPApplicationException - if no connection is available to the LDAP server
public STCEventQueue getEventQueue()
throws LDAPApplicationException
getEventQueue in interface TimestampSearchLDAPApplicationException - if no connection is available to the LDAP server
public void search()
throws LDAPApplicationException
search in interface TimestampSearchLDAPApplicationException - if no connection is available to the LDAP server
|
Sun Adapter for LDAP API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||