Class ServerEventImpl
java.lang.Object
org.infinispan.util.logging.events.impl.BaseEventLog
org.infinispan.server.logging.events.ServerEventImpl
- All Implemented Interfaces:
Comparable<org.infinispan.util.logging.events.EventLog>,org.infinispan.util.logging.events.EventLog
@ProtoTypeId(5200)
public final class ServerEventImpl
extends org.infinispan.util.logging.events.impl.BaseEventLog
ServerEvent.
- Since:
- 8.2
- Author:
- Tristan Tarrant
-
Field Summary
Fields inherited from class org.infinispan.util.logging.events.impl.BaseEventLog
category, context, detail, level, message, scope, when, who -
Method Summary
Methods inherited from class org.infinispan.util.logging.events.impl.BaseEventLog
compareTo, getWhen
-
Method Details
-
getLevel
@ProtoField(2) public org.infinispan.util.logging.events.EventLogLevel getLevel()- Specified by:
getLevelin interfaceorg.infinispan.util.logging.events.EventLog- Overrides:
getLevelin classorg.infinispan.util.logging.events.impl.BaseEventLog
-
getCategory
@ProtoField(3) public org.infinispan.util.logging.events.EventLogCategory getCategory()- Specified by:
getCategoryin interfaceorg.infinispan.util.logging.events.EventLog- Overrides:
getCategoryin classorg.infinispan.util.logging.events.impl.BaseEventLog
-
getMessage
- Specified by:
getMessagein interfaceorg.infinispan.util.logging.events.EventLog- Overrides:
getMessagein classorg.infinispan.util.logging.events.impl.BaseEventLog
-
getDetail
- Specified by:
getDetailin interfaceorg.infinispan.util.logging.events.EventLog- Overrides:
getDetailin classorg.infinispan.util.logging.events.impl.BaseEventLog
-
getWho
- Specified by:
getWhoin interfaceorg.infinispan.util.logging.events.EventLog- Overrides:
getWhoin classorg.infinispan.util.logging.events.impl.BaseEventLog
-
getContext
- Specified by:
getContextin interfaceorg.infinispan.util.logging.events.EventLog- Overrides:
getContextin classorg.infinispan.util.logging.events.impl.BaseEventLog
-
getScope
- Specified by:
getScopein interfaceorg.infinispan.util.logging.events.EventLog- Overrides:
getScopein classorg.infinispan.util.logging.events.impl.BaseEventLog
-
toString
- Overrides:
toStringin classorg.infinispan.util.logging.events.impl.BaseEventLog
-