Protected Member Functions | |
Updater (CCNContentHandler handler) | |
void | add (ContentObject co) |
Add a content object to the queue for processing. | |
Protected Attributes | |
Queue< ContentObject > | _queue = new ConcurrentLinkedQueue<ContentObject>() |
CCNContentHandler | _handler = null |
boolean | _isRunning = false |
Classes | |
class | BackgroundUpdater |
void org.ccnx.ccn.io.content.CCNNetworkObject< E >.Updater.add | ( | ContentObject | co | ) | [protected] |
Add a content object to the queue for processing.
If we aren't running a processing thread right now, start one.
co |