| Package | Description |
|---|---|
| org.jboss.as.ejb3.util |
| Modifier and Type | Method and Description |
|---|---|
static MdbValidityStatus |
MdbValidityStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MdbValidityStatus[] |
MdbValidityStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<MdbValidityStatus> |
EjbValidationsUtil.assertEjbClassValidity(org.jboss.jandex.ClassInfo mdbClass)
Returns true if the passed
mdbClass meets the requirements set by the Enterprise Beans 3 spec about bean implementation
classes. |
Copyright © 2021 JBoss by Red Hat. All rights reserved.