public class CassActionsServiceImpl extends Object implements ActionsService
ActionsService.| Constructor and Description |
|---|
CassActionsServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(ActionListener listener) |
int |
deleteActions(String tenantId,
ActionsCriteria criteria) |
Page<Action> |
getActions(String tenantId,
ActionsCriteria criteria,
Pager pager) |
void |
send(TriggerAction triggerAction,
Event event) |
void |
setAlertsContext(AlertsContext alertsContext) |
void |
setDefinitions(DefinitionsService definitions) |
void |
setExecutor(javax.enterprise.concurrent.ManagedExecutorService executor) |
void |
setSession(com.datastax.driver.core.Session session) |
void |
updateResult(Action action) |
public void setAlertsContext(AlertsContext alertsContext)
public void setDefinitions(DefinitionsService definitions)
public void setExecutor(javax.enterprise.concurrent.ManagedExecutorService executor)
public void setSession(com.datastax.driver.core.Session session)
public void send(TriggerAction triggerAction, Event event)
send in interface ActionsServicepublic void updateResult(Action action)
updateResult in interface ActionsServicepublic void addListener(ActionListener listener)
addListener in interface ActionsServicepublic Page<Action> getActions(String tenantId, ActionsCriteria criteria, Pager pager) throws Exception
getActions in interface ActionsServiceExceptionpublic int deleteActions(String tenantId, ActionsCriteria criteria) throws Exception
deleteActions in interface ActionsServiceExceptionCopyright © 2015–2016 Red Hat, Inc.. All rights reserved.