Commit 778f5dcc authored by sanashaikh's avatar sanashaikh

Sana S: Added on 01/10/2019

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@208694 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 9187acf0
package ibase.webitm.ejb.adm;
import java.rmi.RemoteException;
//Changed by Dhiraj req ID: AD01SUN008 [05/10/10]
//import javax.ejb.EJBObject;
import org.w3c.dom.*;
import ibase.webitm.utility.ITMException;
//Changed by Dhiraj req ID: AD01SUN008 [05/10/10].start
import javax.ejb.Remote;
@Remote
//public interface ShiftProcess extends ibase.webitm.ejb.Process,EJBObject
public interface PayrollProcessRemote extends ibase.webitm.ejb.ProcessRemote
//Changed by Dhiraj req ID: AD01SUN008 [05/10/10].end
{
public String process() throws RemoteException,ITMException;
public String process(String xmlString, String xmlString2, String windowName, String xtraParams) throws RemoteException,ITMException;
public String process(Document dom, Document dom2, String windowName, String xtraParams) 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