org.objectweb.jonas.jtests.beans.secured
Interface BaseE

All Superinterfaces:
BaseS

public interface BaseE
extends BaseS

This is the base interface, implemented by all beans


Method Summary
 java.lang.String getInfo()
           
 java.lang.String getName()
           
 void setInfo(java.lang.String s)
           
 void setName(java.lang.String s)
           
 
Methods inherited from interface org.objectweb.jonas.jtests.beans.secured.BaseS
callAnotherMethod, complexMethod, getPrincipalName, getPrincipalNameOfAnotherBean, isCallerInRole, simpleMethod
 

Method Detail

getName

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

setName

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

getInfo

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

setInfo

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