hu.midori.kosmos.protocol
Interface TimestampedService

All Known Subinterfaces:
CcService, JiraService, SfService, SvnService
All Known Implementing Classes:
CcServiceImpl, JiraSoapServiceImpl, JiraWebCrawlingServiceImpl, SfServiceImpl, SvnServiceImpl

public interface TimestampedService

Each service which regularly polls some kind of datasource and retrieves its up-to-date data from there, must implement this interface. This means these services have a timestamp.

Version:
$Id$
Author:
Aron Gombas

Method Summary
 java.util.Date getTimestamp()
          Returns the timestamp of the latest poll.
 

Method Detail

getTimestamp

java.util.Date getTimestamp()
Returns the timestamp of the latest poll.