BEA Systems, Inc.

WebLogic Server 5.1.0 API Reference

Uses of Interface
weblogic.event.common.EventMessageDef

Packages that use EventMessageDef
weblogic.com   
weblogic.db.jdbc   
weblogic.event.actions   
weblogic.event.common   
weblogic.event.evaluators   
 

Uses of EventMessageDef in weblogic.com
 

Methods in weblogic.com with parameters of type EventMessageDef
 void EventProxy.action(EventMessageDef emd)
          Sends the specified EventMessage to the ServerListeners associated with an EventProxy
 

Uses of EventMessageDef in weblogic.db.jdbc
 

Methods in weblogic.db.jdbc with parameters of type EventMessageDef
 void EventfulTableDataSet.action(EventMessageDef ev)
          The action method that is invoked by the WebLogic Server when an EventfulRecord sends an event message that it has changed.
 

Uses of EventMessageDef in weblogic.event.actions
 

Methods in weblogic.event.actions with parameters of type EventMessageDef
 void ActionRefreshPool.action(EventMessageDef ev)
          Action to refresh a connection pool.
 void ActionRedirect.action(EventMessageDef ev)
           
 void ActionEmail.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 ActionLog.action(EventMessageDef ev)
          Writes a log message for the specified event.
 void ActionDef.action(EventMessageDef ev)
          Acts on the specified EventMessage.
 void ActionUDP.action(EventMessageDef ev)
          Creates an Action with the specified EventMessage.
 void ActionNull.action(EventMessageDef ev)
          Creates an Action with the specified EventMessage (which implements the EventMessageDef interface).
 

Uses of EventMessageDef in weblogic.event.common
 

Methods in weblogic.event.common that return EventMessageDef
 EventMessageDef EventServicesDef.getEventMessage(java.lang.String topic, java.lang.Object params)
          Gets a new EventMessage object from the event services factory with the specified topic and ParamSet.
 EventMessageDef EventServicesDef.getEventMessage(java.lang.String topic, ParamSet params)
          Gets a new EventMessage object from the event services factory with the specified topic and ParamSet.
 

Uses of EventMessageDef in weblogic.event.evaluators
 

Methods in weblogic.event.evaluators with parameters of type EventMessageDef
 boolean EvaluateTrue.evaluate(EventMessageDef ev)
          Evaluates to true.
 boolean EvaluateDef.evaluate(EventMessageDef ev)
          Evaluates the specified EventMessage.
 boolean EvaluateTime.evaluate(EventMessageDef ev)
          Evaluates whether a specified interval of time has elapsed.
 


Documentation is available at
http://www.weblogic.com/docs51