org.jboss.test.invokers.interfaces
Interface BusinessObjectHome

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

public interface BusinessObjectHome
extends EJBHome (src)


Method Summary
 BusinessObject (src) create()
           
 
Methods inherited from interface javax.ejb.EJBHome (src)
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

public BusinessObject (src)  create()
                      throws java.rmi.RemoteException,
                             CreateException (src) 
Throws:
java.rmi.RemoteException
CreateException (src)