Package | Description |
---|---|
org.jboss.stm |
Modifier and Type | Method and Description |
---|---|
Container.MODEL |
Container.model() |
static Container.MODEL |
Container.MODEL.valueOf(String name)
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.
|
Constructor and Description |
---|
Container(Container.TYPE type,
Container.MODEL model)
Create a container (system assigned name) of the specified type and model.
|
Container(String name,
Container.TYPE type,
Container.MODEL model)
Create a named container.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.