Package org.jboss.as.server.suspend
Class CountingRequestCountCallback
- java.lang.Object
-
- org.jboss.as.server.suspend.CountingRequestCountCallback
-
- All Implemented Interfaces:
ServerActivityCallback
public class CountingRequestCountCallback extends Object implements ServerActivityCallback
RequestCountListener that till n notification have been received before notifying its delegate.- Author:
- Stuart Douglas
-
-
Constructor Summary
Constructors Constructor Description CountingRequestCountCallback(int count, ServerActivityCallback delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddone()Method that is invoked when the relevant entry point is done suspended
-
-
-
Constructor Detail
-
CountingRequestCountCallback
public CountingRequestCountCallback(int count, ServerActivityCallback delegate)
-
-
Method Detail
-
done
public void done()
Description copied from interface:ServerActivityCallbackMethod that is invoked when the relevant entry point is done suspended- Specified by:
donein interfaceServerActivityCallback
-
-