WebLogic Integration


Uses of Class
com.bea.wlai.client.EventContextException

Packages that use EventContextException
com.bea.wlai.client Provides the WebLogic Application Integration client-side interfaces/classes. 
 

Uses of EventContextException in com.bea.wlai.client
 

Methods in com.bea.wlai.client that throw EventContextException
 EventTester.EventCreationResults EventTester.createEvent(EventTester.EventCreationInfo eci, long millisToWait)
           
protected  void EventContext.init(java.lang.String durableClientID, java.lang.String sourceKey, java.lang.String sourceType, javax.naming.Context context, java.lang.String jmsDestName, int jmsDestType)
          initialize the Object
protected  void EventContext.initialize()
          Initialize JMS.
protected  void EventContext.checkClosed()
           
 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 EventContext.addListener(java.lang.String eventTypeName, EventListener eventListener)
          Register a listener for all events of type eventTypeName.
 void EventContext.addListener(java.lang.String eventTypeName, EventListener eventListener, java.lang.String subscriberName)
          Register a listener for all events of type eventTypeName.
 void EventContext.reinitialize()
          Reinitialize JMS resources using stored environment properties, and JMS topic name.
 EventContext ApplicationView.getEventContext()
          Get an EventContext for posting/listening for events on this ApplicationView.
 EventContext ApplicationView.getEventContext(boolean release)
          Get an EventContext for posting/listening for events on this ApplicationView, possibly releasing ownership of the EventContext to the caller.
 void ApplicationView.addEventListener(java.lang.String eventTypeName, EventListener listener)
          Add a listener for events with type given by eventTypeName.
 void ApplicationView.addEventListener(java.lang.String eventTypeName, EventListener listener, java.lang.String uniqueID)
          Add a listener for events with type given by eventTypeName.
 void ApplicationView.removeEventListener(java.lang.String eventType, EventListener listener)
          Remove the given listener from the subscription list for events with type given by eventTypeName.
 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.
 

Constructors in com.bea.wlai.client that throw EventContextException
EventContext.EventContext(java.lang.String sourceKey, java.lang.String sourceType, java.util.Hashtable jndiEnv, java.lang.String jmsDestName, int jmsDestType)
          Get an EventContext object using the given JNDI context.
EventContext.EventContext(java.lang.String sourceKey, java.lang.String sourceType, javax.naming.Context context, java.lang.String jmsDestName, int jmsDestType)
          Get an EventContext object using the given JNDI context.
EventContext.EventContext(javax.security.auth.Subject authUser, java.lang.String sourceKey, java.lang.String sourceType, javax.naming.Context context, java.lang.String jmsDestName, int jmsDestType)
          constructor for internal use
EventContext.EventContext(java.lang.String sourceKey, java.lang.String sourceType, javax.naming.Context context, java.lang.String jmsDestName, int jmsDestType, boolean bTransaction)
          Get an EventContext object using the given JNDI context.
EventContext.EventContext(java.lang.String durableClientID, java.lang.String sourceKey, java.lang.String sourceType, java.util.Hashtable jndiEnv, java.lang.String jmsDestName)
          Get an EventContext object using the given JNDI context.
EventContext.EventContext(java.lang.String durableClientID, java.lang.String sourceKey, java.lang.String sourceType, javax.naming.Context context, java.lang.String jmsDestName)
          Get an EventContext object using the given JNDI context.
EventContext.EventContext(java.lang.String durableClientID, java.lang.String sourceKey, java.lang.String sourceType, javax.naming.Context context, java.lang.String jmsDestName, int jmsDestType)
           
 


WebLogic Integration

WebLogic Integration (WLI)