org.jboss.test.testbeancluster.interfaces
Interface StatelessSession

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

public interface StatelessSession
extends EJBObject (src)

A stateless session interface for clustering testing


Method Summary
 void callBusinessMethodA()
           
 java.lang.String callBusinessMethodB(java.lang.String jndiURL)
           
 long getCallCount()
           
 void makeCountedCall()
           
 void resetNumberOfCalls()
           
 
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(java.lang.String jndiURL)
                                     throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

resetNumberOfCalls

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

makeCountedCall

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

getCallCount

public long getCallCount()
                  throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException