public interface IExecutionTimeExceededHandler
JPAEnabledManager.| Modifier and Type | Method and Description |
|---|---|
void |
onExecutionTimeExceeded(String sMsg,
long nExecutionMillis)
Called when the execution time was exceeded
|
void onExecutionTimeExceeded(@Nonnull String sMsg, @Nonnegative long nExecutionMillis)
sMsg - The message to locate the sourcenExecutionMillis - The milliseconds the execution tookCopyright © 2006–2015 phloc systems. All rights reserved.