net.java.sip.communicator.impl.osdependent.jdic
Class ProviderUnRegistration
java.lang.Object
java.lang.Thread
net.java.sip.communicator.impl.osdependent.jdic.ProviderUnRegistration
- All Implemented Interfaces:
- Runnable
public class ProviderUnRegistration
- extends Thread
The ProviderUnRegistration is used by the systray plugin
to make the unregistration to a protocol provider. This operation
is implemented within a thread, so that sip-communicator can
continue its execution smoothly.
- Author:
- Nicolas Chamouard
|
Method Summary |
void |
run()
Start the thread which will unregister to the provider |
| 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 |
protocolProvider
ProtocolProviderService protocolProvider
- The protocol provider to whom we want to unregister
ProviderUnRegistration
ProviderUnRegistration(ProtocolProviderService protocolProvider)
- Creates an instance of ProviderUnRegistration.
- Parameters:
protocolProvider - the provider we want to unregister
run
public void run()
- Start the thread which will unregister to the provider
- Specified by:
run in interface Runnable- Overrides:
run in class Thread
Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.