com.atlassian.confluence.util.task
Class TrackbackQueueItem

java.lang.Object
  extended bycom.atlassian.confluence.util.task.TrackbackQueueItem
All Implemented Interfaces:
Serializable, Task

public class TrackbackQueueItem
extends Object
implements Task

This item will query the given URLs for the correct ping address, and then ping that address with the information from the given Trackback.

See Also:
Serialized Form

Constructor Summary
TrackbackQueueItem(Trackback trackback, Collection urls)
           
 
Method Summary
 boolean equals(Object o)
           
 void execute()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrackbackQueueItem

public TrackbackQueueItem(Trackback trackback,
                          Collection urls)
Parameters:
urls - A collection of 'Strings' representing the URLs that we want to autodiscover.
Method Detail

execute

public void execute()
             throws Exception
Specified by:
execute in interface Task
Throws:
Exception

equals

public boolean equals(Object o)

hashCode

public int hashCode()


Confluence is developed by Atlassian.