|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AsyncProcessingConfiguration
Represents configuration data for asynchronous processing of events.
This class allows admininistrative clients to set or access
event dispatcher configuration settings.
An AsyncProcessingConfiguration
object can be assigned to objects of the server hierarchy
(Domain, Site, VirtualServer, and ServerInstance), and is persisted in the GCD.
To create an AsyncProcessingConfiguration
object, call the
createInstance
method on the
Factory.AsyncProcessingConfiguration
class.
To instantiate an AsyncProcessingConfiguration
object, retrieve the
SubsystemConfigurations
property from an object of the server hierarchy,
then iterate the SubsystemConfigurationList
for the AsyncProcessingConfiguration
object.
Metadata
Auditable: false
Method Summary | |
---|---|
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_MaxBatchSize()
Returns the value of the MaxBatchSize property. |
java.lang.Integer |
get_QueueItemDatabaseTimeout()
Returns the value of the QueueItemDatabaseTimeout property. |
java.lang.Integer |
get_QueueItemMaxDispatchers()
Returns the value of the QueueItemMaxDispatchers property. |
java.lang.Integer |
get_QueueItemRetryCount()
Returns the value of the QueueItemRetryCount 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_MaxBatchSize(java.lang.Integer value)
Sets the value of the MaxBatchSize property. |
void |
set_QueueItemDatabaseTimeout(java.lang.Integer value)
Sets the value of the QueueItemDatabaseTimeout property. |
void |
set_QueueItemMaxDispatchers(java.lang.Integer value)
Sets the value of the QueueItemMaxDispatchers property. |
void |
set_QueueItemRetryCount(java.lang.Integer value)
Sets the value of the QueueItemRetryCount 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 |
---|
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_QueueItemDatabaseTimeout()
void set_QueueItemDatabaseTimeout(java.lang.Integer value)
java.lang.Integer get_QueueItemMaxDispatchers()
void set_QueueItemMaxDispatchers(java.lang.Integer value)
java.lang.Integer get_QueueItemRetryCount()
void set_QueueItemRetryCount(java.lang.Integer value)
java.lang.Integer get_MaxBatchSize()
void set_MaxBatchSize(java.lang.Integer value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |