WebLogic Server 7.0 Code Examples, BEA Systems, Inc.

examples.ejb11.extensions.readMostly
Interface StockWriter

All Superinterfaces:
javax.ejb.EJBObject, java.rmi.Remote, Stock

public interface StockWriter
extends Stock

The remote interface for the StockWriterBean.

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

Method Summary
 void updateStock(double price, long volume)
           
 
Methods inherited from interface examples.ejb11.extensions.readMostly.Stock
get52weekHigh, get52weekLow, getPrice, getSymbol, getVolume
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

updateStock

public void updateStock(double price,
                        long volume)
                 throws java.rmi.RemoteException

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

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