D F G I J M N O S 
All Classes All Packages

D

destroy() - Method in interface org.ikasan.spec.monitor.Monitor
Destroys the monitor internal, rendering this Monitor defunct.

F

FlowMonitor<NOTIFICATION> - Interface in org.ikasan.spec.monitor
Flow monitor contract for the subject notification to the monitor
FlowNotifier<NOTIFICATION> - Interface in org.ikasan.spec.monitor
Marker interface to identify flow notifiers.

G

getEnvironment() - Method in interface org.ikasan.spec.monitor.Monitor
Get the runtime environment name this monitor is associated with
getFlowName() - Method in interface org.ikasan.spec.monitor.FlowMonitor
Get the flow name of this monitor
getJobName() - Method in interface org.ikasan.spec.monitor.JobMonitor
Get the job name of this monitor
getModuleName() - Method in interface org.ikasan.spec.monitor.Monitor
Get the module name of this monitor
getNotifiers() - Method in interface org.ikasan.spec.monitor.Monitor
Get the notifiers registered with this monitor

I

invoke(String, String, String, NOTIFICATION) - Method in interface org.ikasan.spec.monitor.Notifier
Invocation of the notifier for the given notification
invoke(NOTIFICATION) - Method in interface org.ikasan.spec.monitor.Monitor
Invoke the monitor with the given notification
isNotifyStateChangesOnly() - Method in interface org.ikasan.spec.monitor.Notifier
Details whether the notifier should only be informed of changes to state rather than repeated updates of the same state.

J

JobMonitor<NOTIFICATION> - Interface in org.ikasan.spec.monitor
Job monitor contract for the subject notification to the monitor
JobNotifier<NOTIFICATION> - Interface in org.ikasan.spec.monitor
Marker interface to identify job notifiers.

M

Monitor<NOTIFICATION> - Interface in org.ikasan.spec.monitor
Monitor contract for the subject notification to the monitor
MonitorSubject - Interface in org.ikasan.spec.monitor
Monitor contract for subjects being monitored

N

Notifier<NOTIFICATION> - Interface in org.ikasan.spec.monitor
Monitor contract for the subject notification to the monitor

O

org.ikasan.spec.monitor - package org.ikasan.spec.monitor
 

S

setEnvironment(String) - Method in interface org.ikasan.spec.monitor.Monitor
Set the runtime environment name this monitor is associated with
setFlowName(String) - Method in interface org.ikasan.spec.monitor.FlowMonitor
Set the flow name of this monitor
setJobName(String) - Method in interface org.ikasan.spec.monitor.JobMonitor
Set the job name of this monitor
setModuleName(String) - Method in interface org.ikasan.spec.monitor.Monitor
Set the module name of this monitor
setMonitor(Monitor<?>) - Method in interface org.ikasan.spec.monitor.MonitorSubject
Monitor to be set on this monitored subject
setNotifiers(List<Notifier>) - Method in interface org.ikasan.spec.monitor.Monitor
Set the notifiers to which the monitor brokers notifications
setNotifyStateChangesOnly(boolean) - Method in interface org.ikasan.spec.monitor.Notifier
Sets whether the notifier is only interested in state changes which are different from the previous reported state or all state change updates.
D F G I J M N O S 
All Classes All Packages