Class HandlerBase
- java.lang.Object
-
- org.apache.activemq.artemis.utils.actors.HandlerBase
-
- Direct Known Subclasses:
ProcessorBase
public abstract class HandlerBase extends java.lang.ObjectThis 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 voidenter()static booleaninHandler()protected static voidleave()
-