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

All Known Subinterfaces:
BaseE, Derived

public interface BaseS

This is the base interface, implemented by all beans


Method Summary
 boolean callAnotherMethod()
           
 void complexMethod(java.util.Hashtable h, java.lang.Object[] o)
           
 java.lang.String getPrincipalName()
           
 java.lang.String getPrincipalNameOfAnotherBean()
           
 boolean isCallerInRole(java.lang.String role)
           
 void simpleMethod()
           
 

Method Detail

getPrincipalName

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

getPrincipalNameOfAnotherBean

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

isCallerInRole

public boolean isCallerInRole(java.lang.String role)
                       throws java.rmi.RemoteException

simpleMethod

public void simpleMethod()
                  throws java.rmi.RemoteException

complexMethod

public void complexMethod(java.util.Hashtable h,
                          java.lang.Object[] o)
                   throws java.rmi.RemoteException

callAnotherMethod

public boolean callAnotherMethod()
                          throws java.rmi.RemoteException