|
| WebLogic Server 6.0 Code Examples, BEA Systems, Inc. |
SUMMARY: INNER | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |
examples.ejb.extensions.readMostly
Interface Stock
- All Superinterfaces:
- javax.ejb.EJBObject, java.rmi.Remote
- All Known Subinterfaces:
- StockWriter
- public interface Stock
- extends javax.ejb.EJBObject
The remote interface for the StockBean read-only EJB. Note that this
interface doesn't define any "set" methods as this would break our goal
of defining a strictly read-only bean.
- Author:
- Copyright (c) 1999-2000 by BEA Systems, Inc. All Rights Reserved.
Methods inherited from interface javax.ejb.EJBObject |
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
get52weekHigh
public double get52weekHigh()
throws java.rmi.RemoteException
get52weekLow
public double get52weekLow()
throws java.rmi.RemoteException
getPrice
public double getPrice()
throws java.rmi.RemoteException
getSymbol
public java.lang.String getSymbol()
throws java.rmi.RemoteException
getVolume
public long getVolume()
throws java.rmi.RemoteException
Copyright © 2000 BEA Systems, Inc. All Rights Reserved.