WebLogic Integration


Uses of Interface
com.bea.wlai.common.IEvent

Packages that use IEvent
com.bea.adapter.event The com.bea.adapter.event package contains classes that provide a basic event generator. 
com.bea.wlai.client Provides the WebLogic Application Integration client-side interfaces/classes. 
com.bea.wlai.common Provides the WebLogic Application Integration commonly used interfaces/classes. 
com.bea.wlai.event Provides the WebLogic Application Integration interfaces/classes for working with events. 
 

Uses of IEvent in com.bea.adapter.event
 

Methods in com.bea.adapter.event with parameters of type IEvent
protected  void AbstractEventGenerator.handlePostEventException(IEvent event, java.lang.Exception exc)
          Convenience method to handle an exception while posting an event; currently this method invokes logPostEventException.
protected  void AbstractEventGenerator.logPostEventException(IEvent event, java.lang.Exception exc)
          Convenience method for logging an exception that occured while attempting to post an event to the event router.
 

Uses of IEvent in com.bea.wlai.client
 

Fields in com.bea.wlai.client declared as IEvent
 IEvent EventTester.EventCreationResults.event
           
 

Methods in com.bea.wlai.client with parameters of type IEvent
 void EventContext.postEvent(java.lang.String eventType, IEvent event)
          Post an event with the given type and represented by the given event to this EventContext.
 void ApplicationView.postEvent(IEvent event)
          Post the given event to this ApplicationView, thus notifying any listeners listening on this ApplicationView for events with the type of the given event.
 void EventListener.onEvent(IEvent event)
          Called when an event has occurred.
 

Uses of IEvent in com.bea.wlai.common
 

Classes in com.bea.wlai.common that implement IEvent
 class Event
          Implements the occurrence of an event.
 

Methods in com.bea.wlai.common that return IEvent
 IEvent EventDefinition.createDefaultEvent()
           
 IEvent IEventDefinition.createDefaultEvent()
          Create an event object containing default structure and values.
 

Methods in com.bea.wlai.common with parameters of type IEvent
 void EventDefinition.createDefaultEvent(IEvent event)
           
 void IEventDefinition.createDefaultEvent(IEvent event)
          Create an event object within the given event object, that contains default structure and values.
 

Uses of IEvent in com.bea.wlai.event
 

Methods in com.bea.wlai.event with parameters of type IEvent
 void IEventRouter.postEvent(IEvent event)
           
 


WebLogic Integration

WebLogic Integration (WLI)