org.objectweb.jonas.stests.manyops
Interface Product


public interface Product

Product remote interface


Method Summary
 int getPrice()
           
 void setPrice(int i)
           
 

Method Detail

getPrice

public int getPrice()
             throws java.rmi.RemoteException

setPrice

public void setPrice(int i)
              throws java.rmi.RemoteException