Uses of Interface
org.jboss.as.server.suspend.SuspendableActivityRegistry.SuspendPriority
-
Packages that use SuspendableActivityRegistry.SuspendPriority Package Description org.jboss.as.server.suspend -
-
Uses of SuspendableActivityRegistry.SuspendPriority in org.jboss.as.server.suspend
Fields in org.jboss.as.server.suspend declared as SuspendableActivityRegistry.SuspendPriority Modifier and Type Field Description static SuspendableActivityRegistry.SuspendPrioritySuspendableActivityRegistry.SuspendPriority. DEFAULTstatic SuspendableActivityRegistry.SuspendPrioritySuspendableActivityRegistry.SuspendPriority. FIRSTstatic SuspendableActivityRegistry.SuspendPrioritySuspendableActivityRegistry.SuspendPriority. LASTMethods in org.jboss.as.server.suspend that return SuspendableActivityRegistry.SuspendPriority Modifier and Type Method Description static SuspendableActivityRegistry.SuspendPrioritySuspendableActivityRegistry.SuspendPriority. of(int ordinal)Creates a suspend priority using the specified ordinalMethods in org.jboss.as.server.suspend with parameters of type SuspendableActivityRegistry.SuspendPriority Modifier and Type Method Description voidSuspendableActivityRegistry. registerActivity(SuspendableActivity activity, SuspendableActivityRegistry.SuspendPriority priority)Registers the specifiedSuspendableActivityto this registry using the specified priority.voidSuspendController. registerActivity(SuspendableActivity activity, SuspendableActivityRegistry.SuspendPriority priority)
-