Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.jboss51 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
CacheConfigType<T> |
CacheConfigType.cacheMaxSize(Integer cacheMaxSize)
Sets the
cache-max-size element |
CacheConfigType<T> |
CacheConfigType.cacheName(String cacheName)
Sets the
cache-name element |
CacheConfigType<T> |
CacheConfigType.cacheValue(String cacheValue)
Sets the
cache-value element |
CacheConfigType<SessionBeanType<T>> |
SessionBeanType.getOrCreateCacheConfig()
If not already created, a new
cache-config element with the given value will be created. |
CacheConfigType<T> |
CacheConfigType.idleTimeoutSeconds(Integer idleTimeoutSeconds)
Sets the
idle-timeout-seconds element |
CacheConfigType<T> |
CacheConfigType.persistenceManager(String persistenceManager)
Sets the
persistence-manager element |
CacheConfigType<T> |
CacheConfigType.removeCacheMaxSize()
Removes the
cache-max-size element |
CacheConfigType<T> |
CacheConfigType.removeCacheName()
Removes the
cache-name element |
CacheConfigType<T> |
CacheConfigType.removeCacheValue()
Removes the
cache-value element |
CacheConfigType<T> |
CacheConfigType.removeIdleTimeoutSeconds()
Removes the
idle-timeout-seconds element |
CacheConfigType<T> |
CacheConfigType.removePersistenceManager()
Removes the
persistence-manager element |
CacheConfigType<T> |
CacheConfigType.removeRemoveTimeoutSeconds()
Removes the
remove-timeout-seconds element |
CacheConfigType<T> |
CacheConfigType.removeReplicationIsPassivation()
Removes the
replication-is-passivation element |
CacheConfigType<T> |
CacheConfigType.removeTimeoutSeconds(Integer removeTimeoutSeconds)
Sets the
remove-timeout-seconds element |
CacheConfigType<T> |
CacheConfigType.replicationIsPassivation(String replicationIsPassivation)
Sets the
replication-is-passivation element |
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.