Class GeneratedDistributedProcess
- java.lang.Object
-
- de.hybris.platform.util.BridgeAbstraction
-
- de.hybris.platform.jalo.Item
-
- de.hybris.platform.jalo.ExtensibleItem
-
- de.hybris.platform.jalo.c2l.LocalizableItem
-
- de.hybris.platform.jalo.GenericItem
-
- de.hybris.platform.processing.jalo.GeneratedDistributedProcess
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable
- Direct Known Subclasses:
DistributedProcess
public abstract class GeneratedDistributedProcess extends GenericItem
Generated class for typeDistributedProcess
.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.GenericItem
GenericItem.GenericItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
LocalizableItem.LocalizableItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.ExtensibleItem
ExtensibleItem.ExtensibleItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.Item
Item.AttributeFilter, Item.AttributeMode, Item.CachedGetter, Item.CachedSetter, Item.ItemAttributeMap, Item.ItemConstraint, Item.ItemImpl, Item.JaloCachedComputationException
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
BATCHES
Qualifier of theDistributedProcess.batches
attributeprotected static OneToManyHandler<Batch>
BATCHESHANDLER
OneToManyHandler
for handling 1:n BATCHES's relation attributes from 'many' side.static java.lang.String
CODE
Qualifier of theDistributedProcess.code
attributestatic java.lang.String
CURRENTEXECUTIONID
Qualifier of theDistributedProcess.currentExecutionId
attributeprotected static java.util.Map<java.lang.String,Item.AttributeMode>
DEFAULT_INITIAL_ATTRIBUTES
static java.lang.String
EXTENDEDSTATUS
Qualifier of theDistributedProcess.extendedStatus
attributestatic java.lang.String
HANDLERBEANID
Qualifier of theDistributedProcess.handlerBeanId
attributestatic java.lang.String
NODEGROUP
Qualifier of theDistributedProcess.nodeGroup
attributestatic java.lang.String
PROGRESS
Qualifier of theDistributedProcess.progress
attributestatic java.lang.String
STATE
Qualifier of theDistributedProcess.state
attributestatic java.lang.String
STATUS
Qualifier of theDistributedProcess.status
attributestatic java.lang.String
STOPREQUESTED
Qualifier of theDistributedProcess.stopRequested
attribute-
Fields inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
LANGUAGE_FALLBACK_ENABLED
-
Fields inherited from class de.hybris.platform.jalo.Item
_CREATION_TIME_INTERNAL, _MODIFIED_TIME_INTERNAL, accessorLog, CREATION_TIME, DISABLE_ATTRIBUTE_CHECK, DISABLE_ITEMCHECK_BEFORE_REMOVABLE, EVEN, FEATURE_ACCESSMAP_QUALIFIER, HJMPTS, INITIAL_CREATION_FLAG, isJaloOnly, MODIFIED_TIME, NEGATIVE, NOT_FOUND, OWNER, PK, POSITIVE, SAVE_FROM_SERVICE_LAYER, staticTransientObjects, TYPE
-
Fields inherited from class de.hybris.platform.util.BridgeAbstraction
impl, tenant
-
-
Constructor Summary
Constructors Constructor Description GeneratedDistributedProcess()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addToBatches(SessionContext ctx, Batch value)
Generated method - Addsvalue
to batches.void
addToBatches(Batch value)
Generated method - Addsvalue
to batches.java.util.Collection<Batch>
getBatches()
Generated method - Getter of theDistributedProcess.batches
attribute.java.util.Collection<Batch>
getBatches(SessionContext ctx)
Generated method - Getter of theDistributedProcess.batches
attribute.java.lang.String
getCode()
Generated method - Getter of theDistributedProcess.code
attribute.java.lang.String
getCode(SessionContext ctx)
Generated method - Getter of theDistributedProcess.code
attribute.java.lang.String
getCurrentExecutionId()
Generated method - Getter of theDistributedProcess.currentExecutionId
attribute.java.lang.String
getCurrentExecutionId(SessionContext ctx)
Generated method - Getter of theDistributedProcess.currentExecutionId
attribute.protected java.util.Map<java.lang.String,Item.AttributeMode>
getDefaultAttributeModes()
java.lang.String
getExtendedStatus()
Generated method - Getter of theDistributedProcess.extendedStatus
attribute.java.lang.String
getExtendedStatus(SessionContext ctx)
Generated method - Getter of theDistributedProcess.extendedStatus
attribute.java.lang.String
getHandlerBeanId()
Generated method - Getter of theDistributedProcess.handlerBeanId
attribute.java.lang.String
getHandlerBeanId(SessionContext ctx)
Generated method - Getter of theDistributedProcess.handlerBeanId
attribute.java.lang.String
getNodeGroup()
Generated method - Getter of theDistributedProcess.nodeGroup
attribute.java.lang.String
getNodeGroup(SessionContext ctx)
Generated method - Getter of theDistributedProcess.nodeGroup
attribute.java.lang.Double
getProgress()
Generated method - Getter of theDistributedProcess.progress
attribute.java.lang.Double
getProgress(SessionContext ctx)
Generated method - Getter of theDistributedProcess.progress
attribute.double
getProgressAsPrimitive()
Generated method - Getter of theDistributedProcess.progress
attribute.double
getProgressAsPrimitive(SessionContext ctx)
Generated method - Getter of theDistributedProcess.progress
attribute.EnumerationValue
getState()
Generated method - Getter of theDistributedProcess.state
attribute.EnumerationValue
getState(SessionContext ctx)
Generated method - Getter of theDistributedProcess.state
attribute.java.lang.String
getStatus()
Generated method - Getter of theDistributedProcess.status
attribute.java.lang.String
getStatus(SessionContext ctx)
Generated method - Getter of theDistributedProcess.status
attribute.java.lang.Boolean
isStopRequested()
Generated method - Getter of theDistributedProcess.stopRequested
attribute.java.lang.Boolean
isStopRequested(SessionContext ctx)
Generated method - Getter of theDistributedProcess.stopRequested
attribute.boolean
isStopRequestedAsPrimitive()
Generated method - Getter of theDistributedProcess.stopRequested
attribute.boolean
isStopRequestedAsPrimitive(SessionContext ctx)
Generated method - Getter of theDistributedProcess.stopRequested
attribute.void
removeFromBatches(SessionContext ctx, Batch value)
Generated method - Removesvalue
from batches.void
removeFromBatches(Batch value)
Generated method - Removesvalue
from batches.void
setBatches(SessionContext ctx, java.util.Collection<Batch> value)
Generated method - Setter of theDistributedProcess.batches
attribute.void
setBatches(java.util.Collection<Batch> value)
Generated method - Setter of theDistributedProcess.batches
attribute.protected void
setCode(SessionContext ctx, java.lang.String value)
Generated method - Setter of theDistributedProcess.code
attribute.protected void
setCode(java.lang.String value)
Generated method - Setter of theDistributedProcess.code
attribute.void
setCurrentExecutionId(SessionContext ctx, java.lang.String value)
Generated method - Setter of theDistributedProcess.currentExecutionId
attribute.void
setCurrentExecutionId(java.lang.String value)
Generated method - Setter of theDistributedProcess.currentExecutionId
attribute.void
setExtendedStatus(SessionContext ctx, java.lang.String value)
Generated method - Setter of theDistributedProcess.extendedStatus
attribute.void
setExtendedStatus(java.lang.String value)
Generated method - Setter of theDistributedProcess.extendedStatus
attribute.protected void
setHandlerBeanId(SessionContext ctx, java.lang.String value)
Generated method - Setter of theDistributedProcess.handlerBeanId
attribute.protected void
setHandlerBeanId(java.lang.String value)
Generated method - Setter of theDistributedProcess.handlerBeanId
attribute.protected void
setNodeGroup(SessionContext ctx, java.lang.String value)
Generated method - Setter of theDistributedProcess.nodeGroup
attribute.protected void
setNodeGroup(java.lang.String value)
Generated method - Setter of theDistributedProcess.nodeGroup
attribute.void
setProgress(double value)
Generated method - Setter of theDistributedProcess.progress
attribute.void
setProgress(SessionContext ctx, double value)
Generated method - Setter of theDistributedProcess.progress
attribute.void
setProgress(SessionContext ctx, java.lang.Double value)
Generated method - Setter of theDistributedProcess.progress
attribute.void
setProgress(java.lang.Double value)
Generated method - Setter of theDistributedProcess.progress
attribute.void
setState(EnumerationValue value)
Generated method - Setter of theDistributedProcess.state
attribute.void
setState(SessionContext ctx, EnumerationValue value)
Generated method - Setter of theDistributedProcess.state
attribute.void
setStatus(SessionContext ctx, java.lang.String value)
Generated method - Setter of theDistributedProcess.status
attribute.void
setStatus(java.lang.String value)
Generated method - Setter of theDistributedProcess.status
attribute.void
setStopRequested(boolean value)
Generated method - Setter of theDistributedProcess.stopRequested
attribute.void
setStopRequested(SessionContext ctx, boolean value)
Generated method - Setter of theDistributedProcess.stopRequested
attribute.void
setStopRequested(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theDistributedProcess.stopRequested
attribute.void
setStopRequested(java.lang.Boolean value)
Generated method - Setter of theDistributedProcess.stopRequested
attribute.-
Methods inherited from class de.hybris.platform.jalo.GenericItem
createItem, getImplementation, getInitialProperties, getNonInitialAttributes, getRelatedItems, setRelatedItems
-
Methods inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllValuesSessionContext, getLocalizedProperty, getLocalizedProperty, getLocalizedPropertyInternal, getLocalizedPropertyNames, getLocalizedPropertyNames, hasLanguage, isEmptyValue, isFallbackEnabled, removeLocalizedProperty, removeLocalizedProperty, setAllLocalizedProperties, setAllLocalizedProperties, setLocalizedProperty, setLocalizedProperty
-
Methods inherited from class de.hybris.platform.jalo.ExtensibleItem
createNonClassAccessor, getAllProperties, getAllProperties, getProperty, getProperty, getPropertyNames, getPropertyNames, removeProperty, removeProperty, setAllProperties, setAllProperties, setProperty, setProperty
-
Methods inherited from class de.hybris.platform.jalo.Item
addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addNegativePermission, addPermission, addPositivePermission, assureExtensionsLoaded, changeTypeAfterCreation, checkConstraint, checkItemPermission, checkMandatoryAttribute, checkMandatoryAttribute, checkPermission, checkPermission, checkRemovable, clearPermission, compareTo, ctx, doAfterRemove, doBeforeRemove, equals, getAccessorFor, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributesInternal, getAllLinkedItems, getAndCheckCacheBoundItem, getAttribute, getAttribute, getCacheBoundItem, getComposedType, getComposedTypePK, getCreationTime, getCurrentlyRemovingCount, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItemsCount, getLinkedItemsCount, getLinkedItemsCount, getModificationTime, getNegativePermissions, getOwner, getPermissionMap, getPermissions, getPersistenceVersion, getPK, getPositivePermissions, getRestrictedPrincipals, getSession, getSyncObject, getTenant, getTransientObject, getTransientObjectMap, hashCode, hasRegisteredClassAccessorFor, internal_registerClassAccessorFor, internal_registerNonClassAccessorFor, invalidateLocalCaches, isAlive, isCacheBound, isCurrentlyRemoving, isCurrentlyRemoving, isEmptyRelationValue, isInCreate, isInstanceOf, isItemCheckBeforeRemoveableDisabled, isMarkModifiedDisabled, isRelationLocalizationFallbackEnabled, newInstance, notifyExtensionsAfterItemCreation, notifyExtensionsBeforeItemCreation, notifyItemRemoval, notifyManagerAboutItemRemoval, readResolve, registerAccessFor, registerAccessFor, registerJaloInvalidationListeners, remove, remove, removeItemCollection, removeItemCollection, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinks, removePartOfItems, removePartOfItems, setAllAttributes, setAllAttributes, setAllAttributesInternal, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAttribute, setAttribute, setAttributeFromString, setAttributeFromString, setCacheBound, setComposedType, setCreationTime, setImplementation, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setModificationTime, setNonInitialAttributes, setOwner, setPermissionsByMap, setTransientObject, setUseTA, toString, useTA, writeReplace
-
Methods inherited from class de.hybris.platform.util.BridgeAbstraction
setTenant
-
-
-
-
Field Detail
-
CODE
public static final java.lang.String CODE
Qualifier of theDistributedProcess.code
attribute- See Also:
- Constant Field Values
-
HANDLERBEANID
public static final java.lang.String HANDLERBEANID
Qualifier of theDistributedProcess.handlerBeanId
attribute- See Also:
- Constant Field Values
-
CURRENTEXECUTIONID
public static final java.lang.String CURRENTEXECUTIONID
Qualifier of theDistributedProcess.currentExecutionId
attribute- See Also:
- Constant Field Values
-
STATE
public static final java.lang.String STATE
Qualifier of theDistributedProcess.state
attribute- See Also:
- Constant Field Values
-
STOPREQUESTED
public static final java.lang.String STOPREQUESTED
Qualifier of theDistributedProcess.stopRequested
attribute- See Also:
- Constant Field Values
-
NODEGROUP
public static final java.lang.String NODEGROUP
Qualifier of theDistributedProcess.nodeGroup
attribute- See Also:
- Constant Field Values
-
STATUS
public static final java.lang.String STATUS
Qualifier of theDistributedProcess.status
attribute- See Also:
- Constant Field Values
-
EXTENDEDSTATUS
public static final java.lang.String EXTENDEDSTATUS
Qualifier of theDistributedProcess.extendedStatus
attribute- See Also:
- Constant Field Values
-
PROGRESS
public static final java.lang.String PROGRESS
Qualifier of theDistributedProcess.progress
attribute- See Also:
- Constant Field Values
-
BATCHES
public static final java.lang.String BATCHES
Qualifier of theDistributedProcess.batches
attribute- See Also:
- Constant Field Values
-
BATCHESHANDLER
protected static final OneToManyHandler<Batch> BATCHESHANDLER
OneToManyHandler
for handling 1:n BATCHES's relation attributes from 'many' side.
-
DEFAULT_INITIAL_ATTRIBUTES
protected static final java.util.Map<java.lang.String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
-
-
Method Detail
-
getDefaultAttributeModes
protected java.util.Map<java.lang.String,Item.AttributeMode> getDefaultAttributeModes()
- Overrides:
getDefaultAttributeModes
in classItem
-
getBatches
public java.util.Collection<Batch> getBatches(SessionContext ctx)
Generated method - Getter of theDistributedProcess.batches
attribute.- Returns:
- the batches
-
getBatches
public java.util.Collection<Batch> getBatches()
Generated method - Getter of theDistributedProcess.batches
attribute.- Returns:
- the batches
-
setBatches
public void setBatches(SessionContext ctx, java.util.Collection<Batch> value)
Generated method - Setter of theDistributedProcess.batches
attribute.- Parameters:
value
- the batches
-
setBatches
public void setBatches(java.util.Collection<Batch> value)
Generated method - Setter of theDistributedProcess.batches
attribute.- Parameters:
value
- the batches
-
addToBatches
public void addToBatches(SessionContext ctx, Batch value)
Generated method - Addsvalue
to batches.- Parameters:
value
- the item to add to batches
-
addToBatches
public void addToBatches(Batch value)
Generated method - Addsvalue
to batches.- Parameters:
value
- the item to add to batches
-
removeFromBatches
public void removeFromBatches(SessionContext ctx, Batch value)
Generated method - Removesvalue
from batches.- Parameters:
value
- the item to remove from batches
-
removeFromBatches
public void removeFromBatches(Batch value)
Generated method - Removesvalue
from batches.- Parameters:
value
- the item to remove from batches
-
getCode
public java.lang.String getCode(SessionContext ctx)
Generated method - Getter of theDistributedProcess.code
attribute.- Returns:
- the code
-
getCode
public java.lang.String getCode()
Generated method - Getter of theDistributedProcess.code
attribute.- Returns:
- the code
-
setCode
protected void setCode(SessionContext ctx, java.lang.String value)
Generated method - Setter of theDistributedProcess.code
attribute.- Parameters:
value
- the code
-
setCode
protected void setCode(java.lang.String value)
Generated method - Setter of theDistributedProcess.code
attribute.- Parameters:
value
- the code
-
getCurrentExecutionId
public java.lang.String getCurrentExecutionId(SessionContext ctx)
Generated method - Getter of theDistributedProcess.currentExecutionId
attribute.- Returns:
- the currentExecutionId
-
getCurrentExecutionId
public java.lang.String getCurrentExecutionId()
Generated method - Getter of theDistributedProcess.currentExecutionId
attribute.- Returns:
- the currentExecutionId
-
setCurrentExecutionId
public void setCurrentExecutionId(SessionContext ctx, java.lang.String value)
Generated method - Setter of theDistributedProcess.currentExecutionId
attribute.- Parameters:
value
- the currentExecutionId
-
setCurrentExecutionId
public void setCurrentExecutionId(java.lang.String value)
Generated method - Setter of theDistributedProcess.currentExecutionId
attribute.- Parameters:
value
- the currentExecutionId
-
getExtendedStatus
public java.lang.String getExtendedStatus(SessionContext ctx)
Generated method - Getter of theDistributedProcess.extendedStatus
attribute.- Returns:
- the extendedStatus
-
getExtendedStatus
public java.lang.String getExtendedStatus()
Generated method - Getter of theDistributedProcess.extendedStatus
attribute.- Returns:
- the extendedStatus
-
setExtendedStatus
public void setExtendedStatus(SessionContext ctx, java.lang.String value)
Generated method - Setter of theDistributedProcess.extendedStatus
attribute.- Parameters:
value
- the extendedStatus
-
setExtendedStatus
public void setExtendedStatus(java.lang.String value)
Generated method - Setter of theDistributedProcess.extendedStatus
attribute.- Parameters:
value
- the extendedStatus
-
getHandlerBeanId
public java.lang.String getHandlerBeanId(SessionContext ctx)
Generated method - Getter of theDistributedProcess.handlerBeanId
attribute.- Returns:
- the handlerBeanId
-
getHandlerBeanId
public java.lang.String getHandlerBeanId()
Generated method - Getter of theDistributedProcess.handlerBeanId
attribute.- Returns:
- the handlerBeanId
-
setHandlerBeanId
protected void setHandlerBeanId(SessionContext ctx, java.lang.String value)
Generated method - Setter of theDistributedProcess.handlerBeanId
attribute.- Parameters:
value
- the handlerBeanId
-
setHandlerBeanId
protected void setHandlerBeanId(java.lang.String value)
Generated method - Setter of theDistributedProcess.handlerBeanId
attribute.- Parameters:
value
- the handlerBeanId
-
getNodeGroup
public java.lang.String getNodeGroup(SessionContext ctx)
Generated method - Getter of theDistributedProcess.nodeGroup
attribute.- Returns:
- the nodeGroup
-
getNodeGroup
public java.lang.String getNodeGroup()
Generated method - Getter of theDistributedProcess.nodeGroup
attribute.- Returns:
- the nodeGroup
-
setNodeGroup
protected void setNodeGroup(SessionContext ctx, java.lang.String value)
Generated method - Setter of theDistributedProcess.nodeGroup
attribute.- Parameters:
value
- the nodeGroup
-
setNodeGroup
protected void setNodeGroup(java.lang.String value)
Generated method - Setter of theDistributedProcess.nodeGroup
attribute.- Parameters:
value
- the nodeGroup
-
getProgress
public java.lang.Double getProgress(SessionContext ctx)
Generated method - Getter of theDistributedProcess.progress
attribute.- Returns:
- the progress
-
getProgress
public java.lang.Double getProgress()
Generated method - Getter of theDistributedProcess.progress
attribute.- Returns:
- the progress
-
getProgressAsPrimitive
public double getProgressAsPrimitive(SessionContext ctx)
Generated method - Getter of theDistributedProcess.progress
attribute.- Returns:
- the progress
-
getProgressAsPrimitive
public double getProgressAsPrimitive()
Generated method - Getter of theDistributedProcess.progress
attribute.- Returns:
- the progress
-
setProgress
public void setProgress(SessionContext ctx, java.lang.Double value)
Generated method - Setter of theDistributedProcess.progress
attribute.- Parameters:
value
- the progress
-
setProgress
public void setProgress(java.lang.Double value)
Generated method - Setter of theDistributedProcess.progress
attribute.- Parameters:
value
- the progress
-
setProgress
public void setProgress(SessionContext ctx, double value)
Generated method - Setter of theDistributedProcess.progress
attribute.- Parameters:
value
- the progress
-
setProgress
public void setProgress(double value)
Generated method - Setter of theDistributedProcess.progress
attribute.- Parameters:
value
- the progress
-
getState
public EnumerationValue getState(SessionContext ctx)
Generated method - Getter of theDistributedProcess.state
attribute.- Returns:
- the state
-
getState
public EnumerationValue getState()
Generated method - Getter of theDistributedProcess.state
attribute.- Returns:
- the state
-
setState
public void setState(SessionContext ctx, EnumerationValue value)
Generated method - Setter of theDistributedProcess.state
attribute.- Parameters:
value
- the state
-
setState
public void setState(EnumerationValue value)
Generated method - Setter of theDistributedProcess.state
attribute.- Parameters:
value
- the state
-
getStatus
public java.lang.String getStatus(SessionContext ctx)
Generated method - Getter of theDistributedProcess.status
attribute.- Returns:
- the status
-
getStatus
public java.lang.String getStatus()
Generated method - Getter of theDistributedProcess.status
attribute.- Returns:
- the status
-
setStatus
public void setStatus(SessionContext ctx, java.lang.String value)
Generated method - Setter of theDistributedProcess.status
attribute.- Parameters:
value
- the status
-
setStatus
public void setStatus(java.lang.String value)
Generated method - Setter of theDistributedProcess.status
attribute.- Parameters:
value
- the status
-
isStopRequested
public java.lang.Boolean isStopRequested(SessionContext ctx)
Generated method - Getter of theDistributedProcess.stopRequested
attribute.- Returns:
- the stopRequested
-
isStopRequested
public java.lang.Boolean isStopRequested()
Generated method - Getter of theDistributedProcess.stopRequested
attribute.- Returns:
- the stopRequested
-
isStopRequestedAsPrimitive
public boolean isStopRequestedAsPrimitive(SessionContext ctx)
Generated method - Getter of theDistributedProcess.stopRequested
attribute.- Returns:
- the stopRequested
-
isStopRequestedAsPrimitive
public boolean isStopRequestedAsPrimitive()
Generated method - Getter of theDistributedProcess.stopRequested
attribute.- Returns:
- the stopRequested
-
setStopRequested
public void setStopRequested(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theDistributedProcess.stopRequested
attribute.- Parameters:
value
- the stopRequested
-
setStopRequested
public void setStopRequested(java.lang.Boolean value)
Generated method - Setter of theDistributedProcess.stopRequested
attribute.- Parameters:
value
- the stopRequested
-
setStopRequested
public void setStopRequested(SessionContext ctx, boolean value)
Generated method - Setter of theDistributedProcess.stopRequested
attribute.- Parameters:
value
- the stopRequested
-
setStopRequested
public void setStopRequested(boolean value)
Generated method - Setter of theDistributedProcess.stopRequested
attribute.- Parameters:
value
- the stopRequested
-
-