|
BEA Systems, Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--weblogic.event.actions.ActionEmail
Class for creating an Action that is an email notification that an event has occurred. A simple action method prettyprints the event and the action into an email message.
EventServicesDef,
EventRegistrationDef| Constructor Summary | |
ActionEmail()
|
|
| Method Summary | |
void |
action(EventMessageDef ev)
Constructs an email Action with the specified event and sends it via SMTP with the Subject line Your registered event occurred. |
void |
registerInit(ParamSet params)
Registers an email action with the specified parameters. |
void |
setServices(T3ServicesDef services)
Saves the services object. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public ActionEmail()
| Method Detail |
public void setServices(T3ServicesDef services)
services - A T3ServicesDef objectpublic void registerInit(ParamSet params)
params - ParamSet objectpublic void action(EventMessageDef ev)
ev - EventMessage object
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs61 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||