org.objectweb.jonas.jtests.beans.ebasic
Interface Account


public interface Account

Account remote interface


Method Summary
 java.lang.String getCustomer()
           
 int getNumberPrimitive()
           
 void setCustomer(java.lang.String s)
           
 

Method Detail

getNumberPrimitive

public int getNumberPrimitive()
                       throws java.rmi.RemoteException

getCustomer

public java.lang.String getCustomer()
                             throws java.rmi.RemoteException

setCustomer

public void setCustomer(java.lang.String s)
                 throws java.rmi.RemoteException