Uses of Interface
org.infinispan.util.logging.events.EventLogger
-
Packages that use EventLogger Package Description org.infinispan.util.logging.events org.infinispan.util.logging.events.impl -
-
Uses of EventLogger in org.infinispan.util.logging.events
Methods in org.infinispan.util.logging.events that return EventLogger Modifier and Type Method Description default EventLoggerEventLogger. context(String context)Sets a context of this event log.default EventLoggerEventLogger. context(Cache<?,?> cache)Sets a cache as context of this event log.default EventLoggerEventLogger. detail(String detail)Sets a detail for this event log which could include additional information.default EventLoggerEventLogger. detail(Throwable t)Sets a throwable to include as detail for this event.EventLoggerEventLogManager. getEventLogger()static EventLoggerEventLogManager. getEventLogger(EmbeddedCacheManager cacheManager)EventLoggerEventLogManager. replaceEventLogger(EventLogger newLogger)Replaces the event logger with the provided one.default EventLoggerEventLogger. scope(String scope)Sets the scope of this event log, e.g.default EventLoggerEventLogger. scope(Address scope)Sets a node address as the scope of this event logdefault EventLoggerEventLogger. who(String s)Sets a security name for this event log.default EventLoggerEventLogger. who(Principal principal)Sets a security principal for this event log.default EventLoggerEventLogger. who(Subject subject)Sets a security subject for this event log.Methods in org.infinispan.util.logging.events with parameters of type EventLogger Modifier and Type Method Description EventLoggerEventLogManager. replaceEventLogger(EventLogger newLogger)Replaces the event logger with the provided one. -
Uses of EventLogger in org.infinispan.util.logging.events.impl
Classes in org.infinispan.util.logging.events.impl that implement EventLogger Modifier and Type Class Description classBasicEventLoggerBasicEventLogger.classDecoratedEventLoggerDecoratedEventLogger.Methods in org.infinispan.util.logging.events.impl that return EventLogger Modifier and Type Method Description EventLoggerBasicEventLogger. context(String context)EventLoggerDecoratedEventLogger. context(String context)EventLoggerBasicEventLogger. detail(String detail)EventLoggerDecoratedEventLogger. detail(String detail)EventLoggerEventLogManagerImpl. getEventLogger()EventLoggerEventLogManagerImpl. replaceEventLogger(EventLogger newLogger)EventLoggerBasicEventLogger. scope(String scope)EventLoggerDecoratedEventLogger. scope(String scope)EventLoggerDecoratedEventLogger. scope(Address scope)EventLoggerBasicEventLogger. who(String who)EventLoggerDecoratedEventLogger. who(String who)Methods in org.infinispan.util.logging.events.impl with parameters of type EventLogger Modifier and Type Method Description EventLoggerEventLogManagerImpl. replaceEventLogger(EventLogger newLogger)Constructors in org.infinispan.util.logging.events.impl with parameters of type EventLogger Constructor Description DecoratedEventLogger(EventLogger delegate)
-