FileDocCategorySizeDatePackage
ConcurrencyGroupElementImpl.javaAPI DocGlassfish v2 API2710Fri May 04 22:34:44 BST 2007com.sun.jdo.api.persistence.model.jdo.impl

ConcurrencyGroupElementImpl

public class ConcurrencyGroupElementImpl extends FieldGroupElementImpl implements ConcurrencyGroupElement.Impl
author
raccah
version
%I%

Fields Summary
Constructors Summary
public ConcurrencyGroupElementImpl()
Create new ConcurrencyGroupElementImpl with no corresponding name. This constructor should only be used for cloning and archiving.

		this(null);
	
public ConcurrencyGroupElementImpl(String name)
Creates new ConcurrencyGroupElementImpl with the corresponding name

param
name the name of the element

		super(name);
	
Methods Summary