Upload New File

parent 77b28f6e
package ibase.utility;
import cdjd.javassist.tools.rmi.RemoteException;
import ibase.webitm.ejb.ActionHandlerEJB;
import ibase.webitm.utility.ITMException;
public class ConfirmTransaction extends ActionHandlerEJB
{
public String confirmTransDetails(String tranID, String xtraParam, String forceFlag)throws RemoteException, ITMException
{
String retVal = "";
BaseLogger.log("3", null, null, "Inside confirmTransDetails.. ");
BaseLogger.log("3", null, null, "Inside actionHandler.. tranID[ " + tranID + "]");
return retVal;
}
}
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