All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.plasma.sdo.Concurrent Maven / Gradle / Ivy

//==============================================================================
//                                                                         
// This software artifact was generated using Plasma                       
// provisioning tools. Do not modify.                                      
//                                                                         
//==============================================================================
package org.plasma.sdo;




import org.plasma.sdo.profile.ConcurrencyType;

import org.plasma.sdo.profile.ConcurrentDataFlavor;

import fUML.Syntax.Classes.Kernel.*;

/**
* 
* Annotates or tags properties as applicable for use within various operations involving concurrency control. Concurrency control deals with handling collisions and other issues which arise when allowing multiple users or processes simultaneous access to shared entities within a data store. Generic SDO Data Access Services (DAS) are faced with the problem of determining at runtime for any data-object within a modified data-graph, which properties are useful for various checks and operations under a particular concurrency control type or strategy. Properties tagged as concurrent at the model level are made available to Data Access Services within the PlasmaSDOâ„¢ runtime and build-time environments.
* 
* @author Plasma-Team
* @version 2.0.1
*/
public interface Concurrent{


    public Property getBase_Property();

    public void setBase_Property(Property value);

    public ConcurrencyType getType();

    public void setType(ConcurrencyType value);

    public ConcurrentDataFlavor getDataFlavor();

    public void setDataFlavor(ConcurrentDataFlavor value);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy