org.objectweb.jonas.jtests.beans.local
Interface Target


public interface Target

Target remote interface


Method Summary
 int getNumber()
           
 java.lang.String getString()
           
 int getTen()
           
 boolean isCreatedViaCreateXX()
           
 void method2(java.lang.String s)
           
 

Method Detail

getTen

public int getTen()
           throws java.rmi.RemoteException

method2

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

getNumber

public int getNumber()
              throws java.rmi.RemoteException

getString

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

isCreatedViaCreateXX

public boolean isCreatedViaCreateXX()
                             throws java.rmi.RemoteException