|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.openejb.jee.wls.EntityCache
public class EntityCache
Java class for entity-cache complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="entity-cache"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="max-beans-in-cache" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> <element name="max-queries-in-cache" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> <element name="idle-timeout-seconds" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> <element name="read-timeout-seconds" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> <element name="concurrency-strategy" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="cache-between-transactions" type="{http://www.bea.com/ns/weblogic/90}true-false" minOccurs="0"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected Boolean |
cacheBetweenTransactions
|
protected String |
concurrencyStrategy
|
protected String |
id
|
protected BigInteger |
idleTimeoutSeconds
|
protected BigInteger |
maxBeansInCache
|
protected BigInteger |
maxQueriesInCache
|
protected BigInteger |
readTimeoutSeconds
|
Constructor Summary | |
---|---|
EntityCache()
|
Method Summary | |
---|---|
Boolean |
getCacheBetweenTransactions()
Gets the value of the cacheBetweenTransactions property. |
String |
getConcurrencyStrategy()
Gets the value of the concurrencyStrategy property. |
String |
getId()
Gets the value of the id property. |
BigInteger |
getIdleTimeoutSeconds()
Gets the value of the idleTimeoutSeconds property. |
BigInteger |
getMaxBeansInCache()
Gets the value of the maxBeansInCache property. |
BigInteger |
getMaxQueriesInCache()
Gets the value of the maxQueriesInCache property. |
BigInteger |
getReadTimeoutSeconds()
Gets the value of the readTimeoutSeconds property. |
void |
setCacheBetweenTransactions(Boolean value)
Sets the value of the cacheBetweenTransactions property. |
void |
setConcurrencyStrategy(String value)
Sets the value of the concurrencyStrategy property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setIdleTimeoutSeconds(BigInteger value)
Sets the value of the idleTimeoutSeconds property. |
void |
setMaxBeansInCache(BigInteger value)
Sets the value of the maxBeansInCache property. |
void |
setMaxQueriesInCache(BigInteger value)
Sets the value of the maxQueriesInCache property. |
void |
setReadTimeoutSeconds(BigInteger value)
Sets the value of the readTimeoutSeconds property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected BigInteger maxBeansInCache
protected BigInteger maxQueriesInCache
protected BigInteger idleTimeoutSeconds
protected BigInteger readTimeoutSeconds
protected String concurrencyStrategy
protected Boolean cacheBetweenTransactions
protected String id
Constructor Detail |
---|
public EntityCache()
Method Detail |
---|
public BigInteger getMaxBeansInCache()
BigInteger
public void setMaxBeansInCache(BigInteger value)
value
- allowed object is
BigInteger
public BigInteger getMaxQueriesInCache()
BigInteger
public void setMaxQueriesInCache(BigInteger value)
value
- allowed object is
BigInteger
public BigInteger getIdleTimeoutSeconds()
BigInteger
public void setIdleTimeoutSeconds(BigInteger value)
value
- allowed object is
BigInteger
public BigInteger getReadTimeoutSeconds()
BigInteger
public void setReadTimeoutSeconds(BigInteger value)
value
- allowed object is
BigInteger
public String getConcurrencyStrategy()
String
public void setConcurrencyStrategy(String value)
value
- allowed object is
String
public Boolean getCacheBetweenTransactions()
Boolean
public void setCacheBetweenTransactions(Boolean value)
value
- allowed object is
Boolean
public String getId()
String
public void setId(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |