org.ehcache.spi.service
Interface MaintainableService

All Superinterfaces:
Service
All Known Subinterfaces:
LocalPersistenceService, PersistableResourceService
All Known Implementing Classes:
DefaultLocalPersistenceService

public interface MaintainableService
extends Service

Specific Service interface that indicates that the service participates in maintenance mode


Method Summary
 void startForMaintenance(ServiceProvider<MaintainableService> serviceProvider)
          Start this service for maintenance, based on its default configuration.
 
Methods inherited from interface org.ehcache.spi.service.Service
start, stop
 

Method Detail

startForMaintenance

void startForMaintenance(ServiceProvider<MaintainableService> serviceProvider)
Start this service for maintenance, based on its default configuration.

Parameters:
serviceProvider - enables to depend on other maintainable services