public static enum IntegrationServices.BootstrapPhase extends Enum<IntegrationServices.BootstrapPhase>
| Enum Constant and Description |
|---|
ACTIVATE |
COMPLETE |
INSTALL |
RESOLVE |
| Modifier and Type | Method and Description |
|---|---|
IntegrationServices.BootstrapPhase |
next() |
IntegrationServices.BootstrapPhase |
previous() |
static org.jboss.msc.service.ServiceName |
serviceName(org.jboss.msc.service.ServiceName baseName,
IntegrationServices.BootstrapPhase phase) |
static IntegrationServices.BootstrapPhase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IntegrationServices.BootstrapPhase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IntegrationServices.BootstrapPhase INSTALL
public static final IntegrationServices.BootstrapPhase RESOLVE
public static final IntegrationServices.BootstrapPhase ACTIVATE
public static final IntegrationServices.BootstrapPhase COMPLETE
public static IntegrationServices.BootstrapPhase[] values()
for (IntegrationServices.BootstrapPhase c : IntegrationServices.BootstrapPhase.values()) System.out.println(c);
public static IntegrationServices.BootstrapPhase 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 nullpublic IntegrationServices.BootstrapPhase previous()
public IntegrationServices.BootstrapPhase next()
public static org.jboss.msc.service.ServiceName serviceName(org.jboss.msc.service.ServiceName baseName,
IntegrationServices.BootstrapPhase phase)
Copyright © 2016 JBoss by Red Hat. All rights reserved.