Uses of Class
org.tango.server.command.CommandImpl

Packages that use CommandImpl
org.tango.server.cache Manage Tango polling 
org.tango.server.command Implementation of Tango command 
org.tango.server.servant The CORBA servant 
 

Uses of CommandImpl in org.tango.server.cache
 

Methods in org.tango.server.cache with parameters of type CommandImpl
 void PollingManager.configurePolling(CommandImpl command)
           
 net.sf.ehcache.constructs.blocking.SelfPopulatingCache TangoCacheManager.getCommandCache(CommandImpl cmd)
          Get cache of a command
 java.lang.Object PollingManager.getCommandCacheElement(CommandImpl cmd)
           
 void TangoCacheManager.removeCommandPolling(CommandImpl command)
          Remove polling of a command
 void TangoCacheManager.startCommandPolling(CommandImpl command)
          Start command polling
 void TangoCacheManager.startStateStatusPolling(CommandImpl command, AttributeImpl attribute)
           
 

Constructors in org.tango.server.cache with parameters of type CommandImpl
CommandCache(net.sf.ehcache.CacheManager manager, CommandImpl command, java.lang.String deviceName, DeviceLocker deviceLock, AroundInvokeImpl aroundInvoke)
           
CommandCacheEntryFactory(CommandImpl command, DeviceLocker deviceLock, AroundInvokeImpl aroundInvoke)
           
StateStatusCache(net.sf.ehcache.CacheManager manager, CommandImpl command, AttributeImpl attribute, java.lang.String deviceName, DeviceLocker deviceLock, AroundInvokeImpl aroundInvoke)
           
StateStatusCacheEntryFactory(CommandImpl command, AttributeImpl attribute, DeviceLocker deviceLock, java.lang.String deviceName, AroundInvokeImpl aroundInvoke)
           
 

Constructor parameters in org.tango.server.cache with type arguments of type CommandImpl
PollingManager(java.lang.String deviceName, TangoCacheManager cacheManager, java.util.List<AttributeImpl> attributeList, java.util.List<CommandImpl> commandList, int minPolling, java.util.Map<java.lang.String,java.lang.Integer> minCommandPolling, java.util.Map<java.lang.String,java.lang.Integer> minAttributePolling, java.util.Map<java.lang.String,java.lang.Integer> cmdPollRingDepth, java.util.Map<java.lang.String,java.lang.Integer> attrPollRingDepth)
           
 

Uses of CommandImpl in org.tango.server.command
 

Methods in org.tango.server.command with parameters of type CommandImpl
 int CommandImpl.compareTo(CommandImpl o)
           
 

Uses of CommandImpl in org.tango.server.servant
 

Methods in org.tango.server.servant that return CommandImpl
 CommandImpl DeviceImpl.getCommand(java.lang.String name)
          Get a command
static CommandImpl CommandGetter.getCommand(java.lang.String name, java.util.List<CommandImpl> commandList)
          Get a command
 

Methods in org.tango.server.servant that return types with arguments of type CommandImpl
 java.util.List<CommandImpl> DeviceImpl.getCommandList()
          Get a copy of the commands
 

Methods in org.tango.server.servant with parameters of type CommandImpl
 void DeviceImpl.addCommand(CommandImpl command)
          add a command
 void DeviceImpl.configurePolling(CommandImpl command)
           
 int DeviceImpl.getCommandHistorySize(CommandImpl command)
           
 void DeviceImpl.removeCommand(CommandImpl command)
          Remove a command
 

Method parameters in org.tango.server.servant with type arguments of type CommandImpl
static CommandImpl CommandGetter.getCommand(java.lang.String name, java.util.List<CommandImpl> commandList)
          Get a command
 



Copyright © 2012-2017. All Rights Reserved.