Tabnine Logo
ThreadPoolProbe.onThreadPoolStopEvent
Code IndexAdd Tabnine to your IDE (free)

How to use
onThreadPoolStopEvent
method
in
org.glassfish.grizzly.threadpool.ThreadPoolProbe

Best Java code snippets using org.glassfish.grizzly.threadpool.ThreadPoolProbe.onThreadPoolStopEvent (Showing top 12 results out of 315)

origin: javaee/grizzly

/**
 * Notify registered {@link ThreadPoolProbe}s about the "thread pool stopped" event.
 *
 * @param threadPool the {@link AbstractThreadPool} being monitored
 */
static void notifyThreadPoolStopped(final AbstractThreadPool threadPool) {
  final ThreadPoolProbe[] probes = threadPool.monitoringConfig.getProbesUnsafe();
  if (probes != null) {
    for (ThreadPoolProbe probe : probes) {
      probe.onThreadPoolStopEvent(threadPool);
    }
  }
}
origin: javaee/grizzly

/**
 * Notify registered {@link ThreadPoolProbe}s about the "thread pool stopped" event.
 *
 * @param threadPool the {@link AbstractThreadPool} being monitored
 */
static void notifyThreadPoolStopped(final AbstractThreadPool threadPool) {
  final ThreadPoolProbe[] probes = threadPool.monitoringConfig.getProbesUnsafe();
  if (probes != null) {
    for (ThreadPoolProbe probe : probes) {
      probe.onThreadPoolStopEvent(threadPool);
    }
  }
}
origin: javaee/grizzly

/**
 * Notify registered {@link ThreadPoolProbe}s about the "thread pool stopped" event.
 *
 * @param threadPool the {@link AbstractThreadPool} being monitored
 */
static void notifyThreadPoolStopped(final AbstractThreadPool threadPool) {
  final ThreadPoolProbe[] probes = threadPool.monitoringConfig.getProbesUnsafe();
  if (probes != null) {
    for (ThreadPoolProbe probe : probes) {
      probe.onThreadPoolStopEvent(threadPool);
    }
  }
}
origin: javaee/grizzly

/**
 * Notify registered {@link ThreadPoolProbe}s about the "thread pool stopped" event.
 *
 * @param threadPool the {@link AbstractThreadPool} being monitored
 */
static void notifyThreadPoolStopped(final AbstractThreadPool threadPool) {
  final ThreadPoolProbe[] probes = threadPool.monitoringConfig.getProbesUnsafe();
  if (probes != null) {
    for (ThreadPoolProbe probe : probes) {
      probe.onThreadPoolStopEvent(threadPool);
    }
  }
}
origin: javaee/grizzly

/**
 * Notify registered {@link ThreadPoolProbe}s about the "thread pool stopped" event.
 *
 * @param threadPool the {@link AbstractThreadPool} being monitored
 */
static void notifyThreadPoolStopped(final AbstractThreadPool threadPool) {
  final ThreadPoolProbe[] probes = threadPool.monitoringConfig.getProbesUnsafe();
  if (probes != null) {
    for (ThreadPoolProbe probe : probes) {
      probe.onThreadPoolStopEvent(threadPool);
    }
  }
}
origin: javaee/grizzly

/**
 * Notify registered {@link ThreadPoolProbe}s about the "thread pool stopped" event.
 *
 * @param threadPool the {@link AbstractThreadPool} being monitored
 */
static void notifyThreadPoolStopped(final AbstractThreadPool threadPool) {
  final ThreadPoolProbe[] probes = threadPool.monitoringConfig.getProbesUnsafe();
  if (probes != null) {
    for (ThreadPoolProbe probe : probes) {
      probe.onThreadPoolStopEvent(threadPool);
    }
  }
}
origin: javaee/grizzly

/**
 * Notify registered {@link ThreadPoolProbe}s about the "thread pool stopped" event.
 *
 * @param threadPool the {@link AbstractThreadPool} being monitored
 */
static void notifyThreadPoolStopped(final AbstractThreadPool threadPool) {
  final ThreadPoolProbe[] probes = threadPool.monitoringConfig.getProbesUnsafe();
  if (probes != null) {
    for (ThreadPoolProbe probe : probes) {
      probe.onThreadPoolStopEvent(threadPool);
    }
  }
}
origin: org.glassfish.grizzly/grizzly-http-server-core

/**
 * Notify registered {@link ThreadPoolProbe}s about the "thread pool stopped" event.
 *
 * @param threadPool the {@link AbstractThreadPool} being monitored
 */
