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
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