|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CommandImpl | |
---|---|
org.tango.server.cache | |
org.tango.server.command | |
org.tango.server.servant |
Uses of CommandImpl in org.tango.server.cache |
---|
Methods in org.tango.server.cache with parameters of type CommandImpl | |
---|---|
net.sf.ehcache.constructs.blocking.SelfPopulatingCache |
TangoCacheManager.getCommandCache(CommandImpl cmd)
Get cache of a command |
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,
DeviceLock deviceLock,
AroundInvokeImpl aroundInvoke)
|
|
CommandCacheEntryFactory(CommandImpl command,
DeviceLock deviceLock,
AroundInvokeImpl aroundInvoke)
|
|
StateStatusCache(net.sf.ehcache.CacheManager manager,
CommandImpl command,
AttributeImpl attribute,
java.lang.String deviceName,
DeviceLock deviceLock,
AroundInvokeImpl aroundInvoke)
|
|
StateStatusCacheEntryFactory(CommandImpl command,
AttributeImpl attribute,
DeviceLock deviceLock,
java.lang.String deviceName,
AroundInvokeImpl aroundInvoke)
|
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 |
PollingManager.configurePolling(CommandImpl command)
|
void |
DeviceImpl.configurePolling(CommandImpl command)
|
java.lang.Object |
PollingManager.getCommandCacheElement(CommandImpl cmd)
|
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 |
Constructor parameters in org.tango.server.servant 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> pollAttributes,
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |