public class ResourceRegistryClientFactory extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static List<String> |
addresses |
protected static boolean |
HIERARCHICAL_MODE |
protected static boolean |
INCLUDE_CONTEXTS_IN_INSTANCES_HEADER |
| Constructor and Description |
|---|
ResourceRegistryClientFactory() |
| Modifier and Type | Method and Description |
|---|---|
static ResourceRegistryClient |
create() |
protected static void |
forceToURL(String url) |
protected static List<String> |
getAddresses() |
static String |
getCurrentContextFullName() |
protected static boolean |
includeContextsInInstanceHeader() |
static void |
includeContextsInInstanceHeader(boolean includeContextsInInstancesHeader)
The affected methods are
ResourceRegistryClient instances safe methods i.e. |
protected static boolean |
isHierarchicalMode() |
static void |
setHierarchicalMode(boolean hierarchicalMode)
The affected methods are
ResourceRegistryClient instances safe methods i.e. |
protected static boolean HIERARCHICAL_MODE
protected static boolean INCLUDE_CONTEXTS_IN_INSTANCES_HEADER
protected static boolean isHierarchicalMode()
public static void setHierarchicalMode(boolean hierarchicalMode)
ResourceRegistryClient instances safe methods i.e. read* and exists*hierarchicalMode - protected static boolean includeContextsInInstanceHeader()
public static void includeContextsInInstanceHeader(boolean includeContextsInInstancesHeader)
ResourceRegistryClient instances safe methods i.e. read* and exists*hierarchicalMode - protected static void forceToURL(String url)
public static String getCurrentContextFullName()
public static ResourceRegistryClient create()
Copyright © 2020. All Rights Reserved.