Uses of Interface
org.eclipse.mtj.api.runtimes.ServiceApi

Packages that use ServiceApi
org.eclipse.mtj.api.extension   
org.eclipse.mtj.api.runtimes   
org.eclipse.mtj.api.runtimes.impl   
org.eclipse.mtj.api.runtimes.util   
 

Uses of ServiceApi in org.eclipse.mtj.api.extension
 

Methods in org.eclipse.mtj.api.extension with parameters of type ServiceApi
 Device[] DeviceManagement.getDeployableDevices(DeviceConfiguration deviceConfig, DeviceProfile deviceProfile, ServiceApi[] apis, PlatformType devicePlatformType)
          Returns all deployment target Device objects that match to the configuration, profile and service api definitions and device platform type.
 DeviceDescription[] DeviceManagement.getDevices(DeviceConfiguration deviceConfig, DeviceProfile deviceProfile, ServiceApi[] apis)
          Returns all DeviceDescription objects that match to the configuration, profile and service api definitions.
 Device[] DeviceManagement.getTargetDevices(DeviceConfiguration deviceConfig, DeviceProfile deviceProfile, ServiceApi[] apis, PlatformType devicePlatformType)
          Returns all Device objects that match to the configuration, profile, service api and device platform type.
 

Uses of ServiceApi in org.eclipse.mtj.api.runtimes
 

Methods in org.eclipse.mtj.api.runtimes that return ServiceApi
 ServiceApi RuntimesFactory.createServiceApi()
          Returns a new object of class 'Service Api'.
 

Uses of ServiceApi in org.eclipse.mtj.api.runtimes.impl
 

Classes in org.eclipse.mtj.api.runtimes.impl that implement ServiceApi
 class ServiceApiImpl
          An implementation of the model object 'Service Api'.
 

Methods in org.eclipse.mtj.api.runtimes.impl that return ServiceApi
 ServiceApi RuntimesFactoryImpl.createServiceApi()
           
 

Uses of ServiceApi in org.eclipse.mtj.api.runtimes.util
 

Methods in org.eclipse.mtj.api.runtimes.util with parameters of type ServiceApi
 java.lang.Object RuntimesSwitch.caseServiceApi(ServiceApi object)
          Returns the result of interpretting the object as an instance of 'Service Api'.