|
| WebLogic Server 6.0 Code Examples, BEA Systems, Inc. |
SUMMARY: INNER | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |
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.
Methods inherited from interface javax.ejb.EJBHome |
getEJBMetaData, getHomeHandle, remove, remove |
findByPrimaryKey
public Stock findByPrimaryKey(java.lang.String symbol)
throws javax.ejb.FinderException,
java.rmi.RemoteException
Copyright © 2000 BEA Systems, Inc. All Rights Reserved.