blob: 0f9611e7222a8b09bcc483deea72130f9e3a41eb [file] [log] [blame]
/**
* Copyright (c) 2010, 2019 Mia-Software and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
*
* Nicolas Guyomar (Mia-Software) - initial API and implementation
*/
package org.eclipse.modisco.jee.ejbjar.EjbJar31;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Concurrent Lock Type Type</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
*
*
* The concurrent-lock-typeType specifies how the container must
* manage concurrent access to a method of a Singleton bean
* with container-managed concurrency.
*
* The container managed concurrency lock type must be one
* of the following :
*
* Read
* Write
*
*
* <!-- end-model-doc -->
*
*
* @see org.eclipse.modisco.jee.ejbjar.EjbJar31.EjbJar31Package#getConcurrentLockTypeType()
* @model extendedMetaData="name='concurrent-lock-typeType' kind='simple'"
* @generated
*/
public interface ConcurrentLockTypeType extends org.eclipse.modisco.jee.ejbjar.EjbJar31.String {
} // ConcurrentLockTypeType