Class ExecuteFunctionOperationContext


  • @Deprecated
    public class ExecuteFunctionOperationContext
    extends OperationContext
    Deprecated.
    since Geode1.0, use ResourcePermission instead
    OperationContext for Function execution operation. This is for the pre-operation case
    Since:
    GemFire 6.0
    • Constructor Detail

      • ExecuteFunctionOperationContext

        public ExecuteFunctionOperationContext​(java.lang.String functionName,
                                               java.lang.String regionName,
                                               java.util.Set keySet,
                                               java.lang.Object arguments,
                                               boolean optimizeForWrite,
                                               boolean isPostOperation)
        Deprecated.
    • Method Detail

      • isPostOperation

        public boolean isPostOperation()
        Deprecated.
        Description copied from class: OperationContext
        True if the context is for post-operation. The OperationContext interface encapsulates the data both before the operation is performed and after the operation is complete. For example, for a query operation the Query object as well as the list of region names referenced by the query would be part of the context object in the pre-processing stage. In the post-processing stage the context object shall contain results of the query.
        Specified by:
        isPostOperation in class OperationContext
        Returns:
        whether the context is for post-operation
      • getFunctionId

        public java.lang.String getFunctionId()
        Deprecated.
      • getRegionName

        public java.lang.String getRegionName()
        Deprecated.
      • isOptimizeForWrite

        public boolean isOptimizeForWrite()
        Deprecated.
      • getResult

        public java.lang.Object getResult()
        Deprecated.
      • getKeySet

        public java.util.Set getKeySet()
        Deprecated.
      • getArguments

        public java.lang.Object getArguments()
        Deprecated.
      • setResult

        public void setResult​(java.lang.Object oneResult)
        Deprecated.
      • setIsPostOperation

        public void setIsPostOperation​(boolean isPostOperation)
        Deprecated.