Uses of Enum
org.jboss.stm.Container.MODEL
-
Uses of Container.MODEL in org.jboss.stm
Modifier and TypeMethodDescriptionfinal Container.MODEL
Container.model()
static Container.MODEL
Returns the enum constant of this type with the specified name.static Container.MODEL[]
Container.MODEL.values()
Returns an array containing the constants of this enum type, in the order they are declared.ModifierConstructorDescriptionContainer
(String name, Container.TYPE type, Container.MODEL model) Create a named container.Container
(Container.TYPE type, Container.MODEL model) Create a container (system assigned name) of the specified type and model.