All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class bond.demo.StockWatcher.bondStockWatcher

java.lang.Object
   |
   +----bond.object.bondObject
           |
           +----bond.runnable.bondExecutable
                   |
                   +----bond.runnable.server.bondServer
                           |
                           +----bond.demo.StockWatcher.bondStockWatcher

public class bondStockWatcher
extends bondServer
implements bondMonitoringInterface

Constructor Index

 o bondStockWatcher()

Method Index

 o getSMTPhost()
 o handleError(Exception, String, String)
 o handleMissingNotification(int, String)
 o handleMissingProperty(String)
 o handleNotification(bondObject, String)
 o main(String[])
 o run()
run method of runnable interface
 o say(bondKQML, bondObject)
Understands
 o setflag(boolean)

Constructors

 o bondStockWatcher
 public bondStockWatcher()

Methods

 o run
 public void run()
run method of runnable interface

Overrides:
run in class bondExecutable
 o setflag
 public synchronized void setflag(boolean b)
 o say
 public void say(bondKQML msg,
                 bondObject sender)
Understands

Overrides:
say in class bondObject
 o getSMTPhost
 public String getSMTPhost()
 o handleMissingProperty
 public boolean handleMissingProperty(String name)
 o handleError
 public void handleError(Exception e,
                         String s,
                         String policyID)
 o handleNotification
 public void handleNotification(bondObject bo,
                                String policyID)
 o main
 public static void main(String argv[])
 o handleMissingNotification
 public void handleMissingNotification(int num,
                                       String policyID)

All Packages  Class Hierarchy  This Package  Previous  Next  Index