public static enum IPageCacheManager.GenerationOutcome extends Enum<IPageCacheManager.GenerationOutcome>
IPageCacheManager#releaseGenerationLock(PageCacheConfig, int)
Enum Constant and Description |
---|
CANCEL
The generation was not completed and should be considered
canceled.
|
ERROR
The generation could not be completed due to an error.
|
SUCCESS
The generation was completed with success.
|
UNPUBLISH
The generation could not be completed and the cache should be set to
PageCacheConfig.STATUS_NOT_PUBLISHED . |
Modifier and Type | Method and Description |
---|---|
static IPageCacheManager.GenerationOutcome |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IPageCacheManager.GenerationOutcome[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IPageCacheManager.GenerationOutcome SUCCESS
public static final IPageCacheManager.GenerationOutcome ERROR
public static final IPageCacheManager.GenerationOutcome CANCEL
public static final IPageCacheManager.GenerationOutcome UNPUBLISH
PageCacheConfig.STATUS_NOT_PUBLISHED
.public static IPageCacheManager.GenerationOutcome[] values()
for (IPageCacheManager.GenerationOutcome c : IPageCacheManager.GenerationOutcome.values()) System.out.println(c);
public static IPageCacheManager.GenerationOutcome 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 nullLumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.