Package org.jgroups.util
Class Tests
java.lang.Object
org.jgroups.util.Tests
Common functions for all tests
- Since:
- 5.2.15
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanhasThreadPool(JChannel... channels) static booleanmcastRetransmissionAvailable(JChannel... channels) static booleanprocessingPolicyIs(Class<? extends MessageProcessingPolicy> policy_class, JChannel... channels) static booleanucastRetransmissionAvailable(JChannel... channels)
-
Constructor Details
-
Tests
public Tests()
-
-
Method Details
-
mcastRetransmissionAvailable
-
ucastRetransmissionAvailable
-
hasThreadPool
-
processingPolicyIs
public static boolean processingPolicyIs(Class<? extends MessageProcessingPolicy> policy_class, JChannel... channels)
-