|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EntityService
Provides support for accessing server entities through the Cache Manager connection
Method Summary | ||
---|---|---|
|
newClientEntityFactory(java.lang.String entityIdentifier,
java.lang.Class<E> entityType,
long entityVersion,
C configuration)
Creates a factory class used to create, fetch and destroy server entities through the same connection used by this CacheManager |
Methods inherited from interface org.ehcache.spi.service.Service |
---|
start, stop |
Method Detail |
---|
<E extends org.terracotta.connection.entity.Entity,C> ClientEntityFactory<E,C> newClientEntityFactory(java.lang.String entityIdentifier, java.lang.Class<E> entityType, long entityVersion, C configuration)
CacheManager
E
- The entity type, extending Entity
C
- The configuration classentityIdentifier
- The entity nameentityType
- The entity classentityVersion
- The entity versionconfiguration
- Any configuration object that might be pass when creating the entity, or null if none
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |