Class HandlerBase
java.lang.Object
org.apache.activemq.artemis.utils.actors.HandlerBase
- Direct Known Subclasses:
ProcessorBase
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 -
Method Summary
-
Constructor Details
-
HandlerBase
public HandlerBase()
-
-
Method Details
-
enter
protected void enter() -
inHandler
public boolean inHandler() -
leave
protected void leave()
-