Uses of Interface
com.helger.xservlet.requesttrack.ILongRunningRequestCallback
-
Packages that use ILongRunningRequestCallback Package Description com.helger.xservlet.requesttrack -
-
Uses of ILongRunningRequestCallback in com.helger.xservlet.requesttrack
Classes in com.helger.xservlet.requesttrack that implement ILongRunningRequestCallback Modifier and Type Class Description classLoggingLongRunningRequestCallbackA simple implementation ofILongRunningRequestCallbacksimply logging such events.Methods in com.helger.xservlet.requesttrack that return types with arguments of type ILongRunningRequestCallback Modifier and Type Method Description static com.helger.commons.callback.CallbackList<ILongRunningRequestCallback>RequestTracker. longRunningRequestCallbacks()Method parameters in com.helger.xservlet.requesttrack with type arguments of type ILongRunningRequestCallback Modifier and Type Method Description voidRequestTrackingManager. checkForLongRunningRequests(com.helger.commons.callback.ICallbackList<ILongRunningRequestCallback> aCallbacks)
-