Liferay 6.2-ce-ga5

com.liferay.portal.kernel.resiliency.spi.agent.annotation
Class DistributedRegistry

java.lang.Object
  extended by com.liferay.portal.kernel.resiliency.spi.agent.annotation.DistributedRegistry

public class DistributedRegistry
extends Object


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

DistributedRegistry

public DistributedRegistry()
Method Detail

isDistributed

public static boolean isDistributed(String name,
                                    Direction direction)

registerDistributed

public static void registerDistributed(Class<?> clazz)

registerDistributed

public static void registerDistributed(String name,
                                       Direction direction,
                                       MatchType matchType)

unregisterDistributed

public static void unregisterDistributed(Class<?> clazz)

unregisterDistributed

public static boolean unregisterDistributed(String name,
                                            Direction direction,
                                            MatchType matchType)

processDistributed

protected static void processDistributed(Class<?> clazz,
                                         boolean register)

Liferay 6.2-ce-ga5