com.filenet.api.admin
Interface VerityServerConfiguration

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

public interface VerityServerConfiguration
extends SubsystemConfiguration, DependentObject

Contains the Verity configuration data (properties) for a server instance. This configuration data can differ from one server to the next. A VerityServerConfiguration object is contained in the SubsystemsConfiguration property of Domain, Site, VirtualServer, and ServerInstance objects. The VerityServerConfiguration object used is the first occurrence found by searching (in this order) the ServerInstance instance, the VirtualServer instance, the Site instance, and the Domain instance.

None of the properties on this object must be set or changed to enable full text indexing. This object is used only to address performance issues.

Metadata

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


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_LeaseDuration()
          Returns the value of the LeaseDuration property.
 java.lang.Integer get_MaxBatchSize()
          Returns the value of the MaxBatchSize property.
 java.lang.Integer get_MaxObjectsPerCollection()
          Returns the value of the MaxObjectsPerCollection property.
 java.lang.Integer get_OptimizationInterval()
          Returns the value of the OptimizationInterval property.
 java.lang.Integer get_ThreadCount()
          Returns the value of the ThreadCount property.
 StringList get_VerityBrokerNames()
          Returns the value of the VerityBrokerNames 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_LeaseDuration(java.lang.Integer value)
          Sets the value of the LeaseDuration property.
 void set_MaxBatchSize(java.lang.Integer value)
          Sets the value of the MaxBatchSize property.
 void set_MaxObjectsPerCollection(java.lang.Integer value)
          Sets the value of the MaxObjectsPerCollection property.
 void set_OptimizationInterval(java.lang.Integer value)
          Sets the value of the OptimizationInterval property.
 void set_ThreadCount(java.lang.Integer value)
          Sets the value of the ThreadCount property.
 void set_VerityBrokerNames(StringList value)
          Sets the value of the VerityBrokerNames 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_ThreadCount

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


set_ThreadCount

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


get_MaxBatchSize

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


set_MaxBatchSize

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


get_LeaseDuration

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


set_LeaseDuration

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


get_MaxObjectsPerCollection

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


set_MaxObjectsPerCollection

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


get_OptimizationInterval

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


set_OptimizationInterval

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


get_VerityBrokerNames

StringList get_VerityBrokerNames()
Returns the value of the VerityBrokerNames property. For more information, see VerityBrokerNames Property.


set_VerityBrokerNames

void set_VerityBrokerNames(StringList value)
Sets the value of the VerityBrokerNames property. For more information, see VerityBrokerNames Property.



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