public abstract class FactoryProduct extends Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
destroyed
set to true when the object has been destroyed
|
Constructor and Description |
---|
FactoryProduct() |
Modifier and Type | Method and Description |
---|---|
boolean |
isDestroyed() |
protected abstract void |
setDestroyed()
Mark object as destoyed - will cause the C++ representation to be removed
|
protected void |
validate()
Make sure the object is not been used after it has been based to destroy
|
public boolean isDestroyed()
protected abstract void setDestroyed()
protected void validate() throws DipException
DipException
Copyright © 2008–2017 CERN. All rights reserved.