All Examples   This Package

Class examples.event.stocks.MailStockInfo

java.lang.Object
   |
   +----examples.event.stocks.MailStockInfo

public class MailStockInfo
extends Object
implements ActionDef
This class defines an Action method that sends an email containing information about a stock and its price to a designated recipient. It is used by the Register class in this directory.

Author:
Copyright (c) 1996-98 by WebLogic, Inc. All Rights Reserved.
Copyright (c) 1999 by BEA WebXpress, Inc. All Rights Reserved.


Constructor Index

 o MailStockInfo()

Method Index

 o action(EventMessageDef)
 o registerInit(ParamSet)
 o setServices(T3ServicesDef)

Constructors

 o MailStockInfo
 public MailStockInfo()

Methods

 o setServices
 public void setServices(T3ServicesDef services)
Sets the services object.
 o registerInit
 public void registerInit(ParamSet params)
Gets the registration parameters used to take action on an event.
 o action
 public void action(EventMessageDef ev)
Sends email when a stock event evaluates to true.

All Examples   This Package