Liferay 6.2-ce-ga5

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

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

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

Methods in com.liferay.portal.kernel.resiliency.spi.agent.annotation that return MatchType
static MatchType MatchType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MatchType[] MatchType.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 MatchType
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