@Deprecated
public class DistributedRegistry
extends Object
| Constructor and Description |
|---|
DistributedRegistry()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isDistributed(String name,
Direction direction)
Deprecated.
|
protected static void |
processDistributed(Class<?> clazz,
boolean register)
Deprecated.
|
static void |
registerDistributed(Class<?> clazz)
Deprecated.
|
static void |
registerDistributed(String name,
Direction direction,
MatchType matchType)
Deprecated.
|
static void |
unregisterDistributed(Class<?> clazz)
Deprecated.
|
static boolean |
unregisterDistributed(String name,
Direction direction,
MatchType matchType)
Deprecated.
|
public static boolean isDistributed(String name,
Direction direction)
public static void registerDistributed(Class<?> clazz)
public static void registerDistributed(String name,
Direction direction,
MatchType matchType)
public static void unregisterDistributed(Class<?> clazz)
public static boolean unregisterDistributed(String name,
Direction direction,
MatchType matchType)
protected static void processDistributed(Class<?> clazz,
boolean register)