WebLogic Server 6.0 Code Examples, BEA Systems, Inc.

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.

Method Summary
 double get52weekHigh()
           
 double get52weekLow()
           
 double getPrice()
           
 java.lang.String getSymbol()
           
 long getVolume()
           
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

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

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

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