Uses of Class
org.gcube.informationsystem.notifier.impl.entities.Consumer

Packages that use Consumer
org.gcube.informationsystem.notifier.impl   
org.gcube.informationsystem.notifier.util   
 

Uses of Consumer in org.gcube.informationsystem.notifier.impl
 

Methods in org.gcube.informationsystem.notifier.impl that return types with arguments of type Consumer
 TopicMapping<Producer,Consumer,RegistrationEventHandlerImpl> NotifierResource.getTopicMappingByQName(javax.xml.namespace.QName topic)
           
 java.util.Hashtable<java.lang.String,TopicMapping<Producer,Consumer,RegistrationEventHandlerImpl>> NotifierResource.getTopicMappingList()
           
 

Method parameters in org.gcube.informationsystem.notifier.impl with type arguments of type Consumer
 void NotifierResource.addTopicMapping(TopicMapping<Producer,Consumer,RegistrationEventHandlerImpl> topicMapping)
           
 void NotifierResource.setTopicMappingList(java.util.Hashtable<java.lang.String,TopicMapping<Producer,Consumer,RegistrationEventHandlerImpl>> listTopicMapping)
           
 

Uses of Consumer in org.gcube.informationsystem.notifier.util
 

Methods in org.gcube.informationsystem.notifier.util with parameters of type Consumer
 java.util.List<org.apache.axis.message.addressing.EndpointReferenceType> RegistrationEventHandlerImpl.getSubscriptionEPRByConsumer(Consumer consumer)
           
 void RegistrationEventHandlerImpl.onNewConsumer(Consumer consumer, java.util.List<Producer> registeredProducerList)
           
 void RegistrationEventHandlerImpl.onRemoveConsumer(Consumer consumer)
           
 

Method parameters in org.gcube.informationsystem.notifier.util with type arguments of type Consumer
 void RegistrationEventHandlerImpl.onNewProducer(Producer newProducer, java.util.List<Consumer> registeredConsumerList)
           
 void RegistrationEventHandlerImpl.onProducerExist(Producer newProducer, Producer oldProducer, java.util.List<Consumer> registeredConsumerList)
           
 

Constructors in org.gcube.informationsystem.notifier.util with parameters of type Consumer
Subscription(Consumer consumer, EPR producer)