Uses of Class
org.infinispan.factories.scopes.Scopes
-
Packages that use Scopes Package Description 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.components
Methods in org.infinispan.factories.components that return Scopes Modifier and Type Method Description ScopesComponentMetadata. getScope()Deprecated.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)Deprecated. -
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)Deprecated.static ScopesScopes. getDefaultScope()Deprecated.Since 10.0, no longer usedScopesvalue()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.
-