Uses of Interface
org.jboss.shrinkwrap.descriptor.api.jboss51.CacheConfigType

Packages that use CacheConfigType
org.jboss.shrinkwrap.descriptor.api.jboss51 Provides the interfaces and enumeration types as defined in the schema 
 

Uses of CacheConfigType in org.jboss.shrinkwrap.descriptor.api.jboss51
 

Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return CacheConfigType
 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 © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.