WebLogic Server 6.0 Code Examples, BEA Systems, Inc.

examples.ejb.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-2000 by BEA Systems, Inc. All Rights Reserved.

Method Summary
 void updateStock(double price, long volume)
           
 
Methods inherited from interface examples.ejb.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/docs60

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