public interface CmQueueSweep extends RepositoryObject, CmSweep
Modifier and Type | Method and Description |
---|---|
java.lang.Double |
get_CurrentDeferredObjectCount()
Returns the value of the CurrentDeferredObjectCount property.
|
java.lang.Double |
get_CurrentExaminedObjectCount()
Returns the value of the CurrentExaminedObjectCount property.
|
java.lang.Double |
get_CurrentFailedObjectCount()
Returns the value of the CurrentFailedObjectCount property.
|
java.lang.Double |
get_CurrentProcessedObjectCount()
Returns the value of the CurrentProcessedObjectCount property.
|
java.lang.Double |
get_DeferredObjectCount()
Returns the value of the DeferredObjectCount property.
|
java.lang.String |
get_DescriptiveText()
Returns the value of the DescriptiveText property.
|
java.lang.String |
get_DisplayName()
Returns the value of the DisplayName property.
|
java.util.Date |
get_EffectiveEndDate()
Returns the value of the EffectiveEndDate property.
|
java.util.Date |
get_EffectiveStartDate()
Returns the value of the EffectiveStartDate property.
|
java.lang.Boolean |
get_IsEnabled()
Returns the value of the IsEnabled property.
|
java.lang.Integer |
get_MaximumFailures()
Returns the value of the MaximumFailures property.
|
java.lang.Integer |
get_SweepBatchSize()
Returns the value of the SweepBatchSize property.
|
java.lang.Integer |
get_SweepRetryWaitInterval()
Returns the value of the SweepRetryWaitInterval property.
|
void |
set_DescriptiveText(java.lang.String value)
Sets the value of the DescriptiveText property.
|
void |
set_DisplayName(java.lang.String value)
Sets the value of the DisplayName property.
|
void |
set_EffectiveEndDate(java.util.Date value)
Sets the value of the EffectiveEndDate property.
|
void |
set_EffectiveStartDate(java.util.Date value)
Sets the value of the EffectiveStartDate property.
|
void |
set_IsEnabled(java.lang.Boolean value)
Sets the value of the IsEnabled property.
|
void |
set_MaximumFailures(java.lang.Integer value)
Sets the value of the MaximumFailures property.
|
void |
set_SweepBatchSize(java.lang.Integer value)
Sets the value of the SweepBatchSize property.
|
void |
set_SweepRetryWaitInterval(java.lang.Integer value)
Sets the value of the SweepRetryWaitInterval property.
|
get_AuditedEvents, get_Creator, get_DateCreated, get_DateLastModified, get_ExaminedObjectCount, get_FailedObjectCount, get_Id, get_InterBatchDelay, get_LastModifier, get_MaxSweepWorkers, get_Owner, get_Permissions, get_ProcessedObjectCount, get_SweepEndDate, get_SweepStartDate, get_SweepTarget, get_SweepTimeslots, set_Creator, set_DateCreated, set_DateLastModified, set_InterBatchDelay, set_LastModifier, set_MaxSweepWorkers, set_Owner, set_Permissions, set_SweepTarget, set_SweepTimeslots
getObjectStore
raiseEvent
addPendingAction, clearPendingActions, delete, getAccessAllowed, getPendingActions, getUpdateSequenceNumber, isCurrent, save, save, setUpdateSequenceNumber
fetchProperties, fetchProperties, fetchProperty, fetchProperty, getObjectReference, refresh, refresh, refresh
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
java.lang.String get_DisplayName()
void set_DisplayName(java.lang.String value)
java.lang.String get_DescriptiveText()
void set_DescriptiveText(java.lang.String value)
java.util.Date get_EffectiveStartDate()
void set_EffectiveStartDate(java.util.Date value)
java.util.Date get_EffectiveEndDate()
void set_EffectiveEndDate(java.util.Date value)
java.lang.Boolean get_IsEnabled()
void set_IsEnabled(java.lang.Boolean value)
java.lang.Integer get_MaximumFailures()
void set_MaximumFailures(java.lang.Integer value)
java.lang.Integer get_SweepRetryWaitInterval()
void set_SweepRetryWaitInterval(java.lang.Integer value)
java.lang.Integer get_SweepBatchSize()
void set_SweepBatchSize(java.lang.Integer value)
java.lang.Double get_CurrentExaminedObjectCount()
java.lang.Double get_CurrentProcessedObjectCount()
java.lang.Double get_CurrentFailedObjectCount()
java.lang.Double get_CurrentDeferredObjectCount()
java.lang.Double get_DeferredObjectCount()
© Copyright IBM Corporation 2006, 2015. All rights reserved.