com.croftsoft.apps.wyrm.entity
Interface PcLocalHome

All Superinterfaces:
EJBLocalHome

public interface PcLocalHome
extends EJBLocalHome

Local home interface for player character EJB.

Since:
2002-09-30
Version:
2002-10-01
Author:
David Wallace Croft

Method Summary
 PcLocal create()
           
 PcLocal findByPrimaryKey(Long id)
           
 
Methods inherited from interface javax.ejb.EJBLocalHome
remove
 

Method Detail

create

PcLocal create()
               throws CreateException,
                      EJBException
Throws:
CreateException
EJBException

findByPrimaryKey

PcLocal findByPrimaryKey(Long id)
                         throws FinderException,
                                EJBException
Throws:
FinderException
EJBException

CroftSoft Javadoc

CroftSoft Apps Javadoc (2008-09-28 21:15:07)