Commit 00d24c25 authored by steurwadkar's avatar steurwadkar

Extended Process Local and Remote interfaces


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@102396 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 01c0b0dc
...@@ -16,7 +16,9 @@ import java.sql.Connection; ...@@ -16,7 +16,9 @@ import java.sql.Connection;
import org.w3c.dom.*; import org.w3c.dom.*;
@javax.ejb.Local @javax.ejb.Local
public interface POCaseLabelPrcLocal //Changed by Santosh on 11-07-16 for ClassCastException issue in WildFly
//public interface POCaseLabelPrcLocal extends ProcessLocal
public interface POCaseLabelPrcLocal extends ProcessLocal
{ {
public String process() throws RemoteException,ITMException; public String process() throws RemoteException,ITMException;
public String process(Document dom, Document dom2, String windowName, String xtraParams) throws RemoteException,ITMException; public String process(Document dom, Document dom2, String windowName, String xtraParams) throws RemoteException,ITMException;
......
...@@ -16,7 +16,9 @@ import java.sql.Connection; ...@@ -16,7 +16,9 @@ import java.sql.Connection;
import org.w3c.dom.*; import org.w3c.dom.*;
@javax.ejb.Remote @javax.ejb.Remote
public interface POCaseLabelPrcRemote //Changed by Santosh on 11-07-16 for ClassCastException issue in WildFly
//public interface POCaseLabelPrcRemote
public interface POCaseLabelPrcRemote extends ProcessRemote
{ {
public String process() throws RemoteException,ITMException; public String process() throws RemoteException,ITMException;
public String process(Document dom, Document dom2, 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