Uses of Interface
org.glassfish.pfl.tf.timer.spi.LogEventHandler
-
Packages that use LogEventHandler Package Description org.glassfish.pfl.tf.timer.impl org.glassfish.pfl.tf.timer.spi -
-
Uses of LogEventHandler in org.glassfish.pfl.tf.timer.impl
Classes in org.glassfish.pfl.tf.timer.impl that implement LogEventHandler Modifier and Type Class Description classLogEventHandlerImplMethods in org.glassfish.pfl.tf.timer.impl that return LogEventHandler Modifier and Type Method Description LogEventHandlerTimerFactoryImpl. makeLogEventHandler(java.lang.String name) -
Uses of LogEventHandler in org.glassfish.pfl.tf.timer.spi
Methods in org.glassfish.pfl.tf.timer.spi that return LogEventHandler Modifier and Type Method Description LogEventHandlerTimerFactory. makeLogEventHandler(java.lang.String name)Create a new LogEventHandler.
-