Commit df0fde18 authored by ssurve's avatar ssurve

FI2KSUN003 Budget Account Generation Process Remote


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@93056 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 13658c8e
package ibase.webitm.ejb.fin;
import ibase.webitm.ejb.ActionHandlerRemote;
import ibase.webitm.utility.ITMException;
import java.rmi.RemoteException;
import javax.ejb.Remote;
@Remote // added for ejb3
public interface BudgetGrpAcctGenPrcRemote extends ActionHandlerRemote
{
public String actionHandler(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