MCPcopy Index your code
hub / github.com/OpenSC/OpenSC-Java / destroy

Method destroy

java/src/org/opensc/util/DestroyableChild.java:72–78  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

70 * @see javax.security.auth.Destroyable#destroy()
71 */
72 public void destroy() throws DestroyFailedException
73 {
74 if (this.parent==null) return;
75
76 this.parent.deregister(this);
77 this.parent = null;
78 }
79
80 /* (non-Javadoc)
81 * @see javax.security.auth.Destroyable#isDestroyed()

Callers

nothing calls this directly

Calls 1

deregisterMethod · 0.65

Tested by

no test coverage detected