Uses of Interface
hu.midori.kosmos.protocol.TimestampedService

Packages that use TimestampedService
hu.midori.kosmos.protocol   
hu.midori.kosmos.server.cc   
hu.midori.kosmos.server.jira   
hu.midori.kosmos.server.sf   
hu.midori.kosmos.server.svn   
 

Uses of TimestampedService in hu.midori.kosmos.protocol
 

Subinterfaces of TimestampedService in hu.midori.kosmos.protocol
 interface CcService
          This service provides information about CruiseControl continuous integration projects.
 interface JiraService
          This service provides information about JIRA databases.
 interface SfService
          This service provides information about SourceForge projects and releases.
 interface SvnService
          This service provides information about Subversion repositories.
 

Uses of TimestampedService in hu.midori.kosmos.server.cc
 

Classes in hu.midori.kosmos.server.cc that implement TimestampedService
 class CcServiceImpl
          Implementation of the CruiseControl service.
 

Uses of TimestampedService in hu.midori.kosmos.server.jira
 

Classes in hu.midori.kosmos.server.jira that implement TimestampedService
 class JiraSoapServiceImpl
          Implementation of the JIRA service.
 class JiraWebCrawlingServiceImpl
          Implementation of the JIRA service.
 

Uses of TimestampedService in hu.midori.kosmos.server.sf
 

Classes in hu.midori.kosmos.server.sf that implement TimestampedService
 class SfServiceImpl
          Implementation of the SourceForge service.
 

Uses of TimestampedService in hu.midori.kosmos.server.svn
 

Classes in hu.midori.kosmos.server.svn that implement TimestampedService
 class SvnServiceImpl
          Implementation of the Subversion service.