static void notifyThreadPoolStopped(final AbstractThreadPool threadPool) {
  final ThreadPoolProbe[] probes = threadPool.monitoringConfig.getProbesUnsafe();
  if (probes != null) {
    for (ThreadPoolProbe probe : probes) {
      probe.onThreadPoolStopEvent(threadPool);
    }
  }
}
origin: org.glassfish.grizzly/grizzly-websockets-server

/**
 * Notify registered {@link ThreadPoolProbe}s about the "thread pool stopped" event.
 *
 * @param threadPool the {@link AbstractThreadPool} being monitored
 */
static void notifyThreadPoolStopped(final AbstractThreadPool threadPool) {
  final ThreadPoolProbe[] probes = threadPool.monitoringConfig.getProbesUnsafe();
  if (probes != null) {
    for (ThreadPoolProbe probe : probes) {
      probe.onThreadPoolStopEvent(threadPool);
    }
  }
}
origin: javaee/grizzly

/**
 * Notify registered {@link ThreadPoolProbe}s about the "thread pool stopped" event.
 *
 * @param threadPool the {@link AbstractThreadPool} being monitored
 */
static void notifyThreadPoolStopped(final AbstractThreadPool threadPool) {
  final ThreadPoolProbe[] probes = threadPool.monitoringConfig.getProbesUnsafe();
  if (probes != null) {
    for (ThreadPoolProbe probe : probes) {
      probe.onThreadPoolStopEvent(threadPool);
    }
  }
}
origin: org.glassfish.grizzly/grizzly-core

/**
 * Notify registered {@link ThreadPoolProbe}s about the "thread pool stopped" event.
 *
 * @param threadPool the {@link AbstractThreadPool} being monitored
 */
static void notifyThreadPoolStopped(final AbstractThreadPool threadPool) {
  final ThreadPoolProbe[] probes = threadPool.monitoringConfig.getProbesUnsafe();
  if (probes != null) {
    for (ThreadPoolProbe probe : probes) {
      probe.onThreadPoolStopEvent(threadPool);
    }
  }
}
origin: org.mule.glassfish.grizzly/grizzly-framework

/**
 * Notify registered {@link ThreadPoolProbe}s about the "thread pool stopped" event.
 *
 * @param threadPool the {@link AbstractThreadPool} being monitored
 */
static void notifyThreadPoolStopped(final AbstractThreadPool threadPool) {
  final ThreadPoolProbe[] probes = threadPool.monitoringConfig.getProbesUnsafe();
  if (probes != null) {
    for (ThreadPoolProbe probe : probes) {
      probe.onThreadPoolStopEvent(threadPool);
    }
  }
}
org.glassfish.grizzly.threadpoolThreadPoolProbeonThreadPoolStopEvent

Javadoc

This event may be fired when an AbstractThreadPool implementation stops.

Popular methods of ThreadPoolProbe

  • onMaxNumberOfThreadsEvent
    This event may be fired when the AbstractThreadPool implementation has allocated and is managing a
  • onTaskCancelEvent
    This event may be fired when a dequeued task has been canceled. This event can occur during shutdo
  • onTaskCompleteEvent
    This event may be fired when a dequeued task has completed processing.
  • onTaskDequeueEvent
    This event may be fired when a task has been pulled from the queue and is about to be processed.
  • onTaskQueueEvent
    This event may be fired when a task has been queued for processing.
  • onTaskQueueOverflowEvent
    This event may be fired when the task queue of the AbstractThreadPoolimplementation has exceeded it
  • onThreadAllocateEvent
    This event may be fired when an AbstractThreadPool implementation allocates a new managed Thread.
  • onThreadPoolStartEvent
    This event may be fired when an AbstractThreadPool implementation starts running.
  • onThreadReleaseEvent
    This event may be fired when a thread will no longer be managed by the AbstractThreadPool implement

Popular in Java

  • Finding current android device location
  • setScale (BigDecimal)
  • getSharedPreferences (Context)
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • SocketException (java.net)
    This SocketException may be thrown during socket creation or setting options, and is the superclass
  • ZipFile (java.util.zip)
    This class provides random read access to a zip file. You pay more to read the zip file's central di
  • SSLHandshakeException (javax.net.ssl)
    The exception that is thrown when a handshake could not be completed successfully.
  • Filter (javax.servlet)
    A filter is an object that performs filtering tasks on either the request to a resource (a servlet o
  • Scheduler (org.quartz)
    This is the main interface of a Quartz Scheduler. A Scheduler maintains a registry of org.quartz.Job
  • Location (org.springframework.beans.factory.parsing)
    Class that models an arbitrary location in a Resource.Typically used to track the location of proble
  • Top Vim plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now