Uses of Interface
org.jboss.as.server.suspend.SuspendableActivityRegistry.SuspendPriority
Packages that use SuspendableActivityRegistry.SuspendPriority
-
Uses of SuspendableActivityRegistry.SuspendPriority in org.jboss.as.server.suspend
Fields in org.jboss.as.server.suspend declared as SuspendableActivityRegistry.SuspendPriorityModifier and TypeFieldDescriptionstatic final SuspendableActivityRegistry.SuspendPrioritySuspendableActivityRegistry.SuspendPriority.DEFAULTstatic final SuspendableActivityRegistry.SuspendPrioritySuspendableActivityRegistry.SuspendPriority.FIRSTstatic final SuspendableActivityRegistry.SuspendPrioritySuspendableActivityRegistry.SuspendPriority.LASTMethods in org.jboss.as.server.suspend that return SuspendableActivityRegistry.SuspendPriorityModifier and TypeMethodDescriptionSuspendableActivityRegistry.SuspendPriority.of(int ordinal) Creates a suspend priority using the specified ordinalMethods in org.jboss.as.server.suspend with parameters of type SuspendableActivityRegistry.SuspendPriorityModifier and TypeMethodDescriptionvoidSuspendableActivityRegistry.registerActivity(SuspendableActivity activity, SuspendableActivityRegistry.SuspendPriority priority) Registers the specifiedSuspendableActivityto this registry using the specified priority.voidSuspendController.registerActivity(SuspendableActivity activity, SuspendableActivityRegistry.SuspendPriority priority)