public enum SingletonDefaultCacheRequirement extends Enum<SingletonDefaultCacheRequirement> implements org.wildfly.clustering.service.UnaryRequirement
| Enum Constant and Description | 
|---|
| SINGLETON_SERVICE_BUILDER_FACTORYDeprecated.  | 
| SINGLETON_SERVICE_CONFIGURATOR_FACTORY | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getName() | 
| Class<?> | getType() | 
| static SingletonDefaultCacheRequirement | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static SingletonDefaultCacheRequirement[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
@Deprecated public static final SingletonDefaultCacheRequirement SINGLETON_SERVICE_BUILDER_FACTORY
public static final SingletonDefaultCacheRequirement SINGLETON_SERVICE_CONFIGURATOR_FACTORY
public static SingletonDefaultCacheRequirement[] values()
for (SingletonDefaultCacheRequirement c : SingletonDefaultCacheRequirement.values()) System.out.println(c);
public static SingletonDefaultCacheRequirement valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getName()
getName in interface org.wildfly.clustering.service.Requirementpublic Class<?> getType()
getType in interface org.wildfly.clustering.service.RequirementCopyright © 2019 JBoss by Red Hat. All rights reserved.