|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.kernel.resiliency.spi.agent.annotation.DistributedRegistry
public class DistributedRegistry
| Constructor Summary | |
|---|---|
DistributedRegistry()
|
|
| Method Summary | |
|---|---|
static boolean |
isDistributed(String name,
Direction direction)
|
protected static void |
processDistributed(Class<?> clazz,
boolean register)
|
static void |
registerDistributed(Class<?> clazz)
|
static void |
registerDistributed(String name,
Direction direction,
MatchType matchType)
|
static void |
unregisterDistributed(Class<?> clazz)
|
static boolean |
unregisterDistributed(String name,
Direction direction,
MatchType matchType)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DistributedRegistry()
| Method Detail |
|---|
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)
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||