Package org.jboss.as.server.suspend
Interface ServerActivityCallback
- All Known Implementing Classes:
CountingRequestCountCallback
Deprecated, for removal: This API element is subject to removal in a future version.
To be removed without replacement.
Callback interface that subsystems and other entry points can use to let the
suspend controller know that all requests have finished.
- Author:
- Stuart Douglas
-
Method Summary
Modifier and TypeMethodDescriptionvoiddone()Deprecated, for removal: This API element is subject to removal in a future version.Method that is invoked when the relevant entry point is done suspended
-
Method Details
-
done
void done()Deprecated, for removal: This API element is subject to removal in a future version.Method that is invoked when the relevant entry point is done suspended
-