remoteTester.runner.server.interfaces
Interface TestRunnerRemoteHome

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

public interface TestRunnerRemoteHome
extends javax.ejb.EJBHome

EJB Remote Home


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

Method Detail

create

public TestRunnerRemote create()
                        throws javax.ejb.CreateException,
                               java.rmi.RemoteException
create TestRunnerRemote reference

Returns:
a TestRunnerRemote reference
Throws:
javax.ejb.CreateException - if the reference can't be created (usually because you don't have server client classes)
java.rmi.RemoteException - if anything goes wrong on the network connection


Copyright © 2003-2004 Nicolas FRANK. All Rights Reserved.