Package org.jboss.as.server.suspend
Interface ServerActivityCallback
-
- All Known Implementing Classes:
CountingRequestCountCallback
@Deprecated(forRemoval=true, since="26.0.0") public interface ServerActivityCallback
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
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voiddone()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
-