Berkeley DB Java Edition Examples
version 4.0.103

je.rep.quote
Interface StockQuotesRMIForwarding.WriteServices

All Superinterfaces:
Remote
All Known Implementing Classes:
StockQuotesRMIForwarding.WriteServicesImpl
Enclosing class:
StockQuotesRMIForwarding

public static interface StockQuotesRMIForwarding.WriteServices
extends Remote


Method Summary
 void update(je.rep.quote.Quote quote)
          The "write" operation which will update the price associated with the Stock.
 

Method Detail

update

void update(je.rep.quote.Quote quote)
            throws RemoteException
The "write" operation which will update the price associated with the Stock.

Throws:
RemoteException

Berkeley DB Java Edition Examples
version 4.0.103

Copyright (c) 2004-2010 Oracle. All rights reserved.