Uses of Interface
org.eclipse.stp.core.sca.Service

Packages that use Service
org.eclipse.stp.core.sca The SCA Model API 
org.eclipse.stp.core.sca.util SCA Model EMF Utilities 
 

Uses of Service in org.eclipse.stp.core.sca
 

Subinterfaces of Service in org.eclipse.stp.core.sca
 interface ModuleService
          A representation of the model object 'Module Service'.
 

Methods in org.eclipse.stp.core.sca that return Service
 Service SCAFactory.createService()
          Returns a new object of class 'Service'.
 Service ComponentType.getService(Interface interfaze)
          Return a Service with an Interface matching interfaze;
 Service ComponentType.getService(java.lang.String serviceName)
          Return a Service with a name matching name;
 

Methods in org.eclipse.stp.core.sca with parameters of type Service
 WireTarget Component.getWireTarget(Service service)
           
 

Uses of Service in org.eclipse.stp.core.sca.util
 

Methods in org.eclipse.stp.core.sca.util with parameters of type Service
 java.lang.Object SCASwitch.caseService(Service object)
          Returns the result of interpretting the object as an instance of 'Service'.
 boolean SCAValidator.validateService(Service service, DiagnosticChain diagnostics, java.util.Map context)