com.atlassian.trackback
Interface TrackbackStore

All Known Implementing Classes:
QueueTrackbackStore

public interface TrackbackStore

An interface to be implemented by different TrackbackStore (ie different storage mechanisms).


Method Summary
 void storeTrackback(Trackback tb, HttpServletRequest request)
          Store a trackback ping.
 

Method Detail

storeTrackback

void storeTrackback(Trackback tb,
                    HttpServletRequest request)
                    throws TrackbackException
Store a trackback ping.

Parameters:
tb - The trackback ping being received
request - The request being 'pinged' (useful to get out the path info or some way to determine the content being pinged within your system)
Throws:
TrackbackException


Atlassian Trackback is developed by Atlassian Software Systems.