Package org.jboss.as.server.suspend
Class CountingRequestCountCallback
- java.lang.Object
-
- org.jboss.as.server.suspend.CountingRequestCountCallback
-
- All Implemented Interfaces:
ServerActivityCallback
@Deprecated(forRemoval=true, since="26.0.0") public class CountingRequestCountCallback extends Object implements ServerActivityCallback
Deprecated, for removal: This API element is subject to removal in a future version.To be removed without replacementRequestCountListener that till n notification have been received before notifying its delegate.- Author:
- Stuart Douglas
-
-
Constructor Summary
Constructors Constructor Description CountingRequestCountCallback(int count, ServerActivityCallback delegate)Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete 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
-
-
-
Constructor Detail
-
CountingRequestCountCallback
public CountingRequestCountCallback(int count, ServerActivityCallback delegate)Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Detail
-
done
public void done()
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:ServerActivityCallbackMethod that is invoked when the relevant entry point is done suspended- Specified by:
donein interfaceServerActivityCallback
-
-