org.acme
Interface MagicGBallHome

All Superinterfaces:
EJBHome, Remote

public interface MagicGBallHome
extends EJBHome

Home interface for Enterprise Bean: MagicGBall


Method Summary
 MagicGBall create()
          Creates a default instance of Session Bean: MagicGBall
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

MagicGBall create()
                  throws CreateException,
                         RemoteException
Creates a default instance of Session Bean: MagicGBall

Throws:
CreateException
RemoteException


Copyright © 2003-2006 Apache Software Foundation. All Rights Reserved.