|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opensc.util.DestroyableChild
public class DestroyableChild
A class, that is a destroyable and a child of a DestroybleParent.
| Constructor Summary | |
|---|---|
DestroyableChild()
Constructs a child with no parent. |
|
DestroyableChild(DestroyableParent parent)
Constructs a child for a given parent. |
|
| Method Summary | |
|---|---|
void |
destroy()
|
DestroyableParent |
getParent()
|
boolean |
isDestroyed()
|
protected void |
unlink()
Used internally by DEstroyableHodler.destroy in order tp avoid double acces to a Colletion. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DestroyableChild()
public DestroyableChild(DestroyableParent parent)
| Method Detail |
|---|
protected final void unlink()
public void destroy()
throws DestroyFailedException
destroy in interface DestroyableDestroyFailedExceptionpublic boolean isDestroyed()
isDestroyed in interface Destroyablepublic DestroyableParent getParent()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||