public class EventService extends Object
Modifier and Type | Method and Description |
---|---|
protected String |
addListener(SSOToken token,
IDSEventListener listener,
String base,
int scope,
String filter,
int operations)
Adds a listener to the directory.
|
void |
finalize()
At the end, close THE Event Manager's connections Abandon all previous
persistent search requests
|
static EventService |
getEventService()
create the singelton EventService object if it doesn't exist already.
|
protected void |
removeListener(com.iplanet.services.ldap.event.Request request)
removes the listener from the list of Persistent Search listeners of the
asynchronous seach for the given search ID.
|
void |
run()
Main monitor thread loop.
|
public static EventService getEventService() throws EventException
EventException
public void finalize()
protected String addListener(SSOToken token, IDSEventListener listener, String base, int scope, String filter, int operations) throws EventException
EventException
public void run()
protected void removeListener(com.iplanet.services.ldap.event.Request request)
request
- The request returned by the addListenerCopyright © 2010-2013, ForgeRock All Rights Reserved.