|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.plasma.provisioning.Concurrent
public class Concurrent
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 |
|---|
protected ConcurrencyType type
protected ConcurentDataFlavor dataFlavor
| Constructor Detail |
|---|
public Concurrent()
| Method Detail |
|---|
public ConcurrencyType getType()
ConcurrencyTypepublic void setType(ConcurrencyType value)
value - allowed object is
ConcurrencyTypepublic ConcurentDataFlavor getDataFlavor()
ConcurentDataFlavorpublic void setDataFlavor(ConcurentDataFlavor value)
value - allowed object is
ConcurentDataFlavor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||