org.plasma.provisioning
Class Concurrent

java.lang.Object
  extended by org.plasma.provisioning.Concurrent

public class Concurrent
extends java.lang.Object

This stereotype annotates or tags UML properties 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. UML properties tagged with this stereotype contain metadata instructive, for example to an SDO Data Access Service (DAS) during commit operations for modified data graphs.

Java class for Concurrent complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Concurrent">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="type" use="required" type="{http://www.servicelabs.org/plasma/provisioning}ConcurrencyType" />
       <attribute name="dataFlavor" use="required" type="{http://www.servicelabs.org/plasma/provisioning}ConcurentDataFlavor" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  ConcurentDataFlavor dataFlavor
           
protected  ConcurrencyType type
           
 
Constructor Summary
Concurrent()
           
 
Method Summary
 ConcurentDataFlavor getDataFlavor()
          Gets the value of the dataFlavor property.
 ConcurrencyType getType()
          Gets the value of the type property.
 void setDataFlavor(ConcurentDataFlavor value)
          Sets the value of the dataFlavor property.
 void setType(ConcurrencyType value)
          Sets the value of the type property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

protected ConcurrencyType type

dataFlavor

protected ConcurentDataFlavor dataFlavor
Constructor Detail

Concurrent

public Concurrent()
Method Detail

getType

public ConcurrencyType getType()
Gets the value of the type property.

Returns:
possible object is ConcurrencyType

setType

public void setType(ConcurrencyType value)
Sets the value of the type property.

Parameters:
value - allowed object is ConcurrencyType

getDataFlavor

public ConcurentDataFlavor getDataFlavor()
Gets the value of the dataFlavor property.

Returns:
possible object is ConcurentDataFlavor

setDataFlavor

public void setDataFlavor(ConcurentDataFlavor value)
Sets the value of the dataFlavor property.

Parameters:
value - allowed object is ConcurentDataFlavor


Copyright © 2013. All Rights Reserved.