Uses of Class
org.jboss.jca.common.api.metadata.common.FlushStrategy
-
Packages that use FlushStrategy Package Description org.jboss.jca.common.api.metadata This package contains interfaces to define metadata apiorg.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 Modifier and Type Field Description static FlushStrategyDefaults. FLUSH_STRATEGYFlush strategy -
Uses of FlushStrategy in org.jboss.jca.common.api.metadata.common
Methods in org.jboss.jca.common.api.metadata.common that return FlushStrategy Modifier and Type Method Description static FlushStrategyFlushStrategy. forName(String name)Static method to get enum instance given localName XsdStringFlushStrategyPool. getFlushStrategy()Get the flushStrategy.static FlushStrategyFlushStrategy. 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.
-