Methods Summary |
---|
public void | cancel(java.lang.String stock, StockNotify obj)Cancel request for stock updates for a particular stock.
|
public void | cancelAll(StockNotify obj)Cancel all requests for stock updates for the remote object.
|
public Stock[] | list(StockNotify obj)Returns an array of stock update information for the stocks
already registered by the remote object.
|
public Stock | watch(java.lang.String stock, StockNotify obj)Request notification of stock updates.
|