Class ClientHandler.Heaplet

    • Constructor Detail

      • Heaplet

        public Heaplet()
    • Method Detail

      • defaultSoTimeout

        protected String defaultSoTimeout()
        Returns default soTimeout value if undefined in configuration.
        Returns:
        default soTimeout value if undefined in configuration.
      • defaultAsyncBehavior

        protected String defaultAsyncBehavior()
        Returns default asyncBehavior value if undefined in configuration.
        Returns:
        default asyncBehavior value if undefined in configuration.
      • 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