Uses of Class
org.gcube.common.core.contexts.GCUBEServiceContext.RILifetimeTopic

Packages that use GCUBEServiceContext.RILifetimeTopic
org.gcube.common.core.contexts   
org.gcube.common.core.contexts.service   
 

Uses of GCUBEServiceContext.RILifetimeTopic in org.gcube.common.core.contexts
 

Fields in org.gcube.common.core.contexts with type parameters of type GCUBEServiceContext.RILifetimeTopic
protected  GCUBEProducer<GCUBEServiceContext.RILifetimeTopic,GCUBEServiceContext> GCUBEServiceContext.LTEventProducer
          Embedded GCUBEProducer for RI lifetime events.
 

Methods in org.gcube.common.core.contexts that return GCUBEServiceContext.RILifetimeTopic
 GCUBEServiceContext.RILifetimeTopic[] GCUBEServiceContext.Stager.getTopics()
           
static GCUBEServiceContext.RILifetimeTopic GCUBEServiceContext.RILifetimeTopic.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GCUBEServiceContext.RILifetimeTopic[] GCUBEServiceContext.RILifetimeTopic.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.gcube.common.core.contexts with parameters of type GCUBEServiceContext.RILifetimeTopic
 void GCUBEServiceContext.subscribeLifetTime(Consumer consumer, GCUBEServiceContext.RILifetimeTopic... topics)
          Subscribes a consumer to RI lifetime events for one or more RI lifetime topics.
 void GCUBEServiceContext.unsubscribeLifetTime(Consumer consumer, GCUBEServiceContext.RILifetimeTopic... topics)
          Unsubscribes a consumer from RI lifetime events for one or more RI lifetime topics.
 

Uses of GCUBEServiceContext.RILifetimeTopic in org.gcube.common.core.contexts.service
 

Methods in org.gcube.common.core.contexts.service with type parameters of type GCUBEServiceContext.RILifetimeTopic
<T1 extends GCUBEServiceContext.RILifetimeTopic,P1 extends GCUBEServiceContext>
void
Consumer.onEvent(GCUBEEvent<T1,P1>... events)
          Receives RI lifetime events and dispatches them to topic-specific callbacks.
 

Methods in org.gcube.common.core.contexts.service that return GCUBEServiceContext.RILifetimeTopic
 GCUBEServiceContext.RILifetimeTopic[] Consumer.getTopics()
          Returns the list of topics handled by the consumer.
 



Copyright © 2012. All Rights Reserved.