Class ImmediateManagedReference

    • Constructor Detail

      • ImmediateManagedReference

        public ImmediateManagedReference​(Object instance)
    • Method Detail

      • release

        public void release()
        Description copied from interface: ManagedReference
        Release the reference. Depending on the implementation this may destroy the underlying object.

        Implementers should take care to make this method idempotent, as it may be called multiple times.

        Specified by:
        release in interface ManagedReference