Uses of Enum Class
org.nuxeo.runtime.RuntimeMessage.Source
-
Uses of RuntimeMessage.Source in org.nuxeo.runtime
Modifier and TypeMethodDescriptionRuntimeMessage.getSource()
Returns the type of source that produced the message.static RuntimeMessage.Source
Returns the enum constant of this class with the specified name.static RuntimeMessage.Source[]
RuntimeMessage.Source.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionRuntimeMessage
(RuntimeMessage.Level level, String message, RuntimeMessage.Source source, String sourceId) -
Uses of RuntimeMessage.Source in org.nuxeo.runtime.model
Modifier and TypeMethodDescriptionprotected void
DefaultComponent.addRuntimeMessage
(RuntimeMessage.Level level, String message, RuntimeMessage.Source source, String sourceComponent) -
Uses of RuntimeMessage.Source in org.nuxeo.runtime.model.impl
Modifier and TypeMethodDescriptionprotected void
ComponentInstanceImpl.handleError
(String message, RuntimeMessage.Source source, String sourceId, Exception e)