Package org.silverpeas.core.subscription
Class ResourceSubscriptionService.Constants
- java.lang.Object
-
- org.silverpeas.core.subscription.ResourceSubscriptionService.Constants
-
- Enclosing interface:
- ResourceSubscriptionService
public static class ResourceSubscriptionService.Constants extends Object
Some predefined constants to use by Silverpeas components to support identical behaviours.
-
-
Field Summary
Fields Modifier and Type Field Description static String
SUBSCRIPTION_PARAMETER
Configuration parameter to enable or not the subscription on the resource on which the parameter is applied.
-
-
-
Field Detail
-
SUBSCRIPTION_PARAMETER
public static final String SUBSCRIPTION_PARAMETER
Configuration parameter to enable or not the subscription on the resource on which the parameter is applied. Usually it is used in some component instances' configuration. Any change in the value of this parameter is listened by the subscription transverse service to update all the actual subscriptions on the concerned resource.- See Also:
- Constant Field Values
-
-