Package org.jboss.as.controller
Class CurrentOperationIdHolder
java.lang.Object
org.jboss.as.controller.CurrentOperationIdHolder
Deprecated.
internal usage only
A ThreadLocal based operation-id holder.
- Author:
- Emanuel Muckenhuber
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IntegerDeprecated.Get the current operation-id.protected static voidsetCurrentOperationID(Integer value) Deprecated.
-
Constructor Details
-
CurrentOperationIdHolder
public CurrentOperationIdHolder()Deprecated.
-
-
Method Details
-
getCurrentOperationID
Deprecated.Get the current operation-id.- Returns:
- the current operation-id,
nullif not available
-
setCurrentOperationID
Deprecated.
-