| |
|
| java.lang.Object org.jboss.test.security.ejb.CallerFacadeBean
CallerFacadeBean | public class CallerFacadeBean implements SessionBean(Code) | | A simple session bean that calls the CalleeBean
author: Scott.Stark@jboss.org version: $Revision: 57211 $ |
callEcho | public void callEcho()(Code) | | This method should call invokeEcho on another CalledSession
|
ejbActivate | public void ejbActivate()(Code) | | |
ejbCreate | public void ejbCreate() throws CreateException(Code) | | |
ejbPassivate | public void ejbPassivate()(Code) | | |
ejbRemove | public void ejbRemove()(Code) | | |
invokeEcho | public String invokeEcho(String arg)(Code) | | This method calls echo on a StatelessSessionLocal and asserts that the
caller is in the EchoCaller role.
|
setSessionContext | public void setSessionContext(SessionContext context)(Code) | | |
|
|
|