public interface ReplicationConfiguration extends SubsystemConfiguration, DependentObject
Modifier and Type | Method and Description |
---|---|
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.
|
get_Id
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
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)
© Copyright IBM Corporation 2006, 2015. All rights reserved.