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

Packages that use IPublisher
raccoon.api.eai.endpoint Contains all the different interfaces related to exchanging messages with Raccoon. 
raccoon.tibco.tibrv.endpoint   
 

Uses of IPublisher in raccoon.api.eai.endpoint
 

Methods in raccoon.api.eai.endpoint that return IPublisher
 IPublisher ISubscriber.getErrorPublisher()
          Extracts the publisher used for publising internal errors.
 IPublisher INucleus.getPublisher(java.lang.String pPublisherName)
          Retrieves a specific publisher based upon it's logical name.
 

Methods in raccoon.api.eai.endpoint with parameters of type IPublisher
 void ISubscriber.setErrorPublisher(IPublisher pErrorPublisher)
          Defines the error publisher to be used by this instance.
 

Uses of IPublisher in raccoon.tibco.tibrv.endpoint
 

Classes in raccoon.tibco.tibrv.endpoint that implement IPublisher
 class TibrvPublisher
          The implementation of the IPublisher interface for TIB/Rendezvous.
 

Methods in raccoon.tibco.tibrv.endpoint that return IPublisher
 IPublisher TibrvSubscriber.getErrorPublisher()
          Extracts the publisher used for publising internal errors.
 IPublisher TibrvNucleus.getPublisher(java.lang.String pPublisherName)
          Retrieves a specific publisher based upon it's logical name.
 

Methods in raccoon.tibco.tibrv.endpoint with parameters of type IPublisher
 void TibrvSubscriber.setErrorPublisher(IPublisher pErrorPublisher)
          Defines the error publisher to be used by this instance.
 



Copyright null null. All Rights Reserved.