org.apache.tuscany.sca.binding.notification
Interface NotificationBrokerManager

All Known Implementing Classes:
NotificationBindingProviderFactory

public interface NotificationBrokerManager


Method Summary
 void referenceProviderStarted(java.net.URI notificationType, NotificationReferenceBindingProvider referenceBindingProvider, java.net.URL remoteNtmUrl)
           
 void replaceConsumersBrokerConnection(java.net.URI notificationType, EndpointReference chosenBrokerProducerEpr)
           
 void serviceProviderStarted(java.net.URI notificationType, NotificationServiceBindingProvider serviceBindingProvider, java.net.URL remoteNtmUrl)
           
 

Method Detail

serviceProviderStarted

void serviceProviderStarted(java.net.URI notificationType,
                            NotificationServiceBindingProvider serviceBindingProvider,
                            java.net.URL remoteNtmUrl)

referenceProviderStarted

void referenceProviderStarted(java.net.URI notificationType,
                              NotificationReferenceBindingProvider referenceBindingProvider,
                              java.net.URL remoteNtmUrl)

replaceConsumersBrokerConnection

void replaceConsumersBrokerConnection(java.net.URI notificationType,
                                      EndpointReference chosenBrokerProducerEpr)