Uses of Enum
org.jboss.stm.Container.TYPE
-
Uses of Container.TYPE in org.jboss.stm
Modifier and TypeMethodDescriptionfinal Container.TYPE
Container.type()
static Container.TYPE
Returns the enum constant of this type with the specified name.static Container.TYPE[]
Container.TYPE.values()
Returns an array containing the constants of this enum type, in the order they are declared.ModifierConstructorDescriptionContainer
(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.