| Package | Description |
|---|---|
| org.gcube.common.core.informationsystem.notifier |
| Modifier and Type | Method and Description |
|---|---|
boolean[] |
ISNotifier.isTopicRegistered(GCUBESecurityManager securityManager,
GCUBEScope scope,
List<ISNotifier.TopicData> topics)
Checks if the producer registration is completed for a list of given topics
|
void |
ISNotifier.registerISNotification(org.apache.axis.message.addressing.EndpointReferenceType producerEPR,
List<? extends org.globus.wsrf.Topic> notifications,
GCUBESecurityManager manager,
GCUBEScope... scope)
Registers a list of topics as IS Notifications
|
<T extends ISNotifier.BaseNotificationConsumer> |
ISNotifier.registerToISNotification(T consumer,
List<ISNotifier.GCUBENotificationTopic> notifications,
GCUBESecurityManager manager,
GCUBEScope... scope)
Registers the consumer to the given list of topics
|
void |
ISNotifier.unregisterFromISNotification(GCUBESecurityManager manager,
List<ISNotifier.GCUBENotificationTopic> notifications,
GCUBEScope... scope)
Unregisters the consumer from the given list of topics
|
void |
ISNotifier.unregisterISNotification(org.apache.axis.message.addressing.EndpointReferenceType producerEPR,
List<? extends org.globus.wsrf.Topic> notifications,
GCUBESecurityManager manager,
GCUBEScope... scope)
Unregisters a list of new topics as source of IS Notifications
|
Copyright © 2015. All Rights Reserved.