Class GeneratedSimpleDistributedProcess

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
SimpleDistributedProcess

public abstract class GeneratedSimpleDistributedProcess extends DistributedProcess
Generated class for type SimpleDistributedProcess.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedSimpleDistributedProcess

      public GeneratedSimpleDistributedProcess()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class GeneratedDistributedProcess
    • getBatchSize

      public Integer getBatchSize(SessionContext ctx)
      Generated method - Getter of the SimpleDistributedProcess.batchSize attribute.
      Returns:
      the batchSize
    • getBatchSize

      public Integer getBatchSize()
      Generated method - Getter of the SimpleDistributedProcess.batchSize attribute.
      Returns:
      the batchSize
    • getBatchSizeAsPrimitive

      public int getBatchSizeAsPrimitive(SessionContext ctx)
      Generated method - Getter of the SimpleDistributedProcess.batchSize attribute.
      Returns:
      the batchSize
    • getBatchSizeAsPrimitive

      public int getBatchSizeAsPrimitive()
      Generated method - Getter of the SimpleDistributedProcess.batchSize attribute.
      Returns:
      the batchSize
    • setBatchSize

      protected void setBatchSize(SessionContext ctx, Integer value)
      Generated method - Setter of the SimpleDistributedProcess.batchSize attribute.
      Parameters:
      value - the batchSize
    • setBatchSize

      protected void setBatchSize(Integer value)
      Generated method - Setter of the SimpleDistributedProcess.batchSize attribute.
      Parameters:
      value - the batchSize
    • setBatchSize

      protected void setBatchSize(SessionContext ctx, int value)
      Generated method - Setter of the SimpleDistributedProcess.batchSize attribute.
      Parameters:
      value - the batchSize
    • setBatchSize

      protected void setBatchSize(int value)
      Generated method - Setter of the SimpleDistributedProcess.batchSize attribute.
      Parameters:
      value - the batchSize