com.parsec.ejbs.config
Interface ParsecConfigHome

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

public interface ParsecConfigHome
extends javax.ejb.EJBHome


Method Summary
 ParsecConfig create(java.lang.String propName, java.lang.String propValue)
           
 ParsecConfig findByPrimaryKey(java.lang.String id)
           
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

public ParsecConfig create(java.lang.String propName,
                           java.lang.String propValue)
                    throws java.rmi.RemoteException,
                           javax.ejb.CreateException

findByPrimaryKey

public ParsecConfig findByPrimaryKey(java.lang.String id)
                              throws javax.ejb.FinderException,
                                     java.rmi.RemoteException