|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Thread
com.ibm.di.server.Monitor
com.ibm.di.eventhandler.Switchboard
com.ibm.di.eventhandler.ExchangeLDAPSwitchboard
public class ExchangeLDAPSwitchboard
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class java.lang.Thread |
|---|
Thread.State, Thread.UncaughtExceptionHandler |
| Field Summary | |
|---|---|
static String |
PARAM_AUTHENTICATION_METHOD
|
static String |
PARAM_DELETED_ATTRIBUTE_VISIBLE
|
static String |
PARAM_LDAP_PASSWORD
|
static String |
PARAM_LDAP_SEARCH_BASE
|
static String |
PARAM_LDAP_URL
|
static String |
PARAM_LDAP_USE_SSL
|
static String |
PARAM_LDAP_USER_NAME
|
static String |
PARAM_PERSISTENT_PARAM_NAME
|
static String |
PARAM_SLEEP_INTERVAL
|
static String |
PARAM_START_AT
|
| Fields inherited from class java.lang.Thread |
|---|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
| Constructor Summary | |
|---|---|
ExchangeLDAPSwitchboard()
|
|
| Method Summary | |
|---|---|
protected void |
addEventProperties(Entry aEntry)
Adds properties to the event object delivered by the EventHandler. |
Entry |
getUsnValues()
Returns an Entry object containing the current USN synchronization values. |
String |
getVersion()
Returns version information. |
protected void |
initialize()
Reads parameters and instantiates the internal Exchange Changelog Connector used for retrieving changed objects. |
ConnectorInterface |
loadConnector(String aConnType)
Instantiates a Connector given its IBM Tivoli Directory Integrator name. |
protected void |
processUnhandledChanges()
Retrieves all recent changes from the Exchange Server. |
void |
run()
Cycles consecutively through the following operations Reads and reports all unhandled changes. |
void |
setUsnValues(Entry aUsnEntry)
Sets the current USN synchronization values to the values specified in the "aUsnEntry" parameter. |
| Methods inherited from class com.ibm.di.server.Monitor |
|---|
addActionListener, addThread, allThreadsStopped, fireListener, removeActionListener, removeThread, runningALs, runningEHs, setMonitorMessage, threadStarted, threadStopped |
| Methods inherited from class java.lang.Thread |
|---|
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, stop, stop, suspend, toString, yield |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String PARAM_LDAP_URL
public static final String PARAM_LDAP_USER_NAME
public static final String PARAM_LDAP_PASSWORD
public static final String PARAM_AUTHENTICATION_METHOD
public static final String PARAM_LDAP_USE_SSL
public static final String PARAM_LDAP_SEARCH_BASE
public static final String PARAM_PERSISTENT_PARAM_NAME
public static final String PARAM_START_AT
public static final String PARAM_DELETED_ATTRIBUTE_VISIBLE
public static final String PARAM_SLEEP_INTERVAL
| Constructor Detail |
|---|
public ExchangeLDAPSwitchboard()
| Method Detail |
|---|
protected void initialize()
throws Exception
Exception - If an error occurs during the initialization.public void run()
run in interface Runnablerun in class Thread
protected void processUnhandledChanges()
throws Exception
Exception - If an error occurs while retrieving changed objects.protected void addEventProperties(Entry aEntry)
aEntry - The event object to add properties to.
public ConnectorInterface loadConnector(String aConnType)
throws Exception
Exceptionpublic Entry getUsnValues()
public void setUsnValues(Entry aUsnEntry)
throws Exception
Exception - If the given Entry object does not contain the neccessary USN values.public String getVersion()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||