Uses of Class
org.gcube.data.tm.activationrecord.ActivationRecord

Packages that use ActivationRecord
org.gcube.data.tm.activationrecord   
org.gcube.data.tm.consumers   
org.gcube.data.tm.state   
 

Uses of ActivationRecord in org.gcube.data.tm.activationrecord
 

Methods in org.gcube.data.tm.activationrecord that return ActivationRecord
static ActivationRecord ActivationRecord.newInstance(org.gcube.common.core.resources.GCUBEGenericResource resource)
          Creates an instance around a given resource.
static ActivationRecord ActivationRecord.newInstance(String description, ActivationRecordBody body)
          Creates an instance from a name, description, and body for the resource.
 

Uses of ActivationRecord in org.gcube.data.tm.consumers
 

Methods in org.gcube.data.tm.consumers with parameters of type ActivationRecord
 void ActivationRecordConsumer.onNewActivationRecord(ActivationRecord record)
          Self-stage with the payload of a new activation record that was not broadcasted by this running instance.
 

Uses of ActivationRecord in org.gcube.data.tm.state
 

Methods in org.gcube.data.tm.state with parameters of type ActivationRecord
 boolean TBinderResource.addActivation(ActivationRecord record)
          Memorises the processing of an ActivationRecord.
 boolean TBinderResource.knowsActivation(ActivationRecord record)
          Indicates whether an activation record was previously processed.
 



Copyright © 2012. All Rights Reserved.