org.jboss.soa.esb.actions
Class DummySqlRowAction

java.lang.Object
  extended by java.util.Observable
      extended by org.jboss.soa.esb.actions.AbstractAction
          extended by org.jboss.soa.esb.actions.AbstractSqlRowAction
              extended by org.jboss.soa.esb.actions.DummySqlRowAction
All Implemented Interfaces:
java.lang.Runnable

public class DummySqlRowAction
extends AbstractSqlRowAction

Use this class to tune your XML configurations

Once your config works with this dummy class, you can switch to your own action class

You will have to implement these three methods in your own action class

Author:
Esteban

Nested Class Summary
 
Nested classes/interfaces inherited from class org.jboss.soa.esb.actions.AbstractSqlRowAction
AbstractSqlRowAction.Params
 
Field Summary
 
Fields inherited from class org.jboss.soa.esb.actions.AbstractSqlRowAction
m_oConn, m_PSsel4U, m_PSupd
 
Fields inherited from class org.jboss.soa.esb.actions.AbstractAction
m_oCurr, m_oLogger, m_oParms
 
Constructor Summary
DummySqlRowAction(DomElement p_oP, java.lang.Object p_oCurr)
          Constructor must always have the configuration tree and the object that the run() method will process
 
Method Summary
 java.io.Serializable getErrorNotification()
           
 java.io.Serializable getOkNotification()
           
 void processCurrentObject()
           
 
Methods inherited from class org.jboss.soa.esb.actions.AbstractSqlRowAction
getColumnValue, getKeys, getSel4Upd, getStatus, getUpdStmt, run
 
Methods inherited from class java.util.Observable
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DummySqlRowAction

public DummySqlRowAction(DomElement p_oP,
                         java.lang.Object p_oCurr)
                  throws java.lang.Exception
Constructor must always have the configuration tree and the object that the run() method will process

Parameters:
p_oP -
p_oCurr -
Throws:
java.lang.Exception
Method Detail

processCurrentObject

public void processCurrentObject()
                          throws java.lang.Exception
Specified by:
processCurrentObject in class AbstractAction
Throws:
java.lang.Exception

getOkNotification

public java.io.Serializable getOkNotification()
Specified by:
getOkNotification in class AbstractAction

getErrorNotification

public java.io.Serializable getErrorNotification()
Specified by:
getErrorNotification in class AbstractAction