Commit a6d04b13 authored by agaikwad's avatar agaikwad

implement wrong interface


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@106535 ce508802-f39f-4f6c-b175-0d175dae99d5
parent dcdac321
......@@ -23,12 +23,12 @@ import javax.naming.InitialContext;
@Stateless // added for ejb3
public class RcpAdvTaxcalcPrc extends ProcessEJB implements AcctCctrPrcLocal,AcctCctrPrcRemote //SessionBean
public class RcpAdvTaxcalcPrc extends ProcessEJB implements RcpAdvTaxcalcPrcLocal,RcpAdvTaxcalcPrcRemote //SessionBean
{
ITMDBAccessEJB itmDBAccessEJB = new ITMDBAccessEJB();
public String process() throws RemoteException,ITMException
{
return "";
return "";x
}
public String process(String xmlString, String xmlString2, 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