com.filenet.api.admin
Interface ReplicationConfiguration

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

public interface ReplicationConfiguration
extends SubsystemConfiguration, DependentObject

Represents configuration settings for the replication components of a server.

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_InboundBatchSize()
          Returns the value of the InboundBatchSize property.
 java.lang.Integer get_InboundBusyWaitInterval()
          Returns the value of the InboundBusyWaitInterval property.
 java.lang.Boolean get_InboundDispatcherEnabled()
          Returns the value of the InboundDispatcherEnabled property.
 java.lang.Integer get_InboundIdleWaitInterval()
          Returns the value of the InboundIdleWaitInterval property.
 java.lang.Integer get_LeaseDuration()
          Returns the value of the LeaseDuration property.
 java.lang.Integer get_MaxInboundWorkers()
          Returns the value of the MaxInboundWorkers property.
 java.lang.Integer get_MaxOutboundWorkers()
          Returns the value of the MaxOutboundWorkers property.
 java.lang.Integer get_OutboundBatchSize()
          Returns the value of the OutboundBatchSize property.
 java.lang.Integer get_OutboundBusyWaitInterval()
          Returns the value of the OutboundBusyWaitInterval property.
 java.lang.Boolean get_OutboundDispatcherEnabled()
          Returns the value of the OutboundDispatcherEnabled property.
 java.lang.Integer get_OutboundIdleWaitInterval()
          Returns the value of the OutboundIdleWaitInterval property.
 void set_InboundBatchSize(java.lang.Integer value)
          Sets the value of the InboundBatchSize property.
 void set_InboundBusyWaitInterval(java.lang.Integer value)
          Sets the value of the InboundBusyWaitInterval property.
 void set_InboundDispatcherEnabled(java.lang.Boolean value)
          Sets the value of the InboundDispatcherEnabled property.
 void set_InboundIdleWaitInterval(java.lang.Integer value)
          Sets the value of the InboundIdleWaitInterval property.
 void set_LeaseDuration(java.lang.Integer value)
          Sets the value of the LeaseDuration property.
 void set_MaxInboundWorkers(java.lang.Integer value)
          Sets the value of the MaxInboundWorkers property.
 void set_MaxOutboundWorkers(java.lang.Integer value)
          Sets the value of the MaxOutboundWorkers property.
 void set_OutboundBatchSize(java.lang.Integer value)
          Sets the value of the OutboundBatchSize property.
 void set_OutboundBusyWaitInterval(java.lang.Integer value)
          Sets the value of the OutboundBusyWaitInterval property.
 void set_OutboundDispatcherEnabled(java.lang.Boolean value)
          Sets the value of the OutboundDispatcherEnabled property.
 void set_OutboundIdleWaitInterval(java.lang.Integer value)
          Sets the value of the OutboundIdleWaitInterval 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_OutboundDispatcherEnabled

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


set_OutboundDispatcherEnabled

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


get_OutboundIdleWaitInterval

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


set_OutboundIdleWaitInterval

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


get_OutboundBusyWaitInterval

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


set_OutboundBusyWaitInterval

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


get_OutboundBatchSize

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


set_OutboundBatchSize

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


get_MaxOutboundWorkers

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


set_MaxOutboundWorkers

void set_MaxOutboundWorkers(java.lang.Integer value)
Sets the value of the MaxOutboundWorkers property. For more information, see MaxOutboundWorkers 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_InboundDispatcherEnabled

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


set_InboundDispatcherEnabled

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


get_InboundIdleWaitInterval

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


set_InboundIdleWaitInterval

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


get_InboundBusyWaitInterval

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


set_InboundBusyWaitInterval

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


get_InboundBatchSize

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


set_InboundBatchSize

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


get_MaxInboundWorkers

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


set_MaxInboundWorkers

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



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