com.filenet.api.admin
Interface ImageServicesImportAgentConfiguration

All Superinterfaces:
DependentObject, EngineObject, java.io.Serializable, SubsystemConfiguration

public interface ImageServicesImportAgentConfiguration
extends SubsystemConfiguration, DependentObject

Represents configuration data for an Image Services import operation.

Metadata

Auditable: false
AllowsInstances: true
AllowsSubClasses: false
ClassDefinitionName: None
IsDependent: true
IsHidden: false
Searchable: false
StorageType: Domain
SuperclassName: SubsystemConfiguration


Method Summary
 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.
 
Methods inherited from interface com.filenet.api.admin.SubsystemConfiguration
get_Id
 
Methods inherited from interface com.filenet.api.core.EngineObject
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
 

Method Detail

get_DispatcherWaitInterval

java.lang.Integer get_DispatcherWaitInterval()
Returns the value of the DispatcherWaitInterval property. For more information, see DispatcherWaitInterval Property.


set_DispatcherWaitInterval

void set_DispatcherWaitInterval(java.lang.Integer value)
Sets the value of the DispatcherWaitInterval property. For more information, see DispatcherWaitInterval Property.


get_DispatcherEnabled

java.lang.Boolean get_DispatcherEnabled()
Returns the value of the DispatcherEnabled property. For more information, see DispatcherEnabled Property.


set_DispatcherEnabled

void set_DispatcherEnabled(java.lang.Boolean value)
Sets the value of the DispatcherEnabled property. For more information, see DispatcherEnabled Property.


get_NoWorkDelay

java.lang.Integer get_NoWorkDelay()
Returns the value of the NoWorkDelay property. For more information, see NoWorkDelay Property.


set_NoWorkDelay

void set_NoWorkDelay(java.lang.Integer value)
Sets the value of the NoWorkDelay property. For more information, see NoWorkDelay Property.


get_BatchDelay

java.lang.Integer get_BatchDelay()
Returns the value of the BatchDelay property. For more information, see BatchDelay Property.


set_BatchDelay

void set_BatchDelay(java.lang.Integer value)
Sets the value of the BatchDelay property. For more information, see BatchDelay Property.


get_DocumentsPerBatch

java.lang.Integer get_DocumentsPerBatch()
Returns the value of the DocumentsPerBatch property. For more information, see DocumentsPerBatch Property.


set_DocumentsPerBatch

void set_DocumentsPerBatch(java.lang.Integer value)
Sets the value of the DocumentsPerBatch property. For more information, see DocumentsPerBatch Property.


get_NumImportAgents

java.lang.Integer get_NumImportAgents()
Returns the value of the NumImportAgents property. For more information, see NumImportAgents Property.


set_NumImportAgents

void set_NumImportAgents(java.lang.Integer value)
Sets the value of the NumImportAgents property. For more information, see NumImportAgents Property.


get_ImportAgentRetryCount

java.lang.Integer get_ImportAgentRetryCount()
Returns the value of the ImportAgentRetryCount property. For more information, see ImportAgentRetryCount Property.


set_ImportAgentRetryCount

void set_ImportAgentRetryCount(java.lang.Integer value)
Sets the value of the ImportAgentRetryCount property. For more information, see ImportAgentRetryCount Property.



© Copyright IBM Corporation 2006, 2009. All rights reserved.