Uses of Interface
org.eclipse.mtj.api.devices.Device

Packages that use Device
org.eclipse.mtj.api.devices   
org.eclipse.mtj.api.devices.impl   
org.eclipse.mtj.api.devices.util   
org.eclipse.mtj.api.extension   
 

Uses of Device in org.eclipse.mtj.api.devices
 

Methods in org.eclipse.mtj.api.devices that return Device
 Device DevicesFactory.createDevice()
          Returns a new object of class 'Device'.
 

Uses of Device in org.eclipse.mtj.api.devices.impl
 

Classes in org.eclipse.mtj.api.devices.impl that implement Device
 class DeviceImpl
          An implementation of the model object 'Device'.
 

Methods in org.eclipse.mtj.api.devices.impl that return Device
 Device DevicesFactoryImpl.createDevice()
           
 

Uses of Device in org.eclipse.mtj.api.devices.util
 

Methods in org.eclipse.mtj.api.devices.util with parameters of type Device
 java.lang.Object DevicesSwitch.caseDevice(Device object)
          Returns the result of interpretting the object as an instance of 'Device'.
 

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

Methods in org.eclipse.mtj.api.extension that return Device
 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.
 Device DeviceManagement.getDevice(java.lang.String devicePlatformName, java.lang.String deviceName)
          Returns DevicePlatform's Device whose platform name and device name match.
 Device[] DeploymentProvider.getDevices()
          Returns a list of device objects that are possible deployment targets.
 Device[] DeviceManagement.getDevices(java.lang.String devicePlatformName)
          Returns all devices of the device platform.
 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.
 Device[] DeploymentManagement.getTargetDevices(RuntimePlatformDefinition runtimePlatformDefinition)
          Returns the Devices the could be deployment targets and that support the RuntimePlatformDefinition.
 

Methods in org.eclipse.mtj.api.extension with parameters of type Device
 void DeploymentProvider.deploy(Deployment deployment, Device[] devices, DeviceCommunicationProtocol transferProtocol, org.eclipse.core.runtime.IProgressMonitor monitor)
          Deploys the deployment object to the target devices by using the defined transfer protocol.
 void DeploymentManagement.deploy(Deployment deployment, Device[] devices, DeviceCommunicationProtocol transferProtocol, org.eclipse.core.runtime.IProgressMonitor monitor)
          Deploys the deployment object to the target devices by using the defined transfer protocol.
 DeploymentProvider DeploymentManagement.getDeploymentProvider(Device device)
          Returns DeploymentProvider that owns the Device.
 DeviceStatus DevicePlatformProvider.getStatus(Device device)
          Method returns Device's status.
 DeviceStatus DeploymentProvider.getStatus(Device device)
          Returns Device's status.
 void DevicePlatformProvider.launch(DevicePlatform dp, Device device, Deployment deployment, org.eclipse.jdt.launching.VMRunnerConfiguration vmRunnerConfig, org.eclipse.debug.core.ILaunchConfiguration launchConfig, org.eclipse.debug.core.ILaunch launch, java.lang.String runMode, java.lang.String projectNatureId, org.eclipse.core.runtime.IProgressMonitor monitor)
          Method launches the application, that is in the deployment, to the target device.