Uses of Class
org.jboss.jca.common.api.metadata.common.FlushStrategy

Packages that use FlushStrategy
org.jboss.jca.common.api.metadata This package contains interfaces to define metadata api 
org.jboss.jca.common.api.metadata.common This package contains interfaces to define metadata api cpmmon in various xsds 
 

Uses of FlushStrategy in org.jboss.jca.common.api.metadata
 

Fields in org.jboss.jca.common.api.metadata declared as FlushStrategy
static FlushStrategy Defaults.FLUSH_STRATEGY
          Flush strategy
 

Uses of FlushStrategy in org.jboss.jca.common.api.metadata.common
 

Methods in org.jboss.jca.common.api.metadata.common that return FlushStrategy
static FlushStrategy FlushStrategy.forName(String name)
          Static method to get enum instance given localName XsdString
 FlushStrategy CommonPool.getFlushStrategy()
          Get the useStrictMin.
static FlushStrategy FlushStrategy.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FlushStrategy[] FlushStrategy.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2012 JBoss, by Red Hat (http://www.jboss.org/ironjacamar)