public interface CmProcessEngineConfiguration extends SubsystemConfiguration, DependentObject
In IBM Content Foundation, Case Analyzer is not supported. Properties associated with Case Analyzer are ignored.
A CmProcessEngineConfiguration
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.
CmProcessEngineConfiguration
objects are persisted in the
Global Configuration Database (GCD).
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
get_AnalysisExporterDimensionCacheSize()
Returns the value of the AnalysisExporterDimensionCacheSize property.
|
java.lang.Boolean |
get_AnalysisExporterEnabled()
Returns the value of the AnalysisExporterEnabled property.
|
java.lang.Integer |
get_AnalysisExporterFactCacheSize()
Returns the value of the AnalysisExporterFactCacheSize property.
|
java.lang.Integer |
get_EventExporterAccountingInterval()
Returns the value of the EventExporterAccountingInterval property.
|
java.lang.Integer |
get_EventExporterLeaseWaitInterval()
Returns the value of the EventExporterLeaseWaitInterval property.
|
java.lang.Integer |
get_EventExporterSleepDuration()
Returns the value of the EventExporterSleepDuration property.
|
java.lang.Boolean |
get_HistoryExporterEnabled()
Returns the value of the HistoryExporterEnabled property.
|
java.lang.Integer |
get_HistoryExporterUpdateCacheSize()
Returns the value of the HistoryExporterUpdateCacheSize property.
|
java.lang.Integer |
get_InternalPortNumber()
Returns the value of the InternalPortNumber property.
|
java.lang.Integer |
get_MaxEventCollectorThreads()
Returns the value of the MaxEventCollectorThreads property.
|
java.lang.Integer |
get_MaxEventExporterThreads()
Returns the value of the MaxEventExporterThreads property.
|
java.lang.Integer |
get_MaxHeartbeatThreads()
Returns the value of the MaxHeartbeatThreads property.
|
java.lang.Integer |
get_MaxPrimaryThreads()
Returns the value of the MaxPrimaryThreads property.
|
java.lang.Integer |
get_MaxSecondaryThreads()
Returns the value of the MaxSecondaryThreads property.
|
java.lang.Boolean |
get_ProcessEngineEnabled()
Returns the value of the ProcessEngineEnabled property.
|
void |
set_AnalysisExporterDimensionCacheSize(java.lang.Integer value)
Sets the value of the AnalysisExporterDimensionCacheSize property.
|
void |
set_AnalysisExporterEnabled(java.lang.Boolean value)
Sets the value of the AnalysisExporterEnabled property.
|
void |
set_AnalysisExporterFactCacheSize(java.lang.Integer value)
Sets the value of the AnalysisExporterFactCacheSize property.
|
void |
set_EventExporterAccountingInterval(java.lang.Integer value)
Sets the value of the EventExporterAccountingInterval property.
|
void |
set_EventExporterLeaseWaitInterval(java.lang.Integer value)
Sets the value of the EventExporterLeaseWaitInterval property.
|
void |
set_EventExporterSleepDuration(java.lang.Integer value)
Sets the value of the EventExporterSleepDuration property.
|
void |
set_HistoryExporterEnabled(java.lang.Boolean value)
Sets the value of the HistoryExporterEnabled property.
|
void |
set_HistoryExporterUpdateCacheSize(java.lang.Integer value)
Sets the value of the HistoryExporterUpdateCacheSize property.
|
void |
set_InternalPortNumber(java.lang.Integer value)
Sets the value of the InternalPortNumber property.
|
void |
set_MaxEventCollectorThreads(java.lang.Integer value)
Sets the value of the MaxEventCollectorThreads property.
|
void |
set_MaxEventExporterThreads(java.lang.Integer value)
Sets the value of the MaxEventExporterThreads property.
|
void |
set_MaxHeartbeatThreads(java.lang.Integer value)
Sets the value of the MaxHeartbeatThreads property.
|
void |
set_MaxPrimaryThreads(java.lang.Integer value)
Sets the value of the MaxPrimaryThreads property.
|
void |
set_MaxSecondaryThreads(java.lang.Integer value)
Sets the value of the MaxSecondaryThreads property.
|
void |
set_ProcessEngineEnabled(java.lang.Boolean value)
Sets the value of the ProcessEngineEnabled property.
|
get_Id
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
java.lang.Boolean get_ProcessEngineEnabled()
void set_ProcessEngineEnabled(java.lang.Boolean value)
java.lang.Integer get_MaxPrimaryThreads()
void set_MaxPrimaryThreads(java.lang.Integer value)
java.lang.Integer get_MaxSecondaryThreads()
void set_MaxSecondaryThreads(java.lang.Integer value)
java.lang.Integer get_MaxHeartbeatThreads()
void set_MaxHeartbeatThreads(java.lang.Integer value)
java.lang.Integer get_InternalPortNumber()
void set_InternalPortNumber(java.lang.Integer value)
java.lang.Boolean get_AnalysisExporterEnabled()
void set_AnalysisExporterEnabled(java.lang.Boolean value)
java.lang.Integer get_MaxEventCollectorThreads()
void set_MaxEventCollectorThreads(java.lang.Integer value)
java.lang.Integer get_MaxEventExporterThreads()
void set_MaxEventExporterThreads(java.lang.Integer value)
java.lang.Integer get_AnalysisExporterDimensionCacheSize()
void set_AnalysisExporterDimensionCacheSize(java.lang.Integer value)
java.lang.Integer get_AnalysisExporterFactCacheSize()
void set_AnalysisExporterFactCacheSize(java.lang.Integer value)
java.lang.Integer get_EventExporterLeaseWaitInterval()
void set_EventExporterLeaseWaitInterval(java.lang.Integer value)
java.lang.Boolean get_HistoryExporterEnabled()
void set_HistoryExporterEnabled(java.lang.Boolean value)
java.lang.Integer get_HistoryExporterUpdateCacheSize()
void set_HistoryExporterUpdateCacheSize(java.lang.Integer value)
java.lang.Integer get_EventExporterAccountingInterval()
void set_EventExporterAccountingInterval(java.lang.Integer value)
java.lang.Integer get_EventExporterSleepDuration()
void set_EventExporterSleepDuration(java.lang.Integer value)
© Copyright IBM Corporation 2006, 2015. All rights reserved.