1 package SOFA.SOFAnode.InOut; 2 3 7 public interface InOut2ClientOperations { 8 void obtain(java.lang.String [] offers, java.lang.String [] components, java.lang.String sofaNode) throws SOFA.SOFAnode.InOut.InOutException; 9 void distribute(java.lang.String [] offers, java.lang.String [] components, java.lang.String [] sofaNodes) throws SOFA.SOFAnode.InOut.InOutException; 10 void obtainOffers(java.lang.String [] offers, java.lang.String sofaNode) throws SOFA.SOFAnode.InOut.InOutException; 11 void distributeOffers(java.lang.String [] offers, java.lang.String [] sofaNodes) throws SOFA.SOFAnode.InOut.InOutException; 12 void obtainComponents(java.lang.String [] components, java.lang.String sofaNode) throws SOFA.SOFAnode.InOut.InOutException; 13 void distributeComponents(java.lang.String [] components, java.lang.String [] sofaNodes) throws SOFA.SOFAnode.InOut.InOutException; 14 SOFA.SOFAnode.InOut.Bundle list() ; 15 } 16 | Popular Tags |