Class CurrentOperationIdHolder

java.lang.Object
org.jboss.as.controller.CurrentOperationIdHolder

@Deprecated(forRemoval=false) public final class CurrentOperationIdHolder extends Object
Deprecated.
internal usage only
A ThreadLocal based operation-id holder.
Author:
Emanuel Muckenhuber
  • Constructor Details

    • CurrentOperationIdHolder

      public CurrentOperationIdHolder()
      Deprecated.
  • Method Details

    • getCurrentOperationID

      public static Integer getCurrentOperationID()
      Deprecated.
      Get the current operation-id.
      Returns:
      the current operation-id, null if not available
    • setCurrentOperationID

      protected static void setCurrentOperationID(Integer value)
      Deprecated.