Liferay 6.2-ce-ga5

Uses of Class
com.liferay.portal.kernel.resiliency.spi.agent.annotation.Direction

Packages that use Direction
com.liferay.portal.kernel.resiliency.spi.agent.annotation   
 

Uses of Direction in com.liferay.portal.kernel.resiliency.spi.agent.annotation
 

Methods in com.liferay.portal.kernel.resiliency.spi.agent.annotation that return Direction
static Direction Direction.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Direction[] Direction.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.liferay.portal.kernel.resiliency.spi.agent.annotation with parameters of type Direction
static boolean DistributedRegistry.isDistributed(String name, Direction direction)
           
static void DistributedRegistry.registerDistributed(String name, Direction direction, MatchType matchType)
           
static boolean DistributedRegistry.unregisterDistributed(String name, Direction direction, MatchType matchType)
           
 


Liferay 6.2-ce-ga5