Interface Destruction
- All Superinterfaces:
AutoCloseable, ReferencesSelector
An object describing the imminent destruction of a contextual instance by the
Factory.destroy(Object, Destruction) method.
Any Destruction implementation must also be a Creation implementation, or
undefined behavior and errors may occur.
- Author:
- Laird Nelson
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidclose()Closes thisDestructionidempotently, normally thereby releasing a contextual instance's dependent objects that have been stored opaquely in thisDestructionby some other mechanism at creation time.Methods inherited from interface ReferencesSelector
destroy, domain, reference, reference, references
-
Method Details
-
close
void close()Closes thisDestructionidempotently, normally thereby releasing a contextual instance's dependent objects that have been stored opaquely in thisDestructionby some other mechanism at creation time.- Specified by:
closein interfaceAutoCloseable
-