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 final BootstrapMessage ENUMS_ALREADY_INJECTED
public static final BootstrapMessage ENUM_INJECTION_TARGET_NOT_CREATED
public static final BootstrapMessage ERROR_LOADING_BEANS_XML_ENTRY
public static final BootstrapMessage THREADS_IN_USE
public static final BootstrapMessage INVALID_THREAD_POOL_SIZE
public static final BootstrapMessage TIMEOUT_SHUTTING_DOWN_THREAD_POOL
public static final BootstrapMessage INVALID_THREAD_POOL_TYPE
public static final BootstrapMessage INVALID_PROPERTY_VALUE
public static final BootstrapMessage DUPLICATE_ANNOTATED_TYPE_ID
public static final BootstrapMessage ANNOTATED_TYPE_JAVA_CLASS_MISMATCH
public static final BootstrapMessage PRIORITY_OUTSIDE_OF_RECOMMENDED_RANGE
public static final BootstrapMessage FOUND_DISABLED_ALTERNATIVE
public static final BootstrapMessage FOUND_SPECIALIZED_BEAN
public static final BootstrapMessage FOUND_PRODUCER_OF_SPECIALIZED_BEAN
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 © 2013 Seam Framework. All Rights Reserved.