org.jboss.test.cts.interfaces
Interface StatefulSessionHome

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

public interface StatefulSessionHome
extends EJBHome (src)

The remote home interface for stateful session tests


Method Summary
 StatefulSession (src) create(java.lang.String testName)
           
 StatefulSession (src) createAlt(java.lang.String testName)
          A test of the alternate ejbCreate form of create
 
Methods inherited from interface javax.ejb.EJBHome (src)
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

public StatefulSession (src)  create(java.lang.String testName)
                       throws java.rmi.RemoteException,
                              CreateException (src) 
Throws:
java.rmi.RemoteException
CreateException (src)

createAlt

public StatefulSession (src)  createAlt(java.lang.String testName)
                          throws java.rmi.RemoteException,
                                 CreateException (src) 
A test of the alternate ejbCreate form of create

Parameters:
testName -
Returns:
The StatefulSession remote proxy
Throws:
java.rmi.RemoteException - thrown on transport error
CreateException (src) - thrown on container error