|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CacheConfigType<T>
This interface defines the contract for the cache-configType
xsd type
Original Documentation:
Element for specifying the class used to provide the caching mechanism for a bean,
and the cache parameters
Method Summary | |
---|---|
java.lang.Integer |
getCacheMaxSize()
Returns the cache-max-size element |
java.lang.String |
getCacheName()
Returns the cache-name element |
java.lang.String |
getCacheValue()
Returns the cache-value element |
java.lang.Integer |
getIdleTimeoutSeconds()
Returns the idle-timeout-seconds element |
java.lang.String |
getPersistenceManager()
Returns the persistence-manager element |
java.lang.Integer |
getRemoveTimeoutSeconds()
Returns the remove-timeout-seconds element |
java.lang.String |
getReplicationIsPassivation()
Returns the replication-is-passivation element |
CacheConfigType<T> |
removeCacheMaxSize()
Removes the cache-max-size element |
CacheConfigType<T> |
removeCacheName()
Removes the cache-name element |
CacheConfigType<T> |
removeCacheValue()
Removes the cache-value element |
CacheConfigType<T> |
removeIdleTimeoutSeconds()
Removes the idle-timeout-seconds element |
CacheConfigType<T> |
removePersistenceManager()
Removes the persistence-manager element |
CacheConfigType<T> |
removeRemoveTimeoutSeconds()
Removes the remove-timeout-seconds element |
CacheConfigType<T> |
removeReplicationIsPassivation()
Removes the replication-is-passivation element |
CacheConfigType<T> |
setCacheMaxSize(java.lang.Integer cacheMaxSize)
If not already created, a new cache-max-size element with the given value will be created. |
CacheConfigType<T> |
setCacheName(java.lang.String cacheName)
If not already created, a new cache-name element with the given value will be created. |
CacheConfigType<T> |
setCacheValue(java.lang.String cacheValue)
If not already created, a new cache-value element with the given value will be created. |
CacheConfigType<T> |
setIdleTimeoutSeconds(java.lang.Integer idleTimeoutSeconds)
If not already created, a new idle-timeout-seconds element with the given value will be created. |
CacheConfigType<T> |
setPersistenceManager(java.lang.String persistenceManager)
If not already created, a new persistence-manager element with the given value will be created. |
CacheConfigType<T> |
setRemoveTimeoutSeconds(java.lang.Integer removeTimeoutSeconds)
If not already created, a new remove-timeout-seconds element with the given value will be created. |
CacheConfigType<T> |
setReplicationIsPassivation(java.lang.String replicationIsPassivation)
If not already created, a new replication-is-passivation element with the given value will be created. |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child |
---|
up |
Method Detail |
---|
CacheConfigType<T> setCacheValue(java.lang.String cacheValue)
cache-value
element with the given value will be created.
Otherwise, the existing cache-value
element will be updated with the given value.
CacheConfigType
CacheConfigType<T> removeCacheValue()
cache-value
element
CacheConfigType
java.lang.String getCacheValue()
cache-value
element
cache-value
CacheConfigType<T> setCacheMaxSize(java.lang.Integer cacheMaxSize)
cache-max-size
element with the given value will be created.
Otherwise, the existing cache-max-size
element will be updated with the given value.
CacheConfigType
CacheConfigType<T> removeCacheMaxSize()
cache-max-size
element
CacheConfigType
java.lang.Integer getCacheMaxSize()
cache-max-size
element
cache-max-size
CacheConfigType<T> setIdleTimeoutSeconds(java.lang.Integer idleTimeoutSeconds)
idle-timeout-seconds
element with the given value will be created.
Otherwise, the existing idle-timeout-seconds
element will be updated with the given value.
CacheConfigType
CacheConfigType<T> removeIdleTimeoutSeconds()
idle-timeout-seconds
element
CacheConfigType
java.lang.Integer getIdleTimeoutSeconds()
idle-timeout-seconds
element
idle-timeout-seconds
CacheConfigType<T> setRemoveTimeoutSeconds(java.lang.Integer removeTimeoutSeconds)
remove-timeout-seconds
element with the given value will be created.
Otherwise, the existing remove-timeout-seconds
element will be updated with the given value.
CacheConfigType
CacheConfigType<T> removeRemoveTimeoutSeconds()
remove-timeout-seconds
element
CacheConfigType
java.lang.Integer getRemoveTimeoutSeconds()
remove-timeout-seconds
element
remove-timeout-seconds
CacheConfigType<T> setCacheName(java.lang.String cacheName)
cache-name
element with the given value will be created.
Otherwise, the existing cache-name
element will be updated with the given value.
CacheConfigType
CacheConfigType<T> removeCacheName()
cache-name
element
CacheConfigType
java.lang.String getCacheName()
cache-name
element
cache-name
CacheConfigType<T> setPersistenceManager(java.lang.String persistenceManager)
persistence-manager
element with the given value will be created.
Otherwise, the existing persistence-manager
element will be updated with the given value.
CacheConfigType
CacheConfigType<T> removePersistenceManager()
persistence-manager
element
CacheConfigType
java.lang.String getPersistenceManager()
persistence-manager
element
persistence-manager
CacheConfigType<T> setReplicationIsPassivation(java.lang.String replicationIsPassivation)
replication-is-passivation
element with the given value will be created.
Otherwise, the existing replication-is-passivation
element will be updated with the given value.
CacheConfigType
CacheConfigType<T> removeReplicationIsPassivation()
replication-is-passivation
element
CacheConfigType
java.lang.String getReplicationIsPassivation()
replication-is-passivation
element
replication-is-passivation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |