Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.impl.protocol.sip
Class ProtocolProviderServiceSipImpl.ShutdownThread

java.lang.Object
  extended by 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.


Constructor Summary
protected ProtocolProviderServiceSipImpl.ShutdownThread()
           
 
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
 

Constructor Detail

ProtocolProviderServiceSipImpl.ShutdownThread

protected ProtocolProviderServiceSipImpl.ShutdownThread()
Method Detail

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.

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