Class ProcessingUnitContext

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void clear()
      Clears the context
      boolean equals​(java.lang.Object obj)  
      java.lang.String get​(java.lang.String key)
      Get a context value of a defined key
      int hashCode()  
      java.util.Set<java.lang.String> keySet()
      Gets a set of the context keys back.
      java.lang.String remove​(java.lang.String key)
      Removes a key in the context and return the removed value.
      java.lang.String set​(java.lang.String key, java.lang.String value)
      Set a context key / value pair
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait