Commit d50d2a17 authored by pdas's avatar pdas

Stoppages Confirm Local for confirm button


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@97661 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 28cfb51d
package ibase.webitm.ejb.mfg;
import ibase.webitm.utility.ITMException;
import java.rmi.RemoteException;
import javax.ejb.Local;
@Local
public interface StoppagesConfLocal {
public String actionHandler() throws RemoteException,ITMException;
public String actionHandler(String actionType, String xmlString, String objContext, String xtraParams) throws RemoteException,ITMException;
public String confirm(String tranId, String xtraParams, String forcedFlag) throws RemoteException,ITMException;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment