public interface ImageServicesImportAgentConfiguration extends SubsystemConfiguration, DependentObject
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
get_BatchDelay()
Returns the value of the BatchDelay property.
|
java.lang.Boolean |
get_DispatcherEnabled()
Returns the value of the DispatcherEnabled property.
|
java.lang.Integer |
get_DispatcherWaitInterval()
Returns the value of the DispatcherWaitInterval property.
|
java.lang.Integer |
get_DocumentsPerBatch()
Returns the value of the DocumentsPerBatch property.
|
java.lang.Integer |
get_ImportAgentRetryCount()
Returns the value of the ImportAgentRetryCount property.
|
java.lang.Integer |
get_NoWorkDelay()
Returns the value of the NoWorkDelay property.
|
java.lang.Integer |
get_NumImportAgents()
Returns the value of the NumImportAgents property.
|
void |
set_BatchDelay(java.lang.Integer value)
Sets the value of the BatchDelay property.
|
void |
set_DispatcherEnabled(java.lang.Boolean value)
Sets the value of the DispatcherEnabled property.
|
void |
set_DispatcherWaitInterval(java.lang.Integer value)
Sets the value of the DispatcherWaitInterval property.
|
void |
set_DocumentsPerBatch(java.lang.Integer value)
Sets the value of the DocumentsPerBatch property.
|
void |
set_ImportAgentRetryCount(java.lang.Integer value)
Sets the value of the ImportAgentRetryCount property.
|
void |
set_NoWorkDelay(java.lang.Integer value)
Sets the value of the NoWorkDelay property.
|
void |
set_NumImportAgents(java.lang.Integer value)
Sets the value of the NumImportAgents property.
|
get_Id
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
java.lang.Integer get_DispatcherWaitInterval()
void set_DispatcherWaitInterval(java.lang.Integer value)
java.lang.Boolean get_DispatcherEnabled()
void set_DispatcherEnabled(java.lang.Boolean value)
java.lang.Integer get_NoWorkDelay()
void set_NoWorkDelay(java.lang.Integer value)
java.lang.Integer get_BatchDelay()
void set_BatchDelay(java.lang.Integer value)
java.lang.Integer get_DocumentsPerBatch()
void set_DocumentsPerBatch(java.lang.Integer value)
java.lang.Integer get_NumImportAgents()
void set_NumImportAgents(java.lang.Integer value)
java.lang.Integer get_ImportAgentRetryCount()
void set_ImportAgentRetryCount(java.lang.Integer value)
© Copyright IBM Corporation 2006, 2015. All rights reserved.