Interface SharedResource

    • Field Detail

      • SYSTEM_PROPERTY_NAME_DEBUG

        static final java.lang.String SYSTEM_PROPERTY_NAME_DEBUG
        See Also:
        Constant Field Values
      • DEBUG

        static final boolean DEBUG
    • Method Detail

      • release

        void release()

        Releases the "main" reference to this resource (the implicit reference due to creation of the object).

        References obtained by calling refer() must be released by calling ResourceReference.close() on the ResourceReference returned from refer(), NOT by calling this method. You call this method once you are done using an object that you have previously caused instantiation of.

        See Also:
        ResourceReference