FileDocCategorySizeDatePackage
ConcurrencyGroupElement.javaAPI DocGlassfish v2 API3084Fri May 04 22:34:42 BST 2007com.sun.jdo.api.persistence.model.jdo

ConcurrencyGroupElement

public class ConcurrencyGroupElement extends FieldGroupElement
author
raccah
version
%I%

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

		this(null, null);
	
public ConcurrencyGroupElement(Impl impl, PersistenceClassElement declaringClass)
Create new ConcurrencyGroupElement with the provided implementation. The implementation is responsible for storing all properties of the object.

param
impl the implementation to use
param
declaringClass the class to attach to

		super(impl, declaringClass);
	
Methods Summary
final com.sun.jdo.api.persistence.model.jdo.ConcurrencyGroupElement$ImplgetConcurrencyGroupImpl()

return
implemetation factory for this concurrency group

 return (Impl)getImpl();