Uses of Interface
org.jboss.as.ejb3.cache.Identifiable
-
Packages that use Identifiable Package Description org.jboss.as.ejb3.cache org.jboss.as.ejb3.cache.distributable org.jboss.as.ejb3.cache.simple org.jboss.as.ejb3.component.stateful -
-
Uses of Identifiable in org.jboss.as.ejb3.cache
Classes in org.jboss.as.ejb3.cache with type parameters of type Identifiable Modifier and Type Interface Description interfaceCache<K,V extends Identifiable<K>>Cache a stateful object and make sure any life cycle callbacks are called at the appropriate time.interfaceCacheFactory<K,T extends Identifiable<K>>Defines the contract for an EJB3 Stateful Cache FactoryinterfaceCacheFactoryBuilder<K,V extends Identifiable<K>>Builds aCacheFactoryservice. -
Uses of Identifiable in org.jboss.as.ejb3.cache.distributable
Classes in org.jboss.as.ejb3.cache.distributable with type parameters of type Identifiable Modifier and Type Class Description classAbstractDistributableCacheFactoryBuilderServiceConfigurator<K,V extends Identifiable<K> & Contextual<org.wildfly.clustering.ee.Batch>>Service that returns a distributableCacheFactoryBuilderusing a beam management provider from the distributable-ejb subsystem.classDistributableCache<K,V extends Identifiable<K> & Contextual<org.wildfly.clustering.ee.Batch>>DistributableCacheimplementation.classDistributableCacheFactoryBuilderServiceConfigurator<K,V extends Identifiable<K> & Contextual<org.wildfly.clustering.ee.Batch>>Service that returns a distributableCacheFactoryBuilderusing a beam management provider from the distributable-ejb subsystem.classDistributableCacheFactoryServiceConfigurator<K,V extends Identifiable<K> & Contextual<org.wildfly.clustering.ee.Batch>>Service that provides a distributableCacheFactory.classLegacyDistributableCacheFactoryBuilderServiceConfigurator<K,V extends Identifiable<K> & Contextual<org.wildfly.clustering.ee.Batch>>Service that returns a distributableCacheFactoryBuilderusing a legacy bean management provider loaded from the classpath.classRemoveListenerAdapter<K,V extends Identifiable<K>>Adapts aStatefulObjectFactoryto aRemoveListener. -
Uses of Identifiable in org.jboss.as.ejb3.cache.simple
Classes in org.jboss.as.ejb3.cache.simple with type parameters of type Identifiable Modifier and Type Class Description classSimpleCache<K,V extends Identifiable<K>>SimpleCacheimplementation using in-memory storage and eager expiration.classSimpleCacheFactoryBuilderServiceConfigurator<K,V extends Identifiable<K>>Service that provides a simpleCacheFactoryBuilder.classSimpleCacheFactoryServiceConfigurator<K,V extends Identifiable<K>>Service that provides a simpleCacheFactory. -
Uses of Identifiable in org.jboss.as.ejb3.component.stateful
Classes in org.jboss.as.ejb3.component.stateful that implement Identifiable Modifier and Type Class Description classStatefulSessionComponentInstance
-