Uses of Enum Class
org.jboss.stm.Container.TYPE
Packages that use Container.TYPE
-
Uses of Container.TYPE in org.jboss.stm
Methods in org.jboss.stm that return Container.TYPEModifier and TypeMethodDescriptionfinal Container.TYPE
Container.type()
static Container.TYPE
Returns the enum constant of this class with the specified name.static Container.TYPE[]
Container.TYPE.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.jboss.stm with parameters of type Container.TYPEModifierConstructorDescriptionContainer
(String name, Container.TYPE type) Create a named container.Container
(String name, Container.TYPE type, Container.MODEL model) Create a named container.Container
(Container.TYPE type) Create a container (system assigned name) of the specified type.Container
(Container.TYPE type, Container.MODEL model) Create a container (system assigned name) of the specified type and model.