Class HandlerBase

  • Direct Known Subclasses:
    ProcessorBase

    public abstract class HandlerBase
    extends java.lang.Object
    This abstract class will encapsulate ThreadLocals to determine when a class is a handler. This is because some functionality has to be avoided if inHandler().
    • Constructor Summary

      Constructors 
      Constructor Description
      HandlerBase()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      protected static void enter()  
      static boolean inHandler()  
      protected static void leave()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HandlerBase

        public HandlerBase()
    • Method Detail

      • enter

        protected static void enter()
      • inHandler

        public static boolean inHandler()
      • leave

        protected static void leave()