Class PropertyInterceptorUtil
java.lang.Object
org.distributeme.core.interceptor.availabilitytesting.PropertyInterceptorUtil
Utility to handle availabilitytesting properties..
- Version:
- $Id: $Id
- Author:
- lrosenberg
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionextractServiceIds.static booleanflip()Returns true if the service should be flipped.static final longgetSlowDownTime.static booleanisServiceIdConfiguredByProperty(String serviceId) isServiceIdConfiguredByProperty.
-
Constructor Details
-
PropertyInterceptorUtil
public PropertyInterceptorUtil()
-
-
Method Details
-
extractServiceIds
extractServiceIds.
- Returns:
- a
Listobject.
-
getSlowDownTime
public static final long getSlowDownTime()getSlowDownTime.
- Returns:
- a long.
-
isServiceIdConfiguredByProperty
isServiceIdConfiguredByProperty.
- Parameters:
serviceId- aStringobject.- Returns:
- a boolean.
-
flip
public static boolean flip()Returns true if the service should be flipped.- Returns:
- a boolean.
-