Uses of Interface
org.jgroups.stack.Policy
-
Packages that use Policy Package Description org.jgroups.stack Support for managing protocol stacks. -
-
Uses of Policy in org.jgroups.stack
Classes in org.jgroups.stack that implement Policy Modifier and Type Class Description class
CheckCallerRunsPolicy
class
CheckForAbsenceOfRED
Fields in org.jgroups.stack with type parameters of type Policy Modifier and Type Field Description protected java.util.List<Policy>
Protocol. policies
Methods in org.jgroups.stack that return types with arguments of type Policy Modifier and Type Method Description java.util.List<? extends Policy>
Protocol. getPolicies()
Methods in org.jgroups.stack with parameters of type Policy Modifier and Type Method Description <T extends Protocol>
TProtocol. addPolicy(Policy p)
<T extends Protocol>
TProtocol. removePolicy(Policy p)
Method parameters in org.jgroups.stack with type arguments of type Policy Modifier and Type Method Description <T extends Protocol>
TProtocol. setPolicies(java.util.List<Policy> l)
-