org.plasma.config
Class Concurrency

java.lang.Object
  extended by org.plasma.config.Concurrency

public class Concurrency
extends Object

Java class for Concurrency complex type.

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

 <complexType name="Concurrency">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="pessimisticLockTimeoutMillis" use="required" type="{http://www.w3.org/2001/XMLSchema}long" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  long pessimisticLockTimeoutMillis
           
 
Constructor Summary
Concurrency()
           
 
Method Summary
 long getPessimisticLockTimeoutMillis()
          Gets the value of the pessimisticLockTimeoutMillis property.
 void setPessimisticLockTimeoutMillis(long value)
          Sets the value of the pessimisticLockTimeoutMillis property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pessimisticLockTimeoutMillis

protected long pessimisticLockTimeoutMillis
Constructor Detail

Concurrency

public Concurrency()
Method Detail

getPessimisticLockTimeoutMillis

public long getPessimisticLockTimeoutMillis()
Gets the value of the pessimisticLockTimeoutMillis property.


setPessimisticLockTimeoutMillis

public void setPessimisticLockTimeoutMillis(long value)
Sets the value of the pessimisticLockTimeoutMillis property.



Copyright © 2014. All rights reserved.