Uses of Interface
org.jboss.as.server.suspend.SuspendableActivity
Packages that use SuspendableActivity
-
Uses of SuspendableActivity in org.jboss.as.server.logging
Methods in org.jboss.as.server.logging with parameters of type SuspendableActivityModifier and TypeMethodDescriptionfinal voidServerLogger_$logger.failedToResume(SuspendableActivity activity, Throwable cause) voidServerLogger.failedToResume(SuspendableActivity activity, Throwable cause) -
Uses of SuspendableActivity in org.jboss.as.server.suspend
Subinterfaces of SuspendableActivity in org.jboss.as.server.suspendModifier and TypeInterfaceDescriptioninterfaceDeprecated, for removal: This API element is subject to removal in a future version.Methods in org.jboss.as.server.suspend with parameters of type SuspendableActivityModifier and TypeMethodDescriptiondefault voidSuspendableActivityRegistry.registerActivity(SuspendableActivity activity) Registers the specifiedSuspendableActivityto this registry usingSuspendableActivityRegistry.SuspendPriority.DEFAULT.voidSuspendableActivityRegistry.registerActivity(SuspendableActivity activity, SuspendableActivityRegistry.SuspendPriority priority) Registers the specifiedSuspendableActivityto this registry using the specified priority.voidSuspendController.registerActivity(SuspendableActivity activity, SuspendableActivityRegistry.SuspendPriority priority) voidSuspendableActivityRegistry.unregisterActivity(SuspendableActivity activity) Unregisters the specifiedSuspendableActivityfrom this registry, if it was previously added.voidSuspendController.unregisterActivity(SuspendableActivity activity)
SuspendableActivityinstead.