Package org.jboss.as.server.suspend
Interface SuspendableActivityRegistry.SuspendPriority
-
- Enclosing interface:
- SuspendableActivityRegistry
public static interface SuspendableActivityRegistry.SuspendPriorityIdentifies a priority group of suspendable activity.
-
-
Field Summary
Fields Modifier and Type Field Description static SuspendableActivityRegistry.SuspendPriorityDEFAULTstatic SuspendableActivityRegistry.SuspendPriorityFIRSTstatic SuspendableActivityRegistry.SuspendPriorityLAST
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static SuspendableActivityRegistry.SuspendPriorityof(int ordinal)Creates a suspend priority using the specified ordinalintordinal()
-
-
-
Field Detail
-
FIRST
static final SuspendableActivityRegistry.SuspendPriority FIRST
-
DEFAULT
static final SuspendableActivityRegistry.SuspendPriority DEFAULT
-
LAST
static final SuspendableActivityRegistry.SuspendPriority LAST
-
-
Method Detail
-
ordinal
int ordinal()
-
of
static SuspendableActivityRegistry.SuspendPriority of(int ordinal)
Creates a suspend priority using the specified ordinal- Parameters:
ordinal- a value between 0 and 10, inclusively- Returns:
- a suspend priority
-
-