Uses of Interface
org.apache.logging.log4j.core.util.Cancellable
-
Packages that use Cancellable Package Description org.apache.logging.log4j.core Implementation of Log4j 2.org.apache.logging.log4j.core.appender.mom.jeromq Classes and interfaces for ZeroMQ/JeroMQ support.org.apache.logging.log4j.core.impl Log4j 2 private implementation classes.org.apache.logging.log4j.core.util Log4j 2 helper classes. -
-
Uses of Cancellable in org.apache.logging.log4j.core
Fields in org.apache.logging.log4j.core declared as Cancellable Modifier and Type Field Description private Cancellable
LoggerContext. shutdownCallback
-
Uses of Cancellable in org.apache.logging.log4j.core.appender.mom.jeromq
Fields in org.apache.logging.log4j.core.appender.mom.jeromq declared as Cancellable Modifier and Type Field Description private static Cancellable
JeroMqManager. SHUTDOWN_HOOK
-
Uses of Cancellable in org.apache.logging.log4j.core.impl
Methods in org.apache.logging.log4j.core.impl that return Cancellable Modifier and Type Method Description Cancellable
Log4jContextFactory. addShutdownCallback(java.lang.Runnable callback)
-
Uses of Cancellable in org.apache.logging.log4j.core.util
Classes in org.apache.logging.log4j.core.util that implement Cancellable Modifier and Type Class Description private static class
DefaultShutdownCallbackRegistry.RegisteredCancellable
Fields in org.apache.logging.log4j.core.util with type parameters of type Cancellable Modifier and Type Field Description private java.util.Collection<java.lang.ref.Reference<Cancellable>>
DefaultShutdownCallbackRegistry. hooks
private java.util.Collection<java.lang.ref.Reference<Cancellable>>
DefaultShutdownCallbackRegistry.RegisteredCancellable. registered
Methods in org.apache.logging.log4j.core.util that return Cancellable Modifier and Type Method Description Cancellable
DefaultShutdownCallbackRegistry. addShutdownCallback(java.lang.Runnable callback)
Cancellable
ShutdownCallbackRegistry. addShutdownCallback(java.lang.Runnable callback)
Adds a Runnable shutdown callback to this class.Constructor parameters in org.apache.logging.log4j.core.util with type arguments of type Cancellable Constructor Description RegisteredCancellable(java.lang.Runnable callback, java.util.Collection<java.lang.ref.Reference<Cancellable>> registered)
-