Collaboration diagram for MessageSender:All runtime messages are send by this class.
Public Methods | |
| void | sendRunComponentMessage (final Experiment experiment, final ComponentEntity component) throws JMSException |
| void | setJmsTemplate (ConnectionFactory template) |
| void | setQueue (Destination queue) |
| void | sendRunExperimentMessage (final Experiment experiment) throws JMSException |
| void | sendComponentDoneMessage (final Experiment experiment, final ComponentEntity component) throws JMSException |
| void | sendComponentErrorMessage (final Experiment experiment, final ComponentEntity component) throws JMSException |
| void | sendCancelExperiment (final int experimentId) |
| void | sendCancelComponent (final int componentId) |
| void sendCancelComponent | ( | final int | componentId | ) |
| void sendCancelExperiment | ( | final int | experimentId | ) |
| void sendComponentDoneMessage | ( | final Experiment | experiment, |
| final ComponentEntity | component | ||
| ) | throws JMSException |
The given component successfully finished processing.
| componentEntity |
| JMSException |
| void sendComponentErrorMessage | ( | final Experiment | experiment, |
| final ComponentEntity | component | ||
| ) | throws JMSException |
The given component crashed.
| componentEntity |
| JMSException |
| void sendRunComponentMessage | ( | final Experiment | experiment, |
| final ComponentEntity | component | ||
| ) | throws JMSException |
The given componentEntity is executed.
| component |
| JMSException |
| void sendRunExperimentMessage | ( | final Experiment | experiment | ) | throws JMSException |
The given experiment is executed.
| experiment |
| JMSException |
| void setJmsTemplate | ( | ConnectionFactory | template | ) |
| void setQueue | ( | Destination | queue | ) |