org.acme
Interface MagicGBallHome

All Superinterfaces:
EJBHome, Remote

public interface MagicGBallHome
extends EJBHome

Home interface for Enterprise Bean: MagicGBall

Version:
$Rev: 356022 $ $Date: 2005-12-11 12:58:34 -0800 (Sun, 11 Dec 2005) $

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

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

Throws:
CreateException
RemoteException


Copyright © 2006 Apache Software Foundation. All Rights Reserved.