KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > SOFA > SOFAnode > InOut > InOut2ClientOperations


1 package SOFA.SOFAnode.InOut;
2
3 /** Provides methods to clients (local as well as remote).
4   * The real behavior of specified methods depends on current policies.
5   * Generated by SOFA CodeGen
6   */

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