Class DefaultResourceSubscriptionService
- java.lang.Object
-
- org.silverpeas.core.subscription.service.AbstractResourceSubscriptionService
-
- org.silverpeas.core.subscription.service.DefaultResourceSubscriptionService
-
- All Implemented Interfaces:
Initialization
,ResourceSubscriptionService
@Service public class DefaultResourceSubscriptionService extends AbstractResourceSubscriptionService
As the class is implementingInitialization
, no annotation appears in order to be taken into account by CDI.
The service will be taken in charge by initialization treatments.- Author:
- Yohann Chastagnier
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.silverpeas.core.subscription.ResourceSubscriptionService
ResourceSubscriptionService.Constants
-
-
Field Summary
Fields Modifier and Type Field Description static String
DEFAULT_IMPLEMENTATION_ID
-
Constructor Summary
Constructors Constructor Description DefaultResourceSubscriptionService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
getHandledComponentName()
Gets the name of the component that the implementation handles.-
Methods inherited from class org.silverpeas.core.subscription.service.AbstractResourceSubscriptionService
addAllSubscribersAboutNodePath, getNodeService, getSubscribersOfComponent, getSubscribersOfComponentAndTypedResource, getSubscribersOfSubscriptionResource, init
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.silverpeas.core.initialization.Initialization
getPriority, release
-
-
-
-
Field Detail
-
DEFAULT_IMPLEMENTATION_ID
public static final String DEFAULT_IMPLEMENTATION_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
getHandledComponentName
protected String getHandledComponentName()
Description copied from class:AbstractResourceSubscriptionService
Gets the name of the component that the implementation handles.- Specified by:
getHandledComponentName
in classAbstractResourceSubscriptionService
- Returns:
- the name of the component handled by the implementation.
-
-