Commit 295a01fd authored by vdhoble's avatar vdhoble

changes for unfreeze button


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@97782 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 843aa46b
...@@ -14,4 +14,5 @@ public interface DespatchActLocal extends ActionHandlerLocal//,EJBObject ...@@ -14,4 +14,5 @@ public interface DespatchActLocal extends ActionHandlerLocal//,EJBObject
public String actionHandler() throws RemoteException,ITMException; public String actionHandler() throws RemoteException,ITMException;
public String actionHandler(String actionType, String xmlString, String objContext, String xtraParams) throws RemoteException,ITMException; public String actionHandler(String actionType, String xmlString, String objContext, String xtraParams) throws RemoteException,ITMException;
public String actionHandler(String actionType, String xmlString, String xmlString1, String objContext, String xtraParams) throws RemoteException,ITMException; public String actionHandler(String actionType, String xmlString, String xmlString1, String objContext, String xtraParams) throws RemoteException,ITMException;
public String actionHandlerUnfreeze(String tranId, String forcedFlag,String xtraParams)throws RemoteException,ITMException;
} }
\ No newline at end of file
...@@ -12,4 +12,6 @@ public interface DespatchActRemote extends ActionHandlerRemote//,EJBObject ...@@ -12,4 +12,6 @@ public interface DespatchActRemote extends ActionHandlerRemote//,EJBObject
public String actionHandler() throws RemoteException,ITMException; public String actionHandler() throws RemoteException,ITMException;
public String actionHandler(String actionType, String xmlString, String objContext, String xtraParams) throws RemoteException,ITMException; public String actionHandler(String actionType, String xmlString, String objContext, String xtraParams) throws RemoteException,ITMException;
public String actionHandler(String actionType, String xmlString, String xmlString1, String objContext, String xtraParams) throws RemoteException,ITMException; public String actionHandler(String actionType, String xmlString, String xmlString1, String objContext, String xtraParams) throws RemoteException,ITMException;
public String actionHandlerUnfreeze(String tranId, String forcedFlag,String xtraParams)throws RemoteException,ITMException;
} }
\ No newline at end of file
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