WebLogic Integration


Uses of Interface
com.bea.wlai.event.IEventRouter

Packages that use IEventRouter
com.bea.adapter.event The com.bea.adapter.event package contains classes that provide a basic event generator. 
com.bea.wlai.event Provides the WebLogic Application Integration interfaces/classes for working with events. 
 

Uses of IEventRouter in com.bea.adapter.event
 

Methods in com.bea.adapter.event that return IEventRouter
protected  IEventRouter AbstractEventGenerator.getRouter()
          Accessor for router object.
 

Methods in com.bea.adapter.event with parameters of type IEventRouter
 void AbstractEventGenerator.init(IEventRouter router, java.util.Map map)
          intializes the EventGenerator.
protected abstract  void AbstractPullEventGenerator.postEvents(IEventRouter router)
          Posts EIS events to the event router.
protected abstract  void AbstractPushEventGenerator.postEvents(IEventRouter router, PushEvent event)
          Posts EIS events to the event router.
 

Uses of IEventRouter in com.bea.wlai.event
 

Methods in com.bea.wlai.event with parameters of type IEventRouter
 void IEventGenerator.init(IEventRouter router, java.util.Map props)
          Initialize this event generator given its parent IEventRouter, and a Map of properties.
 


WebLogic Integration

WebLogic Integration (WLI)