|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.openejb.jee.oejb2.AbstractClusteringType
org.apache.openejb.jee.oejb2.OpenejbClusteringWadiType
public class OpenejbClusteringWadiType
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 | |
---|---|
protected PatternType |
backingStrategyFactory
|
protected PatternType |
cluster
|
protected Boolean |
deltaReplication
|
protected Boolean |
disableReplication
|
protected BigInteger |
numPartitions
|
protected BigInteger |
sweepInterval
|
Constructor Summary | |
---|---|
OpenejbClusteringWadiType()
|
Method Summary | |
---|---|
PatternType |
getBackingStrategyFactory()
Gets the value of the backingStrategyFactory property. |
PatternType |
getCluster()
Gets the value of the cluster property. |
BigInteger |
getNumPartitions()
Gets the value of the numPartitions property. |
BigInteger |
getSweepInterval()
Gets the value of the sweepInterval property. |
Boolean |
isDeltaReplication()
Gets the value of the deltaReplication property. |
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(Boolean value)
Sets the value of the deltaReplication property. |
void |
setDisableReplication(Boolean value)
Sets the value of the disableReplication property. |
void |
setNumPartitions(BigInteger value)
Sets the value of the numPartitions property. |
void |
setSweepInterval(BigInteger value)
Sets the value of the sweepInterval property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected BigInteger sweepInterval
protected BigInteger numPartitions
protected PatternType cluster
protected Boolean disableReplication
protected Boolean deltaReplication
protected PatternType backingStrategyFactory
Constructor Detail |
---|
public OpenejbClusteringWadiType()
Method Detail |
---|
public BigInteger getSweepInterval()
BigInteger
public void setSweepInterval(BigInteger value)
value
- allowed object is
BigInteger
public BigInteger getNumPartitions()
BigInteger
public void setNumPartitions(BigInteger value)
value
- allowed object is
BigInteger
public PatternType getCluster()
PatternType
public void setCluster(PatternType value)
value
- allowed object is
PatternType
public Boolean isDisableReplication()
Boolean
public void setDisableReplication(Boolean value)
value
- allowed object is
Boolean
public Boolean isDeltaReplication()
Boolean
public void setDeltaReplication(Boolean value)
value
- allowed object is
Boolean
public PatternType getBackingStrategyFactory()
PatternType
public void setBackingStrategyFactory(PatternType value)
value
- allowed object is
PatternType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |