org.jboss.test.testbean.interfaces
Interface StatelessSession
- All Superinterfaces:
- EJBObject (src) , java.rmi.Remote
- public interface StatelessSession
- extends EJBObject (src)
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)