Uses of Class
org.infinispan.factories.scopes.Scopes
-
Packages that use Scopes Package Description org.infinispan.factories Factories are internal components used to create other components based on a cache's configuration.org.infinispan.factories.components org.infinispan.factories.impl org.infinispan.factories.scopes Scopes of components within the lifespan of aCacheManager
and its variousCache
s, and related utilities. -
-
Uses of Scopes in org.infinispan.factories
Constructors in org.infinispan.factories with parameters of type Scopes Constructor Description AbstractComponentRegistry(ComponentMetadataRepo componentMetadataRepo, ClassLoader classLoader, Scopes scope, BasicComponentRegistry nextBasicComponentRegistry)
Deprecated. -
Uses of Scopes in org.infinispan.factories.components
Methods in org.infinispan.factories.components that return Scopes Modifier and Type Method Description Scopes
ComponentMetadata. getScope()
Constructors in org.infinispan.factories.components with parameters of type Scopes Constructor Description ComponentMetadata(Class<?> component, List<Field> injectFields, List<Method> injectMethods, List<Method> startMethods, List<Method> postStartMethods, List<Method> stopMethods, Scopes scope, boolean survivesRestarts)
-
Uses of Scopes in org.infinispan.factories.impl
Constructors in org.infinispan.factories.impl with parameters of type Scopes Constructor Description BasicComponentRegistryImpl(ClassLoader classLoader, ComponentMetadataRepo metadataRepo, Scopes scope, BasicComponentRegistry next)
-
Uses of Scopes in org.infinispan.factories.scopes
Methods in org.infinispan.factories.scopes that return Scopes Modifier and Type Method Description static Scopes
ScopeDetector. detectScope(Class<?> clazz)
static Scopes
Scopes. getDefaultScope()
Scopes
value()
static Scopes
Scopes. valueOf(String name)
Returns the enum constant of this type with the specified name.static Scopes[]
Scopes. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-