ConcurrencyGroupElementImplpublic class ConcurrencyGroupElementImpl extends FieldGroupElementImpl implements ConcurrencyGroupElement.Impl
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
super(name);
|
|