BEA Systems, Inc.

WebLogic Server 6.1 API Reference

Uses of Interface
weblogic.event.common.EventMessageDef

Packages that use EventMessageDef
weblogic.db.jdbc WebLogic dbKona is a set of high-level database connectivity objects that give Java applications and applets access to databases. 
weblogic.event.actions Deprecated; Instead, use JMS events with NO_ACKNOWLEDGE or MULTICAST_NO_ACKNOWLEDGE delivery modes. 
weblogic.event.common Deprecated; Instead, use JMS events with NO_ACKNOWLEDGE or MULTICAST_NO_ACKNOWLEDGE delivery modes. 
weblogic.event.evaluators Deprecated; Instead, use JMS events with NO_ACKNOWLEDGE or MULTICAST_NO_ACKNOWLEDGE delivery modes. 
 

Uses of EventMessageDef in weblogic.db.jdbc
 

Methods in weblogic.db.jdbc with parameters of type EventMessageDef
 void EventfulTableDataSet.action(EventMessageDef ev)
          Deprecated. 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 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).
 void ActionDef.action(EventMessageDef ev)
          Acts on the specified EventMessage.
 void ActionLog.action(EventMessageDef ev)
          Writes a log message for the specified event.
 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 ActionRedirect.action(EventMessageDef ev)
           
 void ActionRefreshPool.action(EventMessageDef ev)
          Action to refresh a connection pool.
 

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 EvaluateTime.evaluate(EventMessageDef ev)
          Evaluates whether a specified interval of time has elapsed.
 boolean EvaluateDef.evaluate(EventMessageDef ev)
          Evaluates the specified EventMessage.
 


Documentation is available at
http://e-docs.bea.com/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.