Commit a4b8cec8 authored by pgole's avatar pgole

Updated EJB for extended wrong ejb process ejb changes to action handlerremote ejb


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@104138 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 34e2af9d
...@@ -8,7 +8,7 @@ import java.rmi.RemoteException; ...@@ -8,7 +8,7 @@ import java.rmi.RemoteException;
import javax.ejb.Remote; import javax.ejb.Remote;
@Remote @Remote
public interface WoClosePobConfRemote extends ProcessRemote public interface WoClosePobConfRemote extends ActionHandlerRemote
{ {
public String confirm(String tranID, String xtraParams, String forcedFlag) 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