Interface ClosableAllocation

  • All Known Subinterfaces:
    ClosableAllocationOwner
    All Known Implementing Classes:
    CompoundClosableAllocation

    public interface ClosableAllocation
    ClosableAllocation represents an object which requires a call in order to release resources early rather than waiting for finalization.
    • Method Detail

      • closeAllocation

        void closeAllocation()
        Closes this object.