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 replacement
RequestCountListener that till n notification have been received before notifying
its delegate.
- Author:
- Stuart Douglas
-
Constructor Summary
ConstructorsConstructorDescriptionCountingRequestCountCallback(int count, ServerActivityCallback delegate) Deprecated, for removal: This API element is subject to removal in a future version. -
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
-
Constructor Details
-
CountingRequestCountCallback
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
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
-