1 5 package SOFA.SOFAnode.InOut.Connector; 6 7 import java.rmi.Remote ; 8 import java.rmi.RemoteException ; 9 10 import SOFA.SOFAnode.InOut.InOutException; 11 import SOFA.SOFAnode.TR.ComponentInfo; 12 13 17 public interface CNInOut2InOutRemote extends Remote { 18 byte[] pullBundle (ComponentInfo[] descs, ComponentInfo[] comps, boolean inferiors) throws RemoteException , InOutException; 19 20 void pushBundle (byte[] bundleData) throws RemoteException , InOutException; 21 } 22 | Popular Tags |