Class PolicyEnforcementFilter.Heaplet

  • All Implemented Interfaces:
    Heaplet
    Enclosing class:
    PolicyEnforcementFilter

    public static class PolicyEnforcementFilter.Heaplet
    extends GenericHeaplet
    Creates and initializes a policy enforcement filter in a heap environment.
    • Constructor Detail

      • Heaplet

        public Heaplet()
    • Method Detail

      • destroy

        public void destroy()
        Description copied from interface: Heaplet
        Called to indicate that the object created by the heaplet is going to be dereferenced. This gives the heaplet an opportunity to free any resources that are being held prior to its dereference.
        Specified by:
        destroy in interface Heaplet
        Overrides:
        destroy in class GenericHeaplet