Apache Tuscany SCA Kernel Sub-Project

Uses of Class
org.apache.tuscany.spi.model.InteractionScope

Packages that use InteractionScope
org.apache.tuscany.spi.model   
 

Uses of InteractionScope in org.apache.tuscany.spi.model
 

Fields in org.apache.tuscany.spi.model declared as InteractionScope
protected  InteractionScope ServiceContract.interactionScope
           
 

Methods in org.apache.tuscany.spi.model that return InteractionScope
 InteractionScope ServiceContract.getInteractionScope()
          Returns the service interaction scope
static InteractionScope InteractionScope.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static InteractionScope[] InteractionScope.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.apache.tuscany.spi.model with parameters of type InteractionScope
 void ServiceContract.setInteractionScope(InteractionScope interactionScope)
          Sets the service interaction scope
 


Apache Tuscany SCA Kernel Sub-Project

-