Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.plugin.ldap.configform
Class LdapConfigForm.RefreshContactSourceThread

java.lang.Object
  extended by java.lang.Thread
      extended by net.java.sip.communicator.plugin.ldap.configform.LdapConfigForm.RefreshContactSourceThread
All Implemented Interfaces:
Runnable
Enclosing class:
LdapConfigForm

public static class LdapConfigForm.RefreshContactSourceThread
extends Thread

Thread that will perform refresh of contact sources.


Nested Class Summary
 
Nested classes/interfaces inherited from class java.lang.Thread
Thread.State, Thread.UncaughtExceptionHandler
 
Field Summary
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
LdapConfigForm.RefreshContactSourceThread(LdapDirectory oldLdap, LdapDirectory newLdap)
          Constructor.
 
Method Summary
 void run()
          Thread entry point.
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, clone, 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, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LdapConfigForm.RefreshContactSourceThread

LdapConfigForm.RefreshContactSourceThread(LdapDirectory oldLdap,
                                          LdapDirectory newLdap)
Constructor.

Parameters:
oldLdap - LDAP directory to remove
newLdap - LDAP directory to add.
Method Detail

run

public void run()
Thread entry point.

Specified by:
run in interface Runnable
Overrides:
run in class Thread

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.