org.apache.tuscany.sca.policy
Interface PolicySetAttachPoint

All Superinterfaces:
IntentAttachPoint
All Known Subinterfaces:
Binding, Callback, Component, ComponentProperty, ComponentReference, ComponentService, ComponentType, Composite, CompositeReference, CompositeService, Contract, Implementation, Property, Reference, RuntimeComponent, RuntimeComponentReference, RuntimeComponentService, SCABinding, Service, Wire

public interface PolicySetAttachPoint
extends IntentAttachPoint

Base interface for all assembly model objects that can have policy sets attached to them.


Method Summary
 java.util.List<PolicySet> getPolicySets()
          Returns a list of policy sets.
 
Methods inherited from interface org.apache.tuscany.sca.policy.IntentAttachPoint
getRequiredIntents
 

Method Detail

getPolicySets

java.util.List<PolicySet> getPolicySets()
Returns a list of policy sets. See the Policy Framework specification for a description of this attribute.

Returns:
a list of policy sets.