net.java.sip.communicator.impl.protocol.sip
Class ProtocolProviderServiceSipImpl.ShutdownThread
java.lang.Object
net.java.sip.communicator.impl.protocol.sip.ProtocolProviderServiceSipImpl.ShutdownThread
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- ProtocolProviderServiceSipImpl
protected class ProtocolProviderServiceSipImpl.ShutdownThread
- extends Object
- implements Runnable
The thread that we use in order to send our unREGISTER request upon
system shut down.
|
Method Summary |
void |
run()
Shutdowns operation sets that need it then calls the
SipRegistrarConnection.unregister() method. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProtocolProviderServiceSipImpl.ShutdownThread
protected ProtocolProviderServiceSipImpl.ShutdownThread()
run
public void run()
- Shutdowns operation sets that need it then calls the
SipRegistrarConnection.unregister() method.
- Specified by:
run in interface Runnable
Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.