com.atlassian.confluence.util.task
Class TrackbackQueueItem

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

public class TrackbackQueueItem
extends Object
implements com.atlassian.core.task.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(com.atlassian.trackback.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(com.atlassian.trackback.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 com.atlassian.core.task.Task
Throws:
Exception

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2003-2012 Atlassian. All Rights Reserved.