org.apache.openejb.jee.wls
Class EntityCacheRef

java.lang.Object
  extended by org.apache.openejb.jee.wls.EntityCacheRef

public class EntityCacheRef
extends java.lang.Object

Java class for entity-cache-ref complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="entity-cache-ref">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="entity-cache-name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <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"/>
         <element name="cache-between-transactions" type="{http://www.bea.com/ns/weblogic/90}true-false" minOccurs="0"/>
         <element name="estimated-bean-size" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.Boolean cacheBetweenTransactions
           
protected  java.lang.String concurrencyStrategy
           
protected  java.lang.String entityCacheName
           
protected  java.math.BigInteger estimatedBeanSize
           
protected  java.lang.String id
           
protected  java.math.BigInteger idleTimeoutSeconds
           
protected  java.math.BigInteger readTimeoutSeconds
           
 
Constructor Summary
EntityCacheRef()
           
 
Method Summary
 java.lang.Boolean getCacheBetweenTransactions()
          Gets the value of the cacheBetweenTransactions property.
 java.lang.String getConcurrencyStrategy()
          Gets the value of the concurrencyStrategy property.
 java.lang.String getEntityCacheName()
          Gets the value of the entityCacheName property.
 java.math.BigInteger getEstimatedBeanSize()
          Gets the value of the estimatedBeanSize property.
 java.lang.String getId()
          Gets the value of the id property.
 java.math.BigInteger getIdleTimeoutSeconds()
          Gets the value of the idleTimeoutSeconds property.
 java.math.BigInteger getReadTimeoutSeconds()
          Gets the value of the readTimeoutSeconds property.
 void setCacheBetweenTransactions(java.lang.Boolean value)
          Sets the value of the cacheBetweenTransactions property.
 void setConcurrencyStrategy(java.lang.String value)
          Sets the value of the concurrencyStrategy property.
 void setEntityCacheName(java.lang.String value)
          Sets the value of the entityCacheName property.
 void setEstimatedBeanSize(java.math.BigInteger value)
          Sets the value of the estimatedBeanSize property.
 void setId(java.lang.String value)
          Sets the value of the id property.
 void setIdleTimeoutSeconds(java.math.BigInteger value)
          Sets the value of the idleTimeoutSeconds property.
 void setReadTimeoutSeconds(java.math.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

entityCacheName

protected java.lang.String entityCacheName

idleTimeoutSeconds

protected java.math.BigInteger idleTimeoutSeconds

readTimeoutSeconds

protected java.math.BigInteger readTimeoutSeconds

concurrencyStrategy

protected java.lang.String concurrencyStrategy

cacheBetweenTransactions

protected java.lang.Boolean cacheBetweenTransactions

estimatedBeanSize

protected java.math.BigInteger estimatedBeanSize

id

protected java.lang.String id
Constructor Detail

EntityCacheRef

public EntityCacheRef()
Method Detail

getEntityCacheName

public java.lang.String getEntityCacheName()
Gets the value of the entityCacheName property.

Returns:
possible object is String

setEntityCacheName

public void setEntityCacheName(java.lang.String value)
Sets the value of the entityCacheName property.

Parameters:
value - allowed object is String

getIdleTimeoutSeconds

public java.math.BigInteger getIdleTimeoutSeconds()
Gets the value of the idleTimeoutSeconds property.

Returns:
possible object is BigInteger

setIdleTimeoutSeconds

public void setIdleTimeoutSeconds(java.math.BigInteger value)
Sets the value of the idleTimeoutSeconds property.

Parameters:
value - allowed object is BigInteger

getReadTimeoutSeconds

public java.math.BigInteger getReadTimeoutSeconds()
Gets the value of the readTimeoutSeconds property.

Returns:
possible object is BigInteger

setReadTimeoutSeconds

public void setReadTimeoutSeconds(java.math.BigInteger value)
Sets the value of the readTimeoutSeconds property.

Parameters:
value - allowed object is BigInteger

getConcurrencyStrategy

public java.lang.String getConcurrencyStrategy()
Gets the value of the concurrencyStrategy property.

Returns:
possible object is String

setConcurrencyStrategy

public void setConcurrencyStrategy(java.lang.String value)
Sets the value of the concurrencyStrategy property.

Parameters:
value - allowed object is String

getCacheBetweenTransactions

public java.lang.Boolean getCacheBetweenTransactions()
Gets the value of the cacheBetweenTransactions property.

Returns:
possible object is Boolean

setCacheBetweenTransactions

public void setCacheBetweenTransactions(java.lang.Boolean value)
Sets the value of the cacheBetweenTransactions property.

Parameters:
value - allowed object is Boolean

getEstimatedBeanSize

public java.math.BigInteger getEstimatedBeanSize()
Gets the value of the estimatedBeanSize property.

Returns:
possible object is BigInteger

setEstimatedBeanSize

public void setEstimatedBeanSize(java.math.BigInteger value)
Sets the value of the estimatedBeanSize property.

Parameters:
value - allowed object is BigInteger

getId

public java.lang.String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(java.lang.String value)
Sets the value of the id property.

Parameters:
value - allowed object is String


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.