Package org.jboss.as.server.suspend
Interface ServerActivityCallback
-
- All Known Implementing Classes:
CountingRequestCountCallback
public interface ServerActivityCallbackCallback 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 Modifier and Type Method Description voiddone()Method that is invoked when the relevant entry point is done suspended
-