Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.mandarax.eca.jms
Class JMSAction  view JMSAction download JMSAction.java

java.lang.Object
  extended byorg.mandarax.eca.AbstractAction
      extended byorg.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.