org.gcube.vremanagement.resourcebroker.impl.support.notifications
Class RICreationSubscriber

java.lang.Object
  extended by org.gcube.common.core.informationsystem.notifier.ISNotifier.BaseNotificationConsumer
      extended by org.gcube.vremanagement.resourcebroker.impl.support.notifications.RICreationSubscriber
All Implemented Interfaces:
org.gcube.common.core.utils.events.GCUBEConsumer<org.gcube.common.core.informationsystem.notifier.ISNotifier.NotificationTopic,java.lang.Object>

public class RICreationSubscriber
extends org.gcube.common.core.informationsystem.notifier.ISNotifier.BaseNotificationConsumer

Monitors creation of Running Instances.

Author:
Daniele Strollo (ISTI-CNR)

Field Summary
 
Fields inherited from class org.gcube.common.core.informationsystem.notifier.ISNotifier.BaseNotificationConsumer
notifications
 
Constructor Summary
RICreationSubscriber(org.gcube.common.core.scope.GCUBEScope scope, long sleepDelay)
           
 
Method Summary
 org.gcube.common.core.scope.GCUBEScope getScope()
           
 
Methods inherited from class org.gcube.common.core.informationsystem.notifier.ISNotifier.BaseNotificationConsumer
onEvent
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RICreationSubscriber

public RICreationSubscriber(org.gcube.common.core.scope.GCUBEScope scope,
                            long sleepDelay)
Method Detail

getScope

public final org.gcube.common.core.scope.GCUBEScope getScope()