org.jboss.test.bmp.interfaces
Interface BMPHelperSession

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

public interface BMPHelperSession
extends EJBObject (src)


Method Summary
 void createSimpleBeanTable()
           
 java.lang.String doTest()
           
 java.lang.String doTestAfterRollback()
           
 void dropSimpleBeanTable()
           
 boolean existsSimpleBeanTable()
           
 
Methods inherited from interface javax.ejb.EJBObject (src)
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

existsSimpleBeanTable

public boolean existsSimpleBeanTable()
                              throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

createSimpleBeanTable

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

dropSimpleBeanTable

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

doTest

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

doTestAfterRollback

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