Class CurrentOperationIdHolder


  • @Deprecated
    public final class CurrentOperationIdHolder
    extends Object
    Deprecated.
    internal usage only
    A ThreadLocal based operation-id holder.
    Author:
    Emanuel Muckenhuber
    • Constructor Detail

      • CurrentOperationIdHolder

        public CurrentOperationIdHolder()
        Deprecated.
    • Method Detail

      • 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.