Package org.forgerock.util.thread.listener


package org.forgerock.util.thread.listener
Provides interfaces for handling shutdown.
  • Class
    Description
    Any component which needs to be shut down should implement this interface and use the function to shut down the component.
    Interface used by shutdown managers to allow for thread safe adding and removing of shutdown listeners.
    This class defines the shutdown priorities that are consumed by com.sun.identity.common.ShutdownManager.