Uses of Class
org.jgroups.protocols.rules.Rule

Packages that use Rule
org.jgroups.protocols.rules   
 

Uses of Rule in org.jgroups.protocols.rules
 

Subclasses of Rule in org.jgroups.protocols.rules
 class CheckFDMonitor
          Rule which checks if the FD monitor is running when we have more than 1 member.
 class SampleRule
           
 

Fields in org.jgroups.protocols.rules with type parameters of type Rule
protected  java.util.Map<java.lang.String,Tuple<Rule,java.util.concurrent.Future<?>>> SUPERVISOR.rules
           
 

Methods in org.jgroups.protocols.rules that return Rule
 Rule Rule.log(Log log)
           
 Rule Rule.supervisor(SUPERVISOR sv)
           
 

Methods in org.jgroups.protocols.rules with parameters of type Rule
 void SUPERVISOR.installRule(long interval, Rule rule)
          Installs a new rule
 void SUPERVISOR.installRule(java.lang.String name, long interval, Rule rule)
          Installs a new rule
 



Copyright © 1998-2012 Bela Ban / Red Hat. All Rights Reserved.