public static enum ServiceTypes.Name extends Enum<ServiceTypes.Name>
| Modifier and Type | Method and Description |
|---|---|
static ServiceTypes.Name |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceTypes.Name[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServiceTypes.Name JAVA_EDITION_IS_SE_DUMMY_SERVICE
public static final ServiceTypes.Name TRANSACTION_SERVICE
public static final ServiceTypes.Name PERSISTENCE_MANAGEMENT_SERVICE
public static final ServiceTypes.Name JOB_STATUS_MANAGEMENT_SERVICE
public static final ServiceTypes.Name BATCH_THREADPOOL_SERVICE
public static final ServiceTypes.Name BATCH_KERNEL_SERVICE
public static final ServiceTypes.Name CALLBACK_SERVICE
public static final ServiceTypes.Name JOBXML_LOADER_SERVICE
public static final ServiceTypes.Name DELEGATING_JOBXML_LOADER_SERVICE
public static final ServiceTypes.Name CONTAINER_ARTIFACT_FACTORY_SERVICE
public static final ServiceTypes.Name DELEGATING_ARTIFACT_FACTORY_SERVICE
public static ServiceTypes.Name[] values()
for (ServiceTypes.Name c : ServiceTypes.Name.values()) System.out.println(c);
public static ServiceTypes.Name 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 null© Copyright IBM Corp. 2014
Licensed under the Apache License, Version 2.0