WebLogic Server 6.0 Code Examples, BEA Systems, Inc.

examples.ejb.extensions.readMostly
Interface StockHome

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

public interface StockHome
extends javax.ejb.EJBHome

The home interface for the StockBean read-only EJB. Note that interface doesn't define any create methods. A client can only obtain a reference to a StockBean by using the findByPrimaryKey method declared here.

Author:
Copyright (c) 1999-2000 by BEA Systems, Inc. All Rights Reserved.

Method Summary
 Stock findByPrimaryKey(java.lang.String symbol)
           
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

findByPrimaryKey

public Stock findByPrimaryKey(java.lang.String symbol)
                       throws javax.ejb.FinderException,
                              java.rmi.RemoteException

Documentation is available at
http://e-docs.bea.com/wls/docs60

Copyright © 2000 BEA Systems, Inc. All Rights Reserved.