Class KeyOperationContext

    • Constructor Detail

      • KeyOperationContext

        public KeyOperationContext​(java.lang.Object key)
        Deprecated.
        Constructor for the operation.
        Parameters:
        key - the key for this operation
      • KeyOperationContext

        public KeyOperationContext​(java.lang.Object key,
                                   boolean postOperation)
        Deprecated.
        Constructor for the operation.
        Parameters:
        key - the key for this operation
        postOperation - true to set the post-operation flag
    • Method Detail

      • isPostOperation

        public boolean isPostOperation()
        Deprecated.
        True if the context is for post-operation.
        Specified by:
        isPostOperation in class OperationContext
        Returns:
        whether the context is for post-operation
      • setPostOperation

        protected void setPostOperation()
        Deprecated.
        Set the post-operation flag to true.
      • getKey

        public java.lang.Object getKey()
        Deprecated.
        Get the key object for this operation.
        Returns:
        the key object for this operation.
      • getCallbackArg

        public java.lang.Object getCallbackArg()
        Deprecated.
        Get the callback argument object for this operation.
        Returns:
        the callback argument object for this operation.
      • setCallbackArg

        public void setCallbackArg​(java.lang.Object callbackArg)
        Deprecated.
        Set the callback argument object for this operation.
        Parameters:
        callbackArg - the callback argument object for this operation.