net.sourceforge.junitejb
Interface EJBTestRunnerHome

All Superinterfaces:
javax.ejb.EJBHome, java.rmi.Remote

public interface EJBTestRunnerHome
extends javax.ejb.EJBHome

Remote home interface of the ejb test runner.

Version:
$Revision: 1.2 $
Author:
Dain Sundstrom

Method Summary
 EJBTestRunner create()
          Creates an ejb test runner.
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

public EJBTestRunner create()
                     throws java.rmi.RemoteException,
                            javax.ejb.CreateException
Creates an ejb test runner.

Returns:
a new EJBTestRunner
Throws:
java.rmi.RemoteException
javax.ejb.CreateException


Distributable under LGPL license. See terms of license at gnu.org