1 /* $Id: ProtocolBinOperationDef.java,v 1.2 2004/05/20 14:23:52 bures Exp $ */2 package SOFA.SOFAnode.Made.TIR;3 import java.rmi.RemoteException ;4 5 public interface ProtocolBinOperationDef extends ProtocolOperDef {6 public ProtocolOperDef operand1() throws RemoteException ;7 public ProtocolOperDef operand2() throws RemoteException ;8 }9