Uses of Interface
org.jboss.as.server.suspend.ServerActivityCallback
-
Packages that use ServerActivityCallback Package Description org.jboss.as.server.suspend -
-
Uses of ServerActivityCallback in org.jboss.as.server.suspend
Classes in org.jboss.as.server.suspend that implement ServerActivityCallback Modifier and Type Class Description classCountingRequestCountCallbackRequestCountListener that till n notification have been received before notifying its delegate.Methods in org.jboss.as.server.suspend with parameters of type ServerActivityCallback Modifier and Type Method Description voidServerActivity. preSuspend(ServerActivityCallback listener)Invoked before the server is paused.voidServerActivity. suspended(ServerActivityCallback listener)Invoked once the suspend process has started.Constructors in org.jboss.as.server.suspend with parameters of type ServerActivityCallback Constructor Description CountingRequestCountCallback(int count, ServerActivityCallback delegate)
-