Commit 6441e55d authored by sanashaikh's avatar sanashaikh

Sana S:modified on 22/08/2019

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@206262 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 2087bc34
package ibase.webitm.ejb.adm.adv;
import java.rmi.RemoteException;
import org.w3c.dom.*;
import javax.xml.parsers.*;
import ibase.webitm.ejb.*;
import ibase.webitm.utility.ITMException;
import java.sql.*;
import ibase.webitm.ejb.ActionHandlerRemote;
import javax.ejb.Remote;
@Remote
public interface HolChangePreCancRemote extends ActionHandlerRemote
{
public String actionHandler() throws RemoteException,ITMException;
public String actionHandler(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