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
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