Package org.apache.openejb.jee.oejb2
Class OpenejbClusteringWadiType
- java.lang.Object
-
- org.apache.openejb.jee.oejb2.AbstractClusteringType
-
- org.apache.openejb.jee.oejb2.OpenejbClusteringWadiType
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected PatternTypebackingStrategyFactoryprotected PatternTypeclusterprotected BooleandeltaReplicationprotected BooleandisableReplicationprotected BigIntegernumPartitionsprotected BigIntegersweepInterval
-
Constructor Summary
Constructors Constructor Description OpenejbClusteringWadiType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PatternTypegetBackingStrategyFactory()Gets the value of the backingStrategyFactory property.PatternTypegetCluster()Gets the value of the cluster property.BigIntegergetNumPartitions()Gets the value of the numPartitions property.BigIntegergetSweepInterval()Gets the value of the sweepInterval property.BooleanisDeltaReplication()Gets the value of the deltaReplication property.BooleanisDisableReplication()Gets the value of the disableReplication property.voidsetBackingStrategyFactory(PatternType value)Sets the value of the backingStrategyFactory property.voidsetCluster(PatternType value)Sets the value of the cluster property.voidsetDeltaReplication(Boolean value)Sets the value of the deltaReplication property.voidsetDisableReplication(Boolean value)Sets the value of the disableReplication property.voidsetNumPartitions(BigInteger value)Sets the value of the numPartitions property.voidsetSweepInterval(BigInteger value)Sets the value of the sweepInterval property.
-
-
-
Field Detail
-
sweepInterval
protected BigInteger sweepInterval
-
numPartitions
protected BigInteger numPartitions
-
cluster
protected PatternType cluster
-
disableReplication
protected Boolean disableReplication
-
deltaReplication
protected Boolean deltaReplication
-
backingStrategyFactory
protected PatternType backingStrategyFactory
-
-
Method Detail
-
getSweepInterval
public BigInteger getSweepInterval()
Gets the value of the sweepInterval property.- Returns:
- possible object is
BigInteger
-
setSweepInterval
public void setSweepInterval(BigInteger value)
Sets the value of the sweepInterval property.- Parameters:
value- allowed object isBigInteger
-
getNumPartitions
public BigInteger getNumPartitions()
Gets the value of the numPartitions property.- Returns:
- possible object is
BigInteger
-
setNumPartitions
public void setNumPartitions(BigInteger value)
Sets the value of the numPartitions property.- Parameters:
value- allowed object isBigInteger
-
getCluster
public PatternType getCluster()
Gets the value of the cluster property.- Returns:
- possible object is
PatternType
-
setCluster
public void setCluster(PatternType value)
Sets the value of the cluster property.- Parameters:
value- allowed object isPatternType
-
isDisableReplication
public Boolean isDisableReplication()
Gets the value of the disableReplication property.- Returns:
- possible object is
Boolean
-
setDisableReplication
public void setDisableReplication(Boolean value)
Sets the value of the disableReplication property.- Parameters:
value- allowed object isBoolean
-
isDeltaReplication
public Boolean isDeltaReplication()
Gets the value of the deltaReplication property.- Returns:
- possible object is
Boolean
-
setDeltaReplication
public void setDeltaReplication(Boolean value)
Sets the value of the deltaReplication property.- Parameters:
value- allowed object isBoolean
-
getBackingStrategyFactory
public PatternType getBackingStrategyFactory()
Gets the value of the backingStrategyFactory property.- Returns:
- possible object is
PatternType
-
setBackingStrategyFactory
public void setBackingStrategyFactory(PatternType value)
Sets the value of the backingStrategyFactory property.- Parameters:
value- allowed object isPatternType
-
-