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.scopes Scopes of components within the lifespan of aCacheManagerand its variousCaches, 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, java.lang.ClassLoader classLoader, Scopes scope, org.infinispan.factories.impl.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 ScopesComponentMetadata. getScope()Constructors in org.infinispan.factories.components with parameters of type Scopes Constructor Description ComponentMetadata(java.lang.Class<?> component, java.util.List<java.lang.reflect.Field> injectFields, java.util.List<java.lang.reflect.Method> injectMethods, java.util.List<java.lang.reflect.Method> startMethods, java.util.List<java.lang.reflect.Method> postStartMethods, java.util.List<java.lang.reflect.Method> stopMethods, Scopes scope, boolean survivesRestarts) -
Uses of Scopes in org.infinispan.factories.scopes
Methods in org.infinispan.factories.scopes that return Scopes Modifier and Type Method Description static ScopesScopeDetector. detectScope(java.lang.Class<?> clazz)static ScopesScopes. getDefaultScope()Scopesvalue()static ScopesScopes. valueOf(java.lang.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.
-