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 class
LogEventHandlerImpl
Methods in org.glassfish.pfl.tf.timer.impl that return LogEventHandler Modifier and Type Method Description LogEventHandler
TimerFactoryImpl. 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 LogEventHandler
TimerFactory. makeLogEventHandler(java.lang.String name)
Create a new LogEventHandler.
-