org.jboss.test.testbean.interfaces
Interface StatelessSession

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

public interface StatelessSession
extends EJBObject (src)


Method Summary
 void callBusinessMethodA()
           
 java.lang.String callBusinessMethodB()
           
 java.lang.String callBusinessMethodB(java.lang.String words)
           
 java.lang.String callBusinessMethodC()
           
 void callBusinessMethodD()
           
 java.lang.String callBusinessMethodE()
           
 void testClassLoading()
           
 
Methods inherited from interface javax.ejb.EJBObject (src)
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

callBusinessMethodA

public void callBusinessMethodA()
                         throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

callBusinessMethodB

public java.lang.String callBusinessMethodB()
                                     throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

callBusinessMethodB

public java.lang.String callBusinessMethodB(java.lang.String words)
                                     throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

callBusinessMethodC

public java.lang.String callBusinessMethodC()
                                     throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

callBusinessMethodD

public void callBusinessMethodD()
                         throws java.rmi.RemoteException,
                                BusinessMethodException (src) 
Throws:
java.rmi.RemoteException
BusinessMethodException (src)

callBusinessMethodE

public java.lang.String callBusinessMethodE()
                                     throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

testClassLoading

public void testClassLoading()
                      throws java.rmi.RemoteException,
                             BusinessMethodException (src) 
Throws:
java.rmi.RemoteException
BusinessMethodException (src)