com.arjuna.ats.arjuna.tools.osb.util
Interface ActionWrapper

All Known Implementing Classes:
AtomicActionBean.AtomicActionWrapper, BasicActionBean.BasicActionWrapper

public interface ActionWrapper

An interface that abstracts the differences between the JTS and JTA versions of actions


Method Summary
 BasicAction getAction()
           
 void populateLists(java.util.Map<java.lang.String,LogRecordListBean> lists, BasicActionBean bean)
           
 void remove()
           
 

Method Detail

populateLists

void populateLists(java.util.Map<java.lang.String,LogRecordListBean> lists,
                   BasicActionBean bean)

remove

void remove()
            throws ObjectStoreException
Throws:
ObjectStoreException

getAction

BasicAction getAction()