Uses of Interface
org.jboss.as.server.suspend.ServerActivityCallback
Packages that use ServerActivityCallback
-
Uses of ServerActivityCallback in org.jboss.as.server.suspend
Classes in org.jboss.as.server.suspend that implement ServerActivityCallbackModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.To be removed without replacementMethods in org.jboss.as.server.suspend with parameters of type ServerActivityCallbackModifier and TypeMethodDescriptionvoidServerActivity.preSuspend(ServerActivityCallback listener) Deprecated, for removal: This API element is subject to removal in a future version.Invoked before the server is paused.voidServerActivity.suspended(ServerActivityCallback listener) Deprecated, for removal: This API element is subject to removal in a future version.Invoked once the suspend process has started.Constructors in org.jboss.as.server.suspend with parameters of type ServerActivityCallbackModifierConstructorDescriptionCountingRequestCountCallback(int count, ServerActivityCallback delegate) Deprecated, for removal: This API element is subject to removal in a future version.