Uses of Class
de.nava.informa.utils.toolkit.ChannelRecord

Packages that use ChannelRecord
de.nava.informa.utils.cleaner This package contains classes of Cleaner utility. 
de.nava.informa.utils.poller This package contains Poller utility. 
de.nava.informa.utils.toolkit This package contains helper classes necessary both for Poller, Cleaner and other utilities. 
 

Uses of ChannelRecord in de.nava.informa.utils.cleaner
 

Methods in de.nava.informa.utils.cleaner with parameters of type ChannelRecord
protected  void CleanerWorkerThread.processRecord(ChannelRecord record)
          Processes record.
 

Uses of ChannelRecord in de.nava.informa.utils.poller
 

Methods in de.nava.informa.utils.poller with parameters of type ChannelRecord
(package private)  void PollerWorkerThread.checkItems(ChannelIF newChannel, ChannelRecord record)
          Walks through the items and checks if new items present.
protected  void PollerWorkerThread.processRecord(ChannelRecord record)
          Processes record.
 

Uses of ChannelRecord in de.nava.informa.utils.toolkit
 

Methods in de.nava.informa.utils.toolkit that return ChannelRecord
 ChannelRecord WorkerThread.getChannelInProcess()
          Returns channel which is currently in processing.
 

Methods in de.nava.informa.utils.toolkit with parameters of type ChannelRecord
 void WorkersManager.process(ChannelRecord record)
          Put the record in processing.
 void SchedulerCallbackIF.process(ChannelRecord record)
          Invoked by scheduler when time to process channel information comes.
protected abstract  void WorkerThread.processRecord(ChannelRecord record)
          Processes record.
 



Copyright © 2002-2007 Niko Schmuck. All Rights Reserved.