|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ResourceSubscriptionService
This interface defines some services for which it exists one default implementations and potentially one per component.
Method Summary | |
---|---|
SubscriptionSubscriberList |
getSubscribersOfComponent(String componentInstanceId)
Gets all subscribers registered on a component. |
SubscriptionSubscriberList |
getSubscribersOfComponentAndTypedResource(String componentInstanceId,
SubscriptionResourceType resourceType,
String resourceId)
Gets all subscribers concerned by a specified resource represented by the given resource type and identifier. |
SubscriptionSubscriberList |
getSubscribersOfSubscriptionResource(SubscriptionResource subscriptionResource)
Gets all subscribers concerned by a specified subscription resource. |
Method Detail |
---|
SubscriptionSubscriberList getSubscribersOfComponent(String componentInstanceId)
componentInstanceId
- the identifier of the component instance from which subscription
are requested.
SubscriptionSubscriberList
that
represents a collection of SubscriptionSubscriber
decorated with useful tool methods.SubscriptionSubscriberList getSubscribersOfComponentAndTypedResource(String componentInstanceId, SubscriptionResourceType resourceType, String resourceId)
componentInstanceId
- the identifier of the component instance from which subscription
are requested.resourceType
- the type of the aimed resource.resourceId
- the identifier of the aime resource.
SubscriptionSubscriberList
that
represents a collection of SubscriptionSubscriber
decorated with useful tool methods.SubscriptionSubscriberList getSubscribersOfSubscriptionResource(SubscriptionResource subscriptionResource)
subscriptionResource
- the instance of subscription resource.
SubscriptionSubscriberList
that
represents a collection of SubscriptionSubscriber
decorated with useful tool methods.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |