public enum SessionGranularity extends Enum<SessionGranularity>
| Modifier and Type | Method and Description |
|---|---|
org.wildfly.clustering.web.session.SessionAttributePersistenceStrategy |
getAttributePersistenceStrategy() |
static SessionGranularity |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SessionGranularity[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SessionGranularity SESSION
public static final SessionGranularity ATTRIBUTE
public static SessionGranularity[] values()
for (SessionGranularity c : SessionGranularity.values()) System.out.println(c);
public static SessionGranularity 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 org.wildfly.clustering.web.session.SessionAttributePersistenceStrategy getAttributePersistenceStrategy()
Copyright © 2019 JBoss by Red Hat. All rights reserved.