public enum AdminOnlyDomainConfigPolicy extends Enum<AdminOnlyDomainConfigPolicy>
admin-only mode
should
deal with the absence of a local copy of the domain-wide configuration.Enum Constant and Description |
---|
ALLOW_NO_CONFIG
Start the HC with no domain wide configuration.
|
FETCH_FROM_MASTER
Contact the master host controller for the current domain wide configuration.
|
REQUIRE_LOCAL_CONFIG
This absence of a local copy domain wide config is not supported, and start
of the host controller will fail.
|
Modifier and Type | Field and Description |
---|---|
static AdminOnlyDomainConfigPolicy |
DEFAULT |
Modifier and Type | Method and Description |
---|---|
static AdminOnlyDomainConfigPolicy |
getPolicy(String stringForm) |
String |
toString() |
static AdminOnlyDomainConfigPolicy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdminOnlyDomainConfigPolicy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AdminOnlyDomainConfigPolicy ALLOW_NO_CONFIG
public static final AdminOnlyDomainConfigPolicy FETCH_FROM_MASTER
public static final AdminOnlyDomainConfigPolicy REQUIRE_LOCAL_CONFIG
public static final AdminOnlyDomainConfigPolicy DEFAULT
public static AdminOnlyDomainConfigPolicy[] values()
for (AdminOnlyDomainConfigPolicy c : AdminOnlyDomainConfigPolicy.values()) System.out.println(c);
public static AdminOnlyDomainConfigPolicy 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 String toString()
toString
in class Enum<AdminOnlyDomainConfigPolicy>
public static AdminOnlyDomainConfigPolicy getPolicy(String stringForm)
Copyright © 2023 JBoss by Red Hat. All rights reserved.