All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class bond.demo.StockWatcher.bondStockClient

java.lang.Object
   |
   +----bond.object.bondObject
           |
           +----bond.demo.StockWatcher.bondStockClient

public class bondStockClient
extends bondObject
implements bondMonitoringInterface

Constructor Index

 o bondStockClient()

Method Index

 o getSMTPhost()
 o handleError(Exception, String, String)
 o handleMissingNotification(int, String)
 o handleMissingProperty(String)
 o handleNotification(bondObject, String)
 o main(String[])
 o startMonitoring(String, Enumeration, int, long, long, long, boolean, String)
 o stopMonitoring()

Constructors

 o bondStockClient
 public bondStockClient()

Methods

 o startMonitoring
 public boolean startMonitoring(String stockwatcher,
                                Enumeration property,
                                int model,
                                long stime,
                                long dtime,
                                long itime,
                                boolean notifyByemail,
                                String email) throws Exception
 o stopMonitoring
 public void stopMonitoring()
 o handleNotification
 public void handleNotification(bondObject bo,
                                String policyID)
 o handleError
 public void handleError(Exception e,
                         String s,
                         String policyID)
 o getSMTPhost
 public String getSMTPhost()
 o handleMissingProperty
 public boolean handleMissingProperty(String name)
 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