public enum BootstrapMessage extends Enum<BootstrapMessage>
Modifier and Type | Method and Description |
---|---|
static BootstrapMessage |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BootstrapMessage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BootstrapMessage VALIDATING_BEANS
public static final BootstrapMessage JTA_UNAVAILABLE
public static final BootstrapMessage ENABLED_ALTERNATIVES
public static final BootstrapMessage ENABLED_DECORATORS
public static final BootstrapMessage ENABLED_INTERCEPTORS
public static final BootstrapMessage FOUND_BEAN
public static final BootstrapMessage FOUND_INTERCEPTOR
public static final BootstrapMessage FOUND_DECORATOR
public static final BootstrapMessage FOUND_OBSERVER_METHOD
public static final BootstrapMessage ANNOTATION_TYPE_NULL
public static final BootstrapMessage BEAN_TYPE_NOT_EJB
public static final BootstrapMessage BEAN_IS_BOTH_INTERCEPTOR_AND_DECORATOR
public static final BootstrapMessage DEPLOYMENT_ARCHIVE_NULL
public static final BootstrapMessage DEPLOYMENT_REQUIRED
public static final BootstrapMessage BEAN_STORE_MISSING
public static final BootstrapMessage MANAGER_NOT_INITIALIZED
public static final BootstrapMessage UNSPECIFIED_REQUIRED_SERVICE
public static final BootstrapMessage PASSIVATING_NON_NORMAL_SCOPE_ILLEGAL
public static final BootstrapMessage IGNORING_CLASS_DUE_TO_LOADING_ERROR
public static BootstrapMessage[] values()
for (BootstrapMessage c : BootstrapMessage.values()) System.out.println(c);
public static BootstrapMessage valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullCopyright © 2012 Seam Framework. All Rights Reserved.