org.ehcache.spi.service
Interface ServiceConfiguration<T extends Service>

Type Parameters:
T - the service type this configuration works with
All Known Subinterfaces:
CacheEventListenerConfiguration, CopierConfiguration, LocalPersistenceService.PersistenceSpaceIdentifier, SerializerConfiguration<T>, WriteBehindConfiguration
All Known Implementing Classes:
CacheStoreServiceConfiguration, CompoundCachingTierServiceConfiguration, DefaultCacheEventListenerConfiguration, DefaultCacheEventListenerProviderConfiguration, DefaultCacheLoaderWriterConfiguration, DefaultCopierConfiguration, DefaultSerializerConfiguration, DefaultWriteBehindConfiguration, OffHeapDiskStoreServiceConfiguration, XAStoreConfiguration

public interface ServiceConfiguration<T extends Service>

Interface regrouping configuration types to be used when interacting with a Service.


Method Summary
 java.lang.Class<T> getServiceType()
          Indicates which service this configuration works with.
 

Method Detail

getServiceType

java.lang.Class<T> getServiceType()
Indicates which service this configuration works with.

Returns:
the service type