public enum ReducedPropagationLuaScripts extends Enum<ReducedPropagationLuaScripts> implements org.swisspush.gateleen.core.lua.LuaScript
| Enum Constant and Description |
|---|
REMOVE_EXPIRED_QUEUES |
START_QUEUE_TIMER |
| Modifier and Type | Method and Description |
|---|---|
String |
getFilename() |
static ReducedPropagationLuaScripts |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReducedPropagationLuaScripts[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReducedPropagationLuaScripts START_QUEUE_TIMER
public static final ReducedPropagationLuaScripts REMOVE_EXPIRED_QUEUES
public static ReducedPropagationLuaScripts[] values()
for (ReducedPropagationLuaScripts c : ReducedPropagationLuaScripts.values()) System.out.println(c);
public static ReducedPropagationLuaScripts 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 getFilename()
getFilename in interface org.swisspush.gateleen.core.lua.LuaScriptCopyright © 2016–2018. All rights reserved.