Liferay 6.2.0-ce-b2

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)
           
static void registerDistributed(Class<?> clazz)
           
static void registerDistributed(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)

Liferay 6.2.0-ce-b2