|
||||||||||
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
Method Summary | |
---|---|
CacheConfigType<T> |
cacheMaxSize(Integer cacheMaxSize)
Sets the cache-max-size element |
CacheConfigType<T> |
cacheName(String cacheName)
Sets the cache-name element |
CacheConfigType<T> |
cacheValue(String cacheValue)
Sets the cache-value element |
Integer |
getCacheMaxSize()
Returns the cache-max-size element |
String |
getCacheName()
Returns the cache-name element |
String |
getCacheValue()
Returns the cache-value element |
Integer |
getIdleTimeoutSeconds()
Returns the idle-timeout-seconds element |
String |
getPersistenceManager()
Returns the persistence-manager element |
Integer |
getRemoveTimeoutSeconds()
Returns the remove-timeout-seconds element |
String |
getReplicationIsPassivation()
Returns the replication-is-passivation element |
CacheConfigType<T> |
idleTimeoutSeconds(Integer idleTimeoutSeconds)
Sets the idle-timeout-seconds element |
CacheConfigType<T> |
persistenceManager(String persistenceManager)
Sets the persistence-manager 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> |
removeTimeoutSeconds(Integer removeTimeoutSeconds)
Sets the remove-timeout-seconds element |
CacheConfigType<T> |
replicationIsPassivation(String replicationIsPassivation)
Sets the replication-is-passivation element |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child |
---|
up |
Method Detail |
---|
CacheConfigType<T> cacheValue(String cacheValue)
cache-value
element
cacheValue
- the value for the element cache-value
CacheConfigType
String getCacheValue()
cache-value
element
cache-value
CacheConfigType<T> removeCacheValue()
cache-value
element
CacheConfigType
CacheConfigType<T> cacheMaxSize(Integer cacheMaxSize)
cache-max-size
element
cacheMaxSize
- the value for the element cache-max-size
CacheConfigType
Integer getCacheMaxSize()
cache-max-size
element
cache-max-size
CacheConfigType<T> removeCacheMaxSize()
cache-max-size
element
CacheConfigType
CacheConfigType<T> idleTimeoutSeconds(Integer idleTimeoutSeconds)
idle-timeout-seconds
element
idleTimeoutSeconds
- the value for the element idle-timeout-seconds
CacheConfigType
Integer getIdleTimeoutSeconds()
idle-timeout-seconds
element
idle-timeout-seconds
CacheConfigType<T> removeIdleTimeoutSeconds()
idle-timeout-seconds
element
CacheConfigType
CacheConfigType<T> removeTimeoutSeconds(Integer removeTimeoutSeconds)
remove-timeout-seconds
element
removeTimeoutSeconds
- the value for the element remove-timeout-seconds
CacheConfigType
Integer getRemoveTimeoutSeconds()
remove-timeout-seconds
element
remove-timeout-seconds
CacheConfigType<T> removeRemoveTimeoutSeconds()
remove-timeout-seconds
element
CacheConfigType
CacheConfigType<T> cacheName(String cacheName)
cache-name
element
cacheName
- the value for the element cache-name
CacheConfigType
String getCacheName()
cache-name
element
cache-name
CacheConfigType<T> removeCacheName()
cache-name
element
CacheConfigType
CacheConfigType<T> persistenceManager(String persistenceManager)
persistence-manager
element
persistenceManager
- the value for the element persistence-manager
CacheConfigType
String getPersistenceManager()
persistence-manager
element
persistence-manager
CacheConfigType<T> removePersistenceManager()
persistence-manager
element
CacheConfigType
CacheConfigType<T> replicationIsPassivation(String replicationIsPassivation)
replication-is-passivation
element
replicationIsPassivation
- the value for the element replication-is-passivation
CacheConfigType
String getReplicationIsPassivation()
replication-is-passivation
element
replication-is-passivation
CacheConfigType<T> removeReplicationIsPassivation()
replication-is-passivation
element
CacheConfigType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |