com.stc.eindex.ejb.master
Interface MasterControllerHome


public interface MasterControllerHome

The MasterControllerHome interface is the remote home interface for the MasterController class.


Method Summary
 MasterController create()
          Creates a MasterController session bean.
 

Method Detail

create

public MasterController create()
                        throws java.rmi.RemoteException,
                               CreateException
Creates a MasterController session bean.

Parameters:
None.

Returns:
MasterController A Master Controller session bean.
Throws:
java.rmi.RemoteException - The connection to the server was lost.
CreateException - An error occured while creating the session bean.


Copyright 2007 by Sun Microsystems, Inc. All Rights Reserved.