Skip navigation links
A C E G H I L M N O P S T V W 

A

ActionPlugins - Class in org.hawkular.alerts.actions.standalone
Helper class to find the classes annotated with ActionPlugin and instantiate them.

C

close() - Method in class org.hawkular.alerts.actions.standalone.StandaloneActionPluginListener
 
close() - Method in class org.hawkular.alerts.actions.standalone.StandaloneActionPluginRegister
 
createMessage(ActionResponseMessage.Operation) - Method in class org.hawkular.alerts.actions.standalone.StandaloneActionPluginSender
 

E

errorCannotRegisterPlugin(String, String) - Method in interface org.hawkular.alerts.actions.standalone.MsgLogger
 
errorCannotRegisterPlugin(String, String) - Method in class org.hawkular.alerts.actions.standalone.MsgLogger_$logger
 
errorCannotRegisterPlugin$str() - Method in class org.hawkular.alerts.actions.standalone.MsgLogger_$logger
 
errorProcessingAction(String) - Method in interface org.hawkular.alerts.actions.standalone.MsgLogger
 
errorProcessingAction(String) - Method in class org.hawkular.alerts.actions.standalone.MsgLogger_$logger
 
errorProcessingAction$str() - Method in class org.hawkular.alerts.actions.standalone.MsgLogger_$logger
 

G

getAction() - Method in class org.hawkular.alerts.actions.standalone.StandaloneActionMessage
 
getGlobals() - Static method in class org.hawkular.alerts.actions.standalone.ActionPlugins
 
getOperation() - Method in class org.hawkular.alerts.actions.standalone.StandaloneActionResponseMessage
 
getPayload() - Method in class org.hawkular.alerts.actions.standalone.StandaloneActionResponseMessage
 
getPlugins() - Static method in class org.hawkular.alerts.actions.standalone.ActionPlugins
 
getSenders() - Static method in class org.hawkular.alerts.actions.standalone.ActionPlugins
 
getServiceName(ServiceNames.Service) - Static method in class org.hawkular.alerts.actions.standalone.ServiceNames
 

H

HAWKULAR_ALERTS_ACTIONS_ENV - Static variable in class org.hawkular.alerts.actions.standalone.ServiceNames
 

I

infoActionPluginRegistration(String) - Method in interface org.hawkular.alerts.actions.standalone.MsgLogger
 
infoActionPluginRegistration(String) - Method in class org.hawkular.alerts.actions.standalone.MsgLogger_$logger
 
infoActionPluginRegistration$str() - Method in class org.hawkular.alerts.actions.standalone.MsgLogger_$logger
 
init() - Method in class org.hawkular.alerts.actions.standalone.StandaloneActionPluginRegister
 

L

LOGGER - Static variable in interface org.hawkular.alerts.actions.standalone.MsgLogger
 

M

MsgLogger - Interface in org.hawkular.alerts.actions.standalone
Common log for INFO, WARN, ERROR and FATAL messages.
MsgLogger_$logger - Class in org.hawkular.alerts.actions.standalone
Warning this class consists of generated code.
MsgLogger_$logger(Logger) - Constructor for class org.hawkular.alerts.actions.standalone.MsgLogger_$logger
 

N

newThread(Runnable) - Method in class org.hawkular.alerts.actions.standalone.StandaloneActionPluginListener.StandaloneThreadFactory
 

O

org.hawkular.alerts.actions.standalone - package org.hawkular.alerts.actions.standalone
 

P

process(Action) - Method in class org.hawkular.alerts.actions.standalone.StandaloneActionPluginListener
 

S

send(ActionResponseMessage) - Method in class org.hawkular.alerts.actions.standalone.StandaloneActionPluginSender
 
ServiceNames - Class in org.hawkular.alerts.actions.standalone
Helper class to determine the JNDI name of a specific service
ServiceNames() - Constructor for class org.hawkular.alerts.actions.standalone.ServiceNames
 
ServiceNames.Service - Enum in org.hawkular.alerts.actions.standalone
 
STANDALONE - Static variable in class org.hawkular.alerts.actions.standalone.ServiceNames
 
StandaloneActionMessage - Class in org.hawkular.alerts.actions.standalone
 
StandaloneActionMessage(Action) - Constructor for class org.hawkular.alerts.actions.standalone.StandaloneActionMessage
 
StandaloneActionPluginListener - Class in org.hawkular.alerts.actions.standalone
Main standalone listener for plugins implementation.
StandaloneActionPluginListener(Map<String, ActionPluginListener>) - Constructor for class org.hawkular.alerts.actions.standalone.StandaloneActionPluginListener
 
StandaloneActionPluginListener.StandaloneThreadFactory - Class in org.hawkular.alerts.actions.standalone
 
StandaloneActionPluginRegister - Class in org.hawkular.alerts.actions.standalone
Main standalone register for plugins implementations
StandaloneActionPluginRegister() - Constructor for class org.hawkular.alerts.actions.standalone.StandaloneActionPluginRegister
 
StandaloneActionPluginSender - Class in org.hawkular.alerts.actions.standalone
Main standalone sender for plugins implementations
StandaloneActionPluginSender(ActionsService) - Constructor for class org.hawkular.alerts.actions.standalone.StandaloneActionPluginSender
 
StandaloneActionResponseMessage - Class in org.hawkular.alerts.actions.standalone
 
StandaloneActionResponseMessage() - Constructor for class org.hawkular.alerts.actions.standalone.StandaloneActionResponseMessage
 
StandaloneActionResponseMessage(ActionResponseMessage.Operation) - Constructor for class org.hawkular.alerts.actions.standalone.StandaloneActionResponseMessage
 
StandaloneActionResponseMessage(ActionResponseMessage.Operation, Map<String, String>) - Constructor for class org.hawkular.alerts.actions.standalone.StandaloneActionResponseMessage
 
StandaloneThreadFactory() - Constructor for class org.hawkular.alerts.actions.standalone.StandaloneActionPluginListener.StandaloneThreadFactory
 

T

toString() - Method in class org.hawkular.alerts.actions.standalone.StandaloneActionMessage
 

V

valueOf(String) - Static method in enum org.hawkular.alerts.actions.standalone.ServiceNames.Service
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.hawkular.alerts.actions.standalone.ServiceNames.Service
Returns an array containing the constants of this enum type, in the order they are declared.

W

warnActionResponseMessageWithoutPayload() - Method in interface org.hawkular.alerts.actions.standalone.MsgLogger
 
warnActionResponseMessageWithoutPayload() - Method in class org.hawkular.alerts.actions.standalone.MsgLogger_$logger
 
warnActionResponseMessageWithoutPayload$str() - Method in class org.hawkular.alerts.actions.standalone.MsgLogger_$logger
 
warnCannotAccessToDefinitionsService() - Method in interface org.hawkular.alerts.actions.standalone.MsgLogger
 
warnCannotAccessToDefinitionsService() - Method in class org.hawkular.alerts.actions.standalone.MsgLogger_$logger
 
warnCannotAccessToDefinitionsService$str() - Method in class org.hawkular.alerts.actions.standalone.MsgLogger_$logger
 
warnMessageReceivedWithoutPluginInfo() - Method in interface org.hawkular.alerts.actions.standalone.MsgLogger
 
warnMessageReceivedWithoutPluginInfo() - Method in class org.hawkular.alerts.actions.standalone.MsgLogger_$logger
 
warnMessageReceivedWithoutPluginInfo$str() - Method in class org.hawkular.alerts.actions.standalone.MsgLogger_$logger
 
warnNoPluginsFound() - Method in interface org.hawkular.alerts.actions.standalone.MsgLogger
 
warnNoPluginsFound() - Method in class org.hawkular.alerts.actions.standalone.MsgLogger_$logger
 
warnNoPluginsFound$str() - Method in class org.hawkular.alerts.actions.standalone.MsgLogger_$logger
 
A C E G H I L M N O P S T V W 
Skip navigation links

Copyright © 2015–2016 Red Hat, Inc.. All rights reserved.