org.jcoderz.commons.config
Interface ConfigEntityHome

All Superinterfaces:
EJBHome, Remote

public interface ConfigEntityHome
extends EJBHome

Home interface for ConfigEntity.


Field Summary
static String COMP_NAME
           
static String JNDI_NAME
           
 
Method Summary
 ConfigEntity create(ConfigEntityData data)
           
 Collection findAll()
           
 ConfigEntity findByPrimaryKey(ConfigEntityPK pk)
           
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Field Detail

COMP_NAME

static final String COMP_NAME
See Also:
Constant Field Values

JNDI_NAME

static final String JNDI_NAME
See Also:
Constant Field Values
Method Detail

create

ConfigEntity create(ConfigEntityData data)
                    throws CreateException,
                           RemoteException
Throws:
CreateException
RemoteException

findAll

Collection findAll()
                   throws FinderException,
                          RemoteException
Throws:
FinderException
RemoteException

findByPrimaryKey

ConfigEntity findByPrimaryKey(ConfigEntityPK pk)
                              throws FinderException,
                                     RemoteException
Throws:
FinderException
RemoteException


Copyright 2007 The jCoderZ Project.