Uses of Interface
org.jboss.as.server.suspend.SuspendableActivity
-
Packages that use SuspendableActivity Package Description org.jboss.as.server.logging org.jboss.as.server.suspend -
-
Uses of SuspendableActivity in org.jboss.as.server.logging
Methods in org.jboss.as.server.logging with parameters of type SuspendableActivity Modifier and Type Method Description 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.suspend Modifier and Type Interface Description interfaceServerActivityDeprecated, for removal: This API element is subject to removal in a future version.UseSuspendableActivityinstead.Methods in org.jboss.as.server.suspend with parameters of type SuspendableActivity Modifier and Type Method Description default 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)
-