org.jboss.test.security.interfaces
Interface CalledSession

All Superinterfaces:
EJBObject (src) , java.rmi.Remote

public interface CalledSession
extends EJBObject (src)

A session interface used to test


Method Summary
 void callEcho()
          This method should call invokeEcho on another CalledSession
 java.lang.String invokeEcho(java.lang.String arg)
          This method should call echo on a StatelessSessionLocal
 void noop()
          A method that does nothing but is not assiged a method-permission in the ejb-jar.xml descriptor
 
Methods inherited from interface javax.ejb.EJBObject (src)
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

invokeEcho

public java.lang.String invokeEcho(java.lang.String arg)
                            throws java.rmi.RemoteException
This method should call echo on a StatelessSessionLocal

Throws:
java.rmi.RemoteException

callEcho

public void callEcho()
              throws java.rmi.RemoteException
This method should call invokeEcho on another CalledSession

Throws:
java.rmi.RemoteException

noop

public void noop()
          throws java.rmi.RemoteException
A method that does nothing but is not assiged a method-permission in the ejb-jar.xml descriptor

Throws:
java.rmi.RemoteException