com.ibm.websphere.samples.asynchbeans.wstrader.pricegen.ejb
Interface RawTickerConfigLocalHome

All Superinterfaces:
javax.ejb.EJBLocalHome

public interface RawTickerConfigLocalHome
extends javax.ejb.EJBLocalHome

Local Home interface for Enterprise Bean: RawTickerConfig


Method Summary
 RawTickerConfigLocal create(java.lang.Long id)
          Creates an instance from a key for Entity Bean: RawTickerConfig
 java.util.Collection findAllTickers()
           
 RawTickerConfigLocal findByPrimaryKey(java.lang.Long primaryKey)
          Finds an instance using a key for Entity Bean: RawTickerConfig
 
Methods inherited from interface javax.ejb.EJBLocalHome
remove
 

Method Detail

create

RawTickerConfigLocal create(java.lang.Long id)
                            throws javax.ejb.CreateException
Creates an instance from a key for Entity Bean: RawTickerConfig

Throws:
javax.ejb.CreateException

findByPrimaryKey

RawTickerConfigLocal findByPrimaryKey(java.lang.Long primaryKey)
                                      throws javax.ejb.FinderException
Finds an instance using a key for Entity Bean: RawTickerConfig

Throws:
javax.ejb.FinderException

findAllTickers

java.util.Collection findAllTickers()
                                    throws javax.ejb.FinderException
Throws:
javax.ejb.FinderException