Uses of Interface
org.jboss.ironjacamar.api.XaPoolType

Packages that use XaPoolType
org.jboss.ironjacamar.api Provides the interfaces and enumeration types as defined in the schema 
org.jboss.ironjacamar.impl Provides the implementation classes as defined in the schema 
 

Uses of XaPoolType in org.jboss.ironjacamar.api
 

Methods in org.jboss.ironjacamar.api that return XaPoolType
 XaPoolType<T> XaPoolType.flushStrategy(String flushStrategy)
          Sets the flush-strategy element
 XaPoolType<ConnectionDefintionType<T>> ConnectionDefintionType.getOrCreateXaPool()
          If not already created, a new xa-pool element with the given value will be created.
 XaPoolType<T> XaPoolType.interleaving()
          Sets the interleaving element
 XaPoolType<T> XaPoolType.isSameRmOverride(Boolean isSameRmOverride)
          Sets the is-same-rm-override element
 XaPoolType<T> XaPoolType.maxPoolSize(Integer maxPoolSize)
          Sets the max-pool-size element
 XaPoolType<T> XaPoolType.minPoolSize(Integer minPoolSize)
          Sets the min-pool-size element
 XaPoolType<T> XaPoolType.noTxSeparatePools()
          Sets the no-tx-separate-pools element
 XaPoolType<T> XaPoolType.padXid(Boolean padXid)
          Sets the pad-xid element
 XaPoolType<T> XaPoolType.prefill(Boolean prefill)
          Sets the prefill element
 XaPoolType<T> XaPoolType.removeFlushStrategy()
          Removes the flush-strategy element
 XaPoolType<T> XaPoolType.removeInterleaving()
          Removes the interleaving element
 XaPoolType<T> XaPoolType.removeIsSameRmOverride()
          Removes the is-same-rm-override element
 XaPoolType<T> XaPoolType.removeMaxPoolSize()
          Removes the max-pool-size element
 XaPoolType<T> XaPoolType.removeMinPoolSize()
          Removes the min-pool-size element
 XaPoolType<T> XaPoolType.removeNoTxSeparatePools()
          Removes the no-tx-separate-pools element
 XaPoolType<T> XaPoolType.removePadXid()
          Removes the pad-xid element
 XaPoolType<T> XaPoolType.removePrefill()
          Removes the prefill element
 XaPoolType<T> XaPoolType.removeUseStrictMin()
          Removes the use-strict-min element
 XaPoolType<T> XaPoolType.removeWrapXaResource()
          Removes the wrap-xa-resource element
 XaPoolType<T> XaPoolType.useStrictMin(Boolean useStrictMin)
          Sets the use-strict-min element
 XaPoolType<T> XaPoolType.wrapXaResource(Boolean wrapXaResource)
          Sets the wrap-xa-resource element
 

Uses of XaPoolType in org.jboss.ironjacamar.impl
 

Methods in org.jboss.ironjacamar.impl that return XaPoolType
 XaPoolType<T> XaPoolTypeImpl.flushStrategy(String flushStrategy)
          Sets the flush-strategy element
 XaPoolType<ConnectionDefintionType<T>> ConnectionDefintionTypeImpl.getOrCreateXaPool()
          If not already created, a new xa-pool element with the given value will be created.
 XaPoolType<T> XaPoolTypeImpl.interleaving()
          Sets the interleaving element
 XaPoolType<T> XaPoolTypeImpl.isSameRmOverride(Boolean isSameRmOverride)
          Sets the is-same-rm-override element
 XaPoolType<T> XaPoolTypeImpl.maxPoolSize(Integer maxPoolSize)
          Sets the max-pool-size element
 XaPoolType<T> XaPoolTypeImpl.minPoolSize(Integer minPoolSize)
          Sets the min-pool-size element
 XaPoolType<T> XaPoolTypeImpl.noTxSeparatePools()
          Sets the no-tx-separate-pools element
 XaPoolType<T> XaPoolTypeImpl.padXid(Boolean padXid)
          Sets the pad-xid element
 XaPoolType<T> XaPoolTypeImpl.prefill(Boolean prefill)
          Sets the prefill element
 XaPoolType<T> XaPoolTypeImpl.removeFlushStrategy()
          Removes the flush-strategy element
 XaPoolType<T> XaPoolTypeImpl.removeInterleaving()
          Removes the interleaving element
 XaPoolType<T> XaPoolTypeImpl.removeIsSameRmOverride()
          Removes the is-same-rm-override element
 XaPoolType<T> XaPoolTypeImpl.removeMaxPoolSize()
          Removes the max-pool-size element
 XaPoolType<T> XaPoolTypeImpl.removeMinPoolSize()
          Removes the min-pool-size element
 XaPoolType<T> XaPoolTypeImpl.removeNoTxSeparatePools()
          Removes the no-tx-separate-pools element
 XaPoolType<T> XaPoolTypeImpl.removePadXid()
          Removes the pad-xid element
 XaPoolType<T> XaPoolTypeImpl.removePrefill()
          Removes the prefill element
 XaPoolType<T> XaPoolTypeImpl.removeUseStrictMin()
          Removes the use-strict-min element
 XaPoolType<T> XaPoolTypeImpl.removeWrapXaResource()
          Removes the wrap-xa-resource element
 XaPoolType<T> XaPoolTypeImpl.useStrictMin(Boolean useStrictMin)
          Sets the use-strict-min element
 XaPoolType<T> XaPoolTypeImpl.wrapXaResource(Boolean wrapXaResource)
          Sets the wrap-xa-resource element
 



Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.