Uses of Class
org.tango.server.servant.DeviceImpl

Packages that use DeviceImpl
org.tango.server.build All classes to build a Tango server 
org.tango.server.device   
org.tango.server.dynamic Manage dynamic attributes and commands 
org.tango.server.export   
org.tango.server.servant The CORBA servant 
 

Uses of DeviceImpl in org.tango.server.build
 

Methods in org.tango.server.build that return DeviceImpl
 DeviceImpl DeviceClassBuilder.buildDevice(java.lang.String name)
           
 DeviceImpl DeviceBuilder.createDevice()
           
 DeviceImpl DeviceClassBuilder.getDeviceImpl(java.lang.String deviceName)
           
 

Methods in org.tango.server.build that return types with arguments of type DeviceImpl
 java.util.List<DeviceImpl> DeviceClassBuilder.getDeviceImplList()
           
 

Uses of DeviceImpl in org.tango.server.device
 

Constructors in org.tango.server.device with parameters of type DeviceImpl
DeviceManager(DeviceImpl device)
          Ctr
 

Uses of DeviceImpl in org.tango.server.dynamic
 

Constructors in org.tango.server.dynamic with parameters of type DeviceImpl
DynamicManager(DeviceImpl deviceImpl)
          Ctr
 

Uses of DeviceImpl in org.tango.server.export
 

Methods in org.tango.server.export that return DeviceImpl
 DeviceImpl TangoExporter.buildDevice(java.lang.String deviceName, java.lang.Class<?> clazz)
           
 DeviceImpl IExporter.buildDevice(java.lang.String deviceName, java.lang.Class<?> clazz)
           
 DeviceImpl TangoExporter.buildDevice(java.lang.String name, DeviceClassBuilder classBuilder)
           
 DeviceImpl IExporter.buildDevice(java.lang.String name, DeviceClassBuilder classBuilder)
           
 DeviceImpl TangoExporter.getDevice(java.lang.String className, java.lang.String deviceName)
           
 DeviceImpl IExporter.getDevice(java.lang.String className, java.lang.String deviceName)
           
 

Uses of DeviceImpl in org.tango.server.servant
 

Methods in org.tango.server.servant with parameters of type DeviceImpl
static void ORBUtils.exportDevice(DeviceImpl dev, java.lang.String hostName, java.lang.String pid)
           
static IORDump ORBUtils.getIORDump(DeviceImpl dev)
           
static void ORBUtils.unexportDevice(DeviceImpl device)
           
 



Copyright © 2012-2015. All Rights Reserved.