1 5 package com.opensymphony.workflow; 6 7 import com.opensymphony.module.propertyset.PropertySet; 8 9 import java.rmi.Remote ; 10 import java.rmi.RemoteException ; 11 12 import java.util.Map ; 13 14 15 23 public interface FunctionProviderRemote extends Remote { 24 26 45 public void execute(Map transientVars, Map args, PropertySet ps) throws RemoteException ; 46 } 47 | Popular Tags |