|
|||||||||
| Home >> All >> org >> mandarax >> eca >> [ jms overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.mandarax.eca.jms
Class JMSAction

java.lang.Objectorg.mandarax.eca.AbstractAction
org.mandarax.eca.jms.JMSAction
- All Implemented Interfaces:
- org.mandarax.eca.Action, org.mandarax.eca.ECALog
- public class JMSAction
- extends org.mandarax.eca.AbstractAction
JMS based implementation of the action interface. Performing an action means to sending out a JMS message.
- Version:
- 0.1
| Field Summary |
| Fields inherited from class org.mandarax.eca.AbstractAction |
|
| Fields inherited from interface org.mandarax.eca.ECALog |
LOG_ECA |
| Constructor Summary | |
JMSAction()
|
|
| Method Summary | |
void |
perform(java.lang.Object[] parameters)
Perform the action using the parameters. |
| Methods inherited from class org.mandarax.eca.AbstractAction |
getTarget, setTarget |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
JMSAction
public JMSAction()
| Method Detail |
perform
public void perform(java.lang.Object[] parameters) throws org.mandarax.eca.ActionException
- Perform the action using the parameters.
|
|||||||||
| Home >> All >> org >> mandarax >> eca >> [ jms overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC