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