|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CacheConfigType | |
---|---|
org.jboss.shrinkwrap.descriptor.api.jboss51 | Provides the interfaces and enumeration types as defined in the schema jboss_5_1.xsd |
org.jboss.shrinkwrap.descriptor.impl.jboss51 | Provides the implementation classes as defined in the schema jboss_5_1.xsd |
Uses of CacheConfigType in org.jboss.shrinkwrap.descriptor.api.jboss51 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return CacheConfigType | |
---|---|
CacheConfigType<SessionBeanType<T>> |
SessionBeanType.cacheConfig()
If not already created, a new cache-config element will be created and returned. |
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.setCacheMaxSize(java.lang.Integer cacheMaxSize)
If not already created, a new cache-max-size element with the given value will be created. |
CacheConfigType<T> |
CacheConfigType.setCacheName(java.lang.String cacheName)
If not already created, a new cache-name element with the given value will be created. |
CacheConfigType<T> |
CacheConfigType.setCacheValue(java.lang.String cacheValue)
If not already created, a new cache-value element with the given value will be created. |
CacheConfigType<T> |
CacheConfigType.setIdleTimeoutSeconds(java.lang.Integer idleTimeoutSeconds)
If not already created, a new idle-timeout-seconds element with the given value will be created. |
CacheConfigType<T> |
CacheConfigType.setPersistenceManager(java.lang.String persistenceManager)
If not already created, a new persistence-manager element with the given value will be created. |
CacheConfigType<T> |
CacheConfigType.setRemoveTimeoutSeconds(java.lang.Integer removeTimeoutSeconds)
If not already created, a new remove-timeout-seconds element with the given value will be created. |
CacheConfigType<T> |
CacheConfigType.setReplicationIsPassivation(java.lang.String replicationIsPassivation)
If not already created, a new replication-is-passivation element with the given value will be created. |
Uses of CacheConfigType in org.jboss.shrinkwrap.descriptor.impl.jboss51 |
---|
Classes in org.jboss.shrinkwrap.descriptor.impl.jboss51 that implement CacheConfigType | |
---|---|
class |
CacheConfigTypeImpl<T>
This class implements the cache-configType xsd type |
Methods in org.jboss.shrinkwrap.descriptor.impl.jboss51 that return CacheConfigType | |
---|---|
CacheConfigType<SessionBeanType<T>> |
SessionBeanTypeImpl.cacheConfig()
If not already created, a new cache-config element will be created and returned. |
CacheConfigType<T> |
CacheConfigTypeImpl.removeCacheMaxSize()
Removes the cache-max-size element |
CacheConfigType<T> |
CacheConfigTypeImpl.removeCacheName()
Removes the cache-name element |
CacheConfigType<T> |
CacheConfigTypeImpl.removeCacheValue()
Removes the cache-value element |
CacheConfigType<T> |
CacheConfigTypeImpl.removeIdleTimeoutSeconds()
Removes the idle-timeout-seconds element |
CacheConfigType<T> |
CacheConfigTypeImpl.removePersistenceManager()
Removes the persistence-manager element |
CacheConfigType<T> |
CacheConfigTypeImpl.removeRemoveTimeoutSeconds()
Removes the remove-timeout-seconds element |
CacheConfigType<T> |
CacheConfigTypeImpl.removeReplicationIsPassivation()
Removes the replication-is-passivation element |
CacheConfigType<T> |
CacheConfigTypeImpl.setCacheMaxSize(java.lang.Integer cacheMaxSize)
If not already created, a new cache-max-size element with the given value will be created. |
CacheConfigType<T> |
CacheConfigTypeImpl.setCacheName(java.lang.String cacheName)
If not already created, a new cache-name element with the given value will be created. |
CacheConfigType<T> |
CacheConfigTypeImpl.setCacheValue(java.lang.String cacheValue)
If not already created, a new cache-value element with the given value will be created. |
CacheConfigType<T> |
CacheConfigTypeImpl.setIdleTimeoutSeconds(java.lang.Integer idleTimeoutSeconds)
If not already created, a new idle-timeout-seconds element with the given value will be created. |
CacheConfigType<T> |
CacheConfigTypeImpl.setPersistenceManager(java.lang.String persistenceManager)
If not already created, a new persistence-manager element with the given value will be created. |
CacheConfigType<T> |
CacheConfigTypeImpl.setRemoveTimeoutSeconds(java.lang.Integer removeTimeoutSeconds)
If not already created, a new remove-timeout-seconds element with the given value will be created. |
CacheConfigType<T> |
CacheConfigTypeImpl.setReplicationIsPassivation(java.lang.String replicationIsPassivation)
If not already created, a new replication-is-passivation element with the given value will be created. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |