org.plasma.sdo
Interface Concurrent

All Known Implementing Classes:
SDOConcurrent

public interface Concurrent

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.

Version:
1.1.7
Author:
Plasma-Team

Method Summary
 fUML.Syntax.Classes.Kernel.Property getBase_Property()
           
 ConcurrentDataFlavor getDataFlavor()
           
 ConcurrencyType getType()
           
 void setBase_Property(fUML.Syntax.Classes.Kernel.Property value)
           
 void setDataFlavor(ConcurrentDataFlavor value)
           
 void setType(ConcurrencyType value)
           
 

Method Detail

getBase_Property

fUML.Syntax.Classes.Kernel.Property getBase_Property()

setBase_Property

void setBase_Property(fUML.Syntax.Classes.Kernel.Property value)

getType

ConcurrencyType getType()

setType

void setType(ConcurrencyType value)

getDataFlavor

ConcurrentDataFlavor getDataFlavor()

setDataFlavor

void setDataFlavor(ConcurrentDataFlavor value)


Copyright © 2014. All rights reserved.