com.ibm.websphere.samples.activitysessionEJB
Interface MasterMindGameHome

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

public interface MasterMindGameHome
extends javax.ejb.EJBHome

This is a Home interface for the MasterMindGameBean, part of the ActivitySessions Samples.


Method Summary
 MasterMindGame create()
          create method for a MasterMindGameBean
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

MasterMindGame create()
                      throws javax.ejb.CreateException,
                             java.rmi.RemoteException
create method for a MasterMindGameBean

Returns:
com.ibm.websphere.samples.activitysessions.MasterMindGame
Throws:
javax.ejb.CreateException - The exception description.
java.rmi.RemoteException - The exception description.