Uses of Interface
raccoon.api.eai.endpoint.IEventHandler

Packages that use IEventHandler
raccoon.api.eai.endpoint Contains all the different interfaces related to exchanging messages with Raccoon. 
raccoon.core.file.endpoint.poller   
raccoon.core.file.endpoint.poller.handlers   
raccoon.tibco.tibrv.admin Contains the all the administrative services exposed by the Raccoon Framework. 
raccoon.tibco.tibrv.endpoint   
raccoon.tibco.tibrv.uitest.recorder   
 

Uses of IEventHandler in raccoon.api.eai.endpoint
 

Methods in raccoon.api.eai.endpoint with parameters of type IEventHandler
 void ISubscriber.addEventHandler(IEventHandler pNewHandler)
          Adds an Event Handler to this subscriber.
 

Uses of IEventHandler in raccoon.core.file.endpoint.poller
 

Methods in raccoon.core.file.endpoint.poller that return IEventHandler
 IEventHandler FilePoller.getEventHandler()
           
 

Methods in raccoon.core.file.endpoint.poller with parameters of type IEventHandler
 void FileDispatcher.setEventHandler(IEventHandler pEventHandler)
           
 void FilePoller.setEventHandler(IEventHandler pEventHandler)
           
 

Uses of IEventHandler in raccoon.core.file.endpoint.poller.handlers
 

Classes in raccoon.core.file.endpoint.poller.handlers that implement IEventHandler
 class BulkXmlHandler
          TODO Document this class.
 

Uses of IEventHandler in raccoon.tibco.tibrv.admin
 

Classes in raccoon.tibco.tibrv.admin that implement IEventHandler
 class AdminHandler
          The administrative message handler.
 

Uses of IEventHandler in raccoon.tibco.tibrv.endpoint
 

Methods in raccoon.tibco.tibrv.endpoint that return IEventHandler
 IEventHandler TibrvCallback.removeEventHandler(java.lang.String pHandlerName)
          Removes a given event handler from the current session.
 

Methods in raccoon.tibco.tibrv.endpoint with parameters of type IEventHandler
 void TibrvCallback.addEventHandler(IEventHandler pNewHandler)
          Adds a new event handler to this listener.
 void TibrvSubscriber.addEventHandler(IEventHandler pNewHandler)
          Adds an Event Handler to this subscriber.
 

Uses of IEventHandler in raccoon.tibco.tibrv.uitest.recorder
 

Classes in raccoon.tibco.tibrv.uitest.recorder that implement IEventHandler
 class TibrvMsgKeeper
          Keeps all incoming events in a memory buffer.
 class TibrvMsgWriter
          Writes all incoming events to the hard drive.
 



Copyright null null. All Rights Reserved.