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   
com.liferay.portal.resiliency.spi.agent   
 

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)
           
 

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

Methods in com.liferay.portal.resiliency.spi.agent with parameters of type Direction
static Map<String,Serializable> SPIAgentSerializable.extractDistributedRequestAttributes(javax.servlet.http.HttpServletRequest request, Direction direction)
           
 


Liferay 6.2-ce-ga5