blob: 9b21731cbfb630d957b9cbd00e256d8e3457dcdd [file] [log] [blame]
/**
* Copyright (c) 2010 Mia-Software.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.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>Concurrency Management Type Type</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
*
*
* The concurrency-management-typeType specifies the way concurrency
* is managed for a singleton or stateful session bean.
*
* The concurrency management type must be one of the following:
*
* Bean
* Container
*
* Bean managed concurrency can only be specified for a singleton bean.
*
*
* <!-- end-model-doc -->
*
*
* @see org.eclipse.modisco.jee.ejbjar.EjbJar31.EjbJar31Package#getConcurrencyManagementTypeType()
* @model extendedMetaData="name='concurrency-management-typeType' kind='simple'"
* @generated
*/
public interface ConcurrencyManagementTypeType extends org.eclipse.modisco.jee.ejbjar.EjbJar31.String {
} // ConcurrencyManagementTypeType