|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ReplicationConfiguration
Represents configuration settings for the replication components of a server.
Metadata
Auditable: false
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 |
---|
java.lang.Boolean get_OutboundDispatcherEnabled()
void set_OutboundDispatcherEnabled(java.lang.Boolean value)
java.lang.Integer get_OutboundIdleWaitInterval()
void set_OutboundIdleWaitInterval(java.lang.Integer value)
java.lang.Integer get_OutboundBusyWaitInterval()
void set_OutboundBusyWaitInterval(java.lang.Integer value)
java.lang.Integer get_OutboundBatchSize()
void set_OutboundBatchSize(java.lang.Integer value)
java.lang.Integer get_MaxOutboundWorkers()
void set_MaxOutboundWorkers(java.lang.Integer value)
java.lang.Integer get_LeaseDuration()
void set_LeaseDuration(java.lang.Integer value)
java.lang.Boolean get_InboundDispatcherEnabled()
void set_InboundDispatcherEnabled(java.lang.Boolean value)
java.lang.Integer get_InboundIdleWaitInterval()
void set_InboundIdleWaitInterval(java.lang.Integer value)
java.lang.Integer get_InboundBusyWaitInterval()
void set_InboundBusyWaitInterval(java.lang.Integer value)
java.lang.Integer get_InboundBatchSize()
void set_InboundBatchSize(java.lang.Integer value)
java.lang.Integer get_MaxInboundWorkers()
void set_MaxInboundWorkers(java.lang.Integer value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |