Uses of Enum Class
org.infinispan.factories.impl.Scopes
Packages that use Scopes
-
Uses of Scopes in org.infinispan.factories.impl
Subclasses with type arguments of type Scopes in org.infinispan.factories.implModifier and TypeClassDescriptionenum
Copy ofScopes
to avoid a runtime dependency on the annotations module.Methods in org.infinispan.factories.impl that return ScopesModifier and TypeMethodDescriptionMBeanMetadata.scope()
static Scopes
Returns the enum constant of this class with the specified name.static Scopes[]
Scopes.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.infinispan.factories.impl with parameters of type ScopesModifier and TypeMethodDescriptionstatic MBeanMetadata
MBeanMetadata.of
(String objectName, String description, String superMBeanClassName, Scopes scope, Object... attributesAndOperations) Constructors in org.infinispan.factories.impl with parameters of type ScopesModifierConstructorDescriptionMBeanMetadata
(String jmxObjectName, String description, String superMBeanClassName, Scopes scope, Collection<MBeanMetadata.AttributeMetadata> attributes, Collection<MBeanMetadata.OperationMetadata> operations)