public interface CmSweepConfiguration extends SubsystemConfiguration, DependentObject
A CmSweepConfiguration
object can be assigned to objects of the server hierarchy
(Domain, Site, VirtualServer, and ServerInstance), with the first encountered by the current server being the active instance.
A default instance is created at the domain level during domain creation. CmSweepConfiguration
objects are
persisted in the GCD.
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
get_BackgroundSearchLeaseDuration()
Returns the value of the BackgroundSearchLeaseDuration property.
|
java.lang.Integer |
get_DefaultDispatcherDelay()
Returns the value of the DefaultDispatcherDelay property.
|
java.lang.Boolean |
get_DispatcherEnabled()
Returns the value of the DispatcherEnabled property.
|
java.lang.Integer |
get_InterBatchDelay()
Returns the value of the InterBatchDelay property.
|
java.lang.Integer |
get_PolicyControlledSweepBatchSize()
Returns the value of the PolicyControlledSweepBatchSize property.
|
java.lang.Integer |
get_QueueSweepLeaseDuration()
Returns the value of the QueueSweepLeaseDuration property.
|
java.lang.Integer |
get_SweepJobLeaseDuration()
Returns the value of the SweepJobLeaseDuration property.
|
CmTimeslotList |
get_SweepTimeslots()
Returns the value of the SweepTimeslots property.
|
java.lang.Integer |
get_WaitForQueueActivityDelay()
Returns the value of the WaitForQueueActivityDelay property.
|
java.lang.Integer |
get_WaitForWorkersDelay()
Returns the value of the WaitForWorkersDelay property.
|
java.lang.Integer |
get_WaitForWorkersShortDelay()
Returns the value of the WaitForWorkersShortDelay property.
|
void |
set_BackgroundSearchLeaseDuration(java.lang.Integer value)
Sets the value of the BackgroundSearchLeaseDuration property.
|
void |
set_DefaultDispatcherDelay(java.lang.Integer value)
Sets the value of the DefaultDispatcherDelay property.
|
void |
set_DispatcherEnabled(java.lang.Boolean value)
Sets the value of the DispatcherEnabled property.
|
void |
set_InterBatchDelay(java.lang.Integer value)
Sets the value of the InterBatchDelay property.
|
void |
set_PolicyControlledSweepBatchSize(java.lang.Integer value)
Sets the value of the PolicyControlledSweepBatchSize property.
|
void |
set_QueueSweepLeaseDuration(java.lang.Integer value)
Sets the value of the QueueSweepLeaseDuration property.
|
void |
set_SweepJobLeaseDuration(java.lang.Integer value)
Sets the value of the SweepJobLeaseDuration property.
|
void |
set_SweepTimeslots(CmTimeslotList value)
Sets the value of the SweepTimeslots property.
|
void |
set_WaitForQueueActivityDelay(java.lang.Integer value)
Sets the value of the WaitForQueueActivityDelay property.
|
void |
set_WaitForWorkersDelay(java.lang.Integer value)
Sets the value of the WaitForWorkersDelay property.
|
void |
set_WaitForWorkersShortDelay(java.lang.Integer value)
Sets the value of the WaitForWorkersShortDelay property.
|
get_Id
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
java.lang.Boolean get_DispatcherEnabled()
void set_DispatcherEnabled(java.lang.Boolean value)
CmTimeslotList get_SweepTimeslots()
void set_SweepTimeslots(CmTimeslotList value)
java.lang.Integer get_DefaultDispatcherDelay()
void set_DefaultDispatcherDelay(java.lang.Integer value)
java.lang.Integer get_PolicyControlledSweepBatchSize()
void set_PolicyControlledSweepBatchSize(java.lang.Integer value)
java.lang.Integer get_WaitForWorkersDelay()
void set_WaitForWorkersDelay(java.lang.Integer value)
java.lang.Integer get_WaitForWorkersShortDelay()
void set_WaitForWorkersShortDelay(java.lang.Integer value)
java.lang.Integer get_WaitForQueueActivityDelay()
void set_WaitForQueueActivityDelay(java.lang.Integer value)
java.lang.Integer get_SweepJobLeaseDuration()
void set_SweepJobLeaseDuration(java.lang.Integer value)
java.lang.Integer get_QueueSweepLeaseDuration()
void set_QueueSweepLeaseDuration(java.lang.Integer value)
java.lang.Integer get_BackgroundSearchLeaseDuration()
void set_BackgroundSearchLeaseDuration(java.lang.Integer value)
java.lang.Integer get_InterBatchDelay()
void set_InterBatchDelay(java.lang.Integer value)
© Copyright IBM Corporation 2006, 2015. All rights reserved.