org.ehcache.internal
Interface TimeSourceService

All Superinterfaces:
Service
All Known Implementing Classes:
DefaultTimeSourceService

public interface TimeSourceService
extends Service

Service that offers a TimeSource to other services needing one.


Method Summary
 TimeSource getTimeSource()
          Exposes the TimeSource that is configured
 
Methods inherited from interface org.ehcache.spi.service.Service
start, stop
 

Method Detail

getTimeSource

TimeSource getTimeSource()
Exposes the TimeSource that is configured

Returns:
the TimeSource to use