Class QExec

All Implemented Interfaces:
Configurable, QBean, QExecMBean, QBeanSupportMBean, QPersist

public class QExec extends QBeanSupport implements QExecMBean
QBean for starting and stopping scripts or programs.
Example xml:
 <exec class="org.jpos.q2.qbean.QExec">
   <attr name="startScript">YOUR PATH TO PROGRAM</attr>
   <attr name="shutdownScript">YOUR PATH TO PROGRAM</attr>
 </exec>