Uses of Interface
org.opends.server.core.CoreConfigManager.EtimeService
-
Packages that use CoreConfigManager.EtimeService Package Description org.forgerock.opendj.server.core Classes implementing a Grizzly basedConnectionHandler
using reactive api.org.opends.server.core Contains various classes that comprise the core of the Directory Server codebase.org.opends.server.loggers Contains implementations of Directory Server access, error, and debug loggers. -
-
Uses of CoreConfigManager.EtimeService in org.forgerock.opendj.server.core
Methods in org.forgerock.opendj.server.core with parameters of type CoreConfigManager.EtimeService Modifier and Type Method Description RequestContext
RequestContext. etimeStarted(CoreConfigManager.EtimeService timeService)
Sets the time at which processing started for this request. -
Uses of CoreConfigManager.EtimeService in org.opends.server.core
Classes in org.opends.server.core that implement CoreConfigManager.EtimeService Modifier and Type Class Description static class
CoreConfigManager.EtimeServices
Implementation of services providing etimes.Methods in org.opends.server.core that return CoreConfigManager.EtimeService Modifier and Type Method Description CoreConfigManager.EtimeService
CoreConfigManager. getEtimeService()
Returns aCoreConfigManager.EtimeService
to compute processing time. -
Uses of CoreConfigManager.EtimeService in org.opends.server.loggers
Constructor parameters in org.opends.server.loggers with type arguments of type CoreConfigManager.EtimeService Constructor Description ReactiveFilterAccessLog(Supplier<CoreConfigManager.EtimeService> timeServiceFactory)
Creates a new access log filter using the provided time service factory.
-