|
Sun Adapter for LDAP API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface STCEventQueue
Event Queue interface used to store the notification events in case of TimestampSearch and PersistentSearch.
| Method Summary | |
|---|---|
int |
countSTCNotificationEvent()
Returns the number of events in the queue |
STCNotificationEvent |
getSTCNotificationEvent(int i)
Returns the event at the specified index from the queue of events |
boolean |
hasEvents()
Checks if there are any events in the event queue |
STCNotificationEvent |
removeEvent(int i)
Removes an event from the event queue as specified by the index |
void |
reset()
Method to reset the values |
void |
setSTCNotificationEvent(STCNotificationEvent event)
Adds an event to the event queue |
| Method Detail |
|---|
boolean hasEvents()
void setSTCNotificationEvent(STCNotificationEvent event)
event - the notification event as a STCNotificationEvent objectint countSTCNotificationEvent()
STCNotificationEvent getSTCNotificationEvent(int i)
throws java.lang.IndexOutOfBoundsException
i - the index of the event to be returned
java.lang.IndexOutOfBoundsException - if the index specified is not in range
STCNotificationEvent removeEvent(int i)
throws java.lang.IndexOutOfBoundsException
i - the index of the event to be removed from the queue
java.lang.IndexOutOfBoundsException - if the index specified is not in rangevoid reset()
|
Sun Adapter for LDAP API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||