Commit c13c4a77 authored by caluka's avatar caluka

connection cp parameter added


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@103627 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 1624a656
......@@ -12,4 +12,5 @@ public interface DespatchConfirmLocal extends ActionHandlerLocal
{
public String confirm(String tranID, String xtraParams, String forcedFlag) throws RemoteException,ITMException;
public String confirm( String tranId, String xtraParams,String forcedFlag, Connection conn) throws RemoteException,ITMException;
public String confirm( String tranId, String xtraParams,String forcedFlag, Connection conn,Connection connCP) throws RemoteException,ITMException;
}
......@@ -12,4 +12,5 @@ public interface DespatchConfirmRemote extends ActionHandlerRemote
public String confirm(String tranID, String xtraParams, String forcedFlag) throws RemoteException,ITMException;
public String confirm( String tranId, String xtraParams,String forcedFlag, Connection conn) throws RemoteException,ITMException;
public String confirm( String tranId, String xtraParams,String forcedFlag, Connection conn,Connection connCP) 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