All Examples  This Package

Interface examples.rmi.stock.StockNotify

public interface StockNotify
extends Remote
This class is used with the WebLogic RMI Stock examples package. The StockNotify remote interface is used to receive a stock update.

The classes in this package have been adapted to work with WebLogic RMI from WebLogic.


Method Index

 o update(Date, Stock[])
Notification of stock updates for a particular time.

Methods

 o update
 public abstract void update(Date date,
                             Stock stocks[]) throws RemoteException
Notification of stock updates for a particular time. The stocks array is all those stocks in which the object has registered an interest.

Parameters:
date - Time of the stock update
stocks - Array of the interesting stocks
Throws: RemoteException
if a communication failure occurs

All Examples  This Package