Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.impl.protocol.rss
Class RssThread

java.lang.Object
  extended by java.lang.Thread
      extended by net.java.sip.communicator.impl.protocol.rss.RssThread
All Implemented Interfaces:
Runnable

public class RssThread
extends Thread

Instant messaging functionalites for the Rss protocol.

Author:
Jean-Albert Vescovo

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
RssThread(OperationSetBasicInstantMessagingRssImpl opSet, ContactRssImpl rssContact)
          Creates a new instance of RssThread
 
Method Summary
 void run()
          The task executed by the thread.
 
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

RssThread

public RssThread(OperationSetBasicInstantMessagingRssImpl opSet,
                 ContactRssImpl rssContact)
Creates a new instance of RssThread

Parameters:
opSet - the OperationSetBasicInstantMessagingRssImpl instance that is managing the rss protocol.
rssContact - the contact that the thread is going to do a query
Method Detail

run

public void run()
The task executed by the thread. If no rss contact given as parameter, the query is launched for all contacts

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.