public class OpenejbClusteringWadiType extends AbstractClusteringType
Java class for openejb-clustering-wadiType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="openejb-clustering-wadiType"> <complexContent> <extension base="{http://geronimo.apache.org/xml/ns/j2ee/application-2.0}abstract-clusteringType"> <sequence> <element name="sweepInterval" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> <element name="numPartitions" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> <element name="cluster" type="{http://geronimo.apache.org/xml/ns/naming-1.2}patternType" minOccurs="0"/> <element name="disableReplication" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="deltaReplication" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="backing-strategy-factory" type="{http://geronimo.apache.org/xml/ns/naming-1.2}patternType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected PatternType |
backingStrategyFactory |
protected PatternType |
cluster |
protected java.lang.Boolean |
deltaReplication |
protected java.lang.Boolean |
disableReplication |
protected java.math.BigInteger |
numPartitions |
protected java.math.BigInteger |
sweepInterval |
Constructor and Description |
---|
OpenejbClusteringWadiType() |
Modifier and Type | Method and Description |
---|---|
PatternType |
getBackingStrategyFactory()
Gets the value of the backingStrategyFactory property.
|
PatternType |
getCluster()
Gets the value of the cluster property.
|
java.math.BigInteger |
getNumPartitions()
Gets the value of the numPartitions property.
|
java.math.BigInteger |
getSweepInterval()
Gets the value of the sweepInterval property.
|
java.lang.Boolean |
isDeltaReplication()
Gets the value of the deltaReplication property.
|
java.lang.Boolean |
isDisableReplication()
Gets the value of the disableReplication property.
|
void |
setBackingStrategyFactory(PatternType value)
Sets the value of the backingStrategyFactory property.
|
void |
setCluster(PatternType value)
Sets the value of the cluster property.
|
void |
setDeltaReplication(java.lang.Boolean value)
Sets the value of the deltaReplication property.
|
void |
setDisableReplication(java.lang.Boolean value)
Sets the value of the disableReplication property.
|
void |
setNumPartitions(java.math.BigInteger value)
Sets the value of the numPartitions property.
|
void |
setSweepInterval(java.math.BigInteger value)
Sets the value of the sweepInterval property.
|
protected java.math.BigInteger sweepInterval
protected java.math.BigInteger numPartitions
protected PatternType cluster
protected java.lang.Boolean disableReplication
protected java.lang.Boolean deltaReplication
protected PatternType backingStrategyFactory
public java.math.BigInteger getSweepInterval()
BigInteger
public void setSweepInterval(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.math.BigInteger getNumPartitions()
BigInteger
public void setNumPartitions(java.math.BigInteger value)
value
- allowed object is
BigInteger
public PatternType getCluster()
PatternType
public void setCluster(PatternType value)
value
- allowed object is
PatternType
public java.lang.Boolean isDisableReplication()
Boolean
public void setDisableReplication(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isDeltaReplication()
Boolean
public void setDeltaReplication(java.lang.Boolean value)
value
- allowed object is
Boolean
public PatternType getBackingStrategyFactory()
PatternType
public void setBackingStrategyFactory(PatternType value)
value
- allowed object is
PatternType