A B C D E F G H I J K L M N O P Q R S T U V W Z

A

addAttribute(IAttributeBehavior) - Method in class org.tango.server.dynamic.DynamicManager
Add attribute.
addAttribute(AttributeImpl) - Method in class org.tango.server.servant.DeviceImpl
Add an attribute to the device
addAttributeAlarm(String) - Method in class org.tango.server.device.StateImpl
 
addAttributeAlarm(String, boolean) - Method in class org.tango.server.device.StatusImpl
 
addAttributePolling(String, int) - Method in class org.tango.server.servant.DeviceImpl
Add attribute polling
addAttributePolling(String, int) - Method in class org.tango.server.servant.PollingManager
Add attribute polling
addClass(String, Class<?>) - Method in class org.tango.server.ServerManager
Add a class to the server.
addClassProperty(ClassPropertyImpl) - Method in class org.tango.server.servant.DeviceImpl
add a class property to this device ClassProperty
addCommand(ICommandBehavior) - Method in class org.tango.server.dynamic.DynamicManager
Add command.
addCommand(CommandImpl) - Method in class org.tango.server.servant.DeviceImpl
add a command
addCommandPolling(String, int) - Method in class org.tango.server.servant.DeviceImpl
Add command polling.
addCommandPolling(String, int) - Method in class org.tango.server.servant.PollingManager
Add command polling.
addDeltaAttributeAlarm(String) - Method in class org.tango.server.device.StatusImpl
 
addDeviceAppender(String, Class<?>, String) - Method in class org.tango.logging.LoggingManager
Logging of device sent to logviewer device
addDeviceProperty(DevicePropertyImpl) - Method in class org.tango.server.servant.DeviceImpl
add a device property to this device DeviceProperty
addErrorToHistory(DevFailed) - Method in class org.tango.server.attribute.AttributeImpl
 
addErrorToHistory(DevFailed) - Method in class org.tango.server.command.CommandImpl
 
addFileAppender(String, String) - Method in class org.tango.logging.LoggingManager
Add an file appender for a device
addLoggingTarget(String[]) - Method in class org.tango.server.admin.AdminDevice
Send logs to a device
addPolling(DevVarLongStringArray) - Method in class org.tango.server.admin.AdminDevice
 
addToHistory(AttributeValue, AttributeValue, DevError[]) - Method in class org.tango.server.attribute.AttributeHistory
 
addToHistory() - Method in class org.tango.server.attribute.AttributeImpl
 
addToHistory(Object, DevError[]) - Method in class org.tango.server.command.CommandHistory
 
addToHistory(Object) - Method in class org.tango.server.command.CommandImpl
 
adm_name() - Method in class org.tango.server.servant.DeviceImpl
 
ADMIN_DEVICE_DOMAIN - Static variable in class org.tango.server.Constants
TANGO admin device domain name (admin)
AdminDevice - Class in org.tango.server.admin
The administration device.
AdminDevice() - Constructor for class org.tango.server.admin.AdminDevice
 
ALL_ATTR - Static variable in class org.tango.server.servant.DeviceImpl
Special attribute name meaning all attributes
alwaysHook(InvocationContext) - Method in class org.tango.server.testserver.JTangoTest
 
append(ILoggingEvent) - Method in class org.tango.logging.DeviceAppender
 
append(ILoggingEvent) - Method in class org.tango.server.attribute.log.AttributeAppender
 
applyMemorizedValue() - Method in class org.tango.server.attribute.AttributeImpl
 
ArchiveEventTrigger - Class in org.tango.server.events
manage trigger for EventType.ARCHIVE_EVENT
ArchiveEventTrigger(long, String, String, AttributeImpl) - Constructor for class org.tango.server.events.ArchiveEventTrigger
Ctr
AroundInvoke - Annotation Type in org.tango.server.annotation
Defines an interceptor method that interposes on business methods (command, attribute).
aroundInvoke(InvocationContext) - Method in class org.tango.server.device.AroundInvokeImpl
Call aroundInvoke implementation
AroundInvokeImpl - Class in org.tango.server.device
AroundInvoke implementation
AroundInvokeImpl(Object, Method) - Constructor for class org.tango.server.device.AroundInvokeImpl
Ctr
ATTR_INCORRECT_DATA_NUMBER - Static variable in class org.tango.server.ExceptionMessages
 
ATTR_NOT_ALLOWED - Static variable in class org.tango.server.ExceptionMessages
 
ATTR_NOT_FOUND - Static variable in class org.tango.server.ExceptionMessages
 
ATTR_NOT_POLLED - Static variable in class org.tango.server.ExceptionMessages
 
ATTR_NOT_WRITABLE - Static variable in class org.tango.server.ExceptionMessages
 
ATTR_OPT_PROP - Static variable in class org.tango.server.ExceptionMessages
 
ATTR_VALUE_NOT_SET - Static variable in class org.tango.server.ExceptionMessages
 
Attribute - Annotation Type in org.tango.server.annotation
Declare an attribute of a tango device.
AttributeAppender - Class in org.tango.server.attribute.log
Manage logging to an attribute
AttributeAppender(int) - Constructor for class org.tango.server.attribute.log.AttributeAppender
 
AttributeCache - Class in org.tango.server.cache
 
AttributeCache(CacheManager, AttributeImpl, String, DeviceLock, AroundInvokeImpl) - Constructor for class org.tango.server.cache.AttributeCache
 
AttributeCacheEntryFactory - Class in org.tango.server.cache
 
AttributeCacheEntryFactory(AttributeImpl, DeviceLock, String, AroundInvokeImpl) - Constructor for class org.tango.server.cache.AttributeCacheEntryFactory
 
AttributeConfiguration - Class in org.tango.server.attribute
 
AttributeConfiguration() - Constructor for class org.tango.server.attribute.AttributeConfiguration
 
AttributeConfiguration(AttributeConfiguration) - Constructor for class org.tango.server.attribute.AttributeConfiguration
 
AttributeGetterSetter - Class in org.tango.server.servant
 
AttributeHistory - Class in org.tango.server.attribute
 
AttributeHistory(String, boolean, int) - Constructor for class org.tango.server.attribute.AttributeHistory
 
AttributeImpl - Class in org.tango.server.attribute
Tango attribute
AttributeImpl(IAttributeBehavior, AttributePropertiesManager) - Constructor for class org.tango.server.attribute.AttributeImpl
 
AttributeProperties - Annotation Type in org.tango.server.annotation
Default attribute properties. used with Attribute @Attribute @AttributeProperties(format = "%6.3f") private double myAttribute; public double getMyAttribute(){..};
AttributePropertiesImpl - Class in org.tango.server.attribute
User class to create attribute properties.
AttributePropertiesImpl() - Constructor for class org.tango.server.attribute.AttributePropertiesImpl
 
AttributePropertiesImpl(AttributePropertiesImpl) - Constructor for class org.tango.server.attribute.AttributePropertiesImpl
 
AttributePropertiesManager - Class in org.tango.server.properties
Manage attribute properties persistancy in tango db.
AttributePropertiesManager(String) - Constructor for class org.tango.server.properties.AttributePropertiesManager
 
AttributeValue - Class in org.tango.server.attribute
 
AttributeValue() - Constructor for class org.tango.server.attribute.AttributeValue
 
AttributeValue(Object) - Constructor for class org.tango.server.attribute.AttributeValue
 
AttributeValue(Object, AttrQuality) - Constructor for class org.tango.server.attribute.AttributeValue
 
AttributeValue(Object, AttrQuality, int, int) - Constructor for class org.tango.server.attribute.AttributeValue
 
AttributeValue(Object, AttrQuality, int, int, long) - Constructor for class org.tango.server.attribute.AttributeValue
 

B

BadServer - Class in org.tango.server.testserver
A device to test build errors
BadServer2 - Class in org.tango.server.testserver
A device to test build errors
BadServer2() - Constructor for class org.tango.server.testserver.BadServer2
 
BadServer3 - Class in org.tango.server.testserver
A device to test build errors
BadServer3() - Constructor for class org.tango.server.testserver.BadServer3
 
BadServer4 - Class in org.tango.server.testserver
A device to test build errors
BadServer4() - Constructor for class org.tango.server.testserver.BadServer4
 
BadServer5 - Class in org.tango.server.testserver
A device to test build errors
BadServer5() - Constructor for class org.tango.server.testserver.BadServer5
 
black_box(int) - Method in class org.tango.server.servant.DeviceImpl
Get the clients' requests history
BLACK_BOX_ARG - Static variable in class org.tango.server.ExceptionMessages
 
BLACK_BOX_EMPTY - Static variable in class org.tango.server.ExceptionMessages
 
booleanCommand(boolean) - Method in class org.tango.server.testserver.JTangoTest
 
BooleanEvaluatorAttribute - Class in org.tango.server.dynamic.attribute
 
BooleanEvaluatorAttribute(String, BooleanExpressionValidator) - Constructor for class org.tango.server.dynamic.attribute.BooleanEvaluatorAttribute
 
buildDevice(String) - Method in class org.tango.server.build.DeviceClassBuilder
 
buildDevice(String, DeviceClassBuilder) - Method in interface org.tango.server.export.IExporter
 
buildDevice(String, DeviceClassBuilder) - Method in class org.tango.server.export.TangoExporter
 
buildInit(Method, boolean) - Method in class org.tango.server.servant.DeviceImpl
build init method Init
byteCommand(byte) - Method in class org.tango.server.testserver.JTangoTest
 
byteSpectrumCommand(byte[]) - Method in class org.tango.server.testserver.JTangoTest
 

C

CacheRefresher - Class in org.tango.server.cache
 
CacheRefresher(SelfPopulatingCache, String) - Constructor for class org.tango.server.cache.CacheRefresher
 
CANNOT_OPEN_FILE - Static variable in class org.tango.server.ExceptionMessages
 
ChangeEventTrigger - Class in org.tango.server.events
manage trigger for EventType.CHANGE_EVENT
ChangeEventTrigger(AttributeImpl, String, String) - Constructor for class org.tango.server.events.ChangeEventTrigger
Ctr
checkClientLocking(ClntIdent, String...) - Method in class org.tango.server.lock.ClientLocking
 
checkEventCriteria(AttributeImpl) - Static method in class org.tango.server.events.ArchiveEventTrigger
Check if event criteria are set for specified attribute
checkEventCriteria(AttributeImpl, EventType) - Static method in class org.tango.server.events.EventManager
Check if event criteria are set for change and archive events
checkLocking(ClntIdent) - Method in class org.tango.server.servant.DeviceImpl
 
Chronometer - Class in org.tango.server
Calculate elapsed time
Chronometer() - Constructor for class org.tango.server.Chronometer
 
CLASS_NOT_FOUND - Static variable in class org.tango.server.ExceptionMessages
 
ClassProperty - Annotation Type in org.tango.server.annotation
Define a tango class property.
ClassPropertyImpl - Class in org.tango.server.properties
 
ClassPropertyImpl(String, String, Method, Object, String, String...) - Constructor for class org.tango.server.properties.ClassPropertyImpl
 
clear() - Method in class org.tango.server.attribute.AttributeHistory
 
clear() - Method in class org.tango.server.command.CommandHistory
 
clearAll() - Method in class org.tango.server.dynamic.DynamicManager
Remove all dynamic attributes and commands
clearAll(boolean) - Method in class org.tango.server.dynamic.DynamicManager
Remove all dynamic attributes and commands
clearAttributes() - Method in class org.tango.server.dynamic.DynamicManager
Remove all dynamic attributes
clearAttributes(boolean) - Method in class org.tango.server.dynamic.DynamicManager
Remove all dynamic attributes
clearCache() - Static method in class org.tango.server.properties.PropertiesUtils
 
clearClass() - Method in class org.tango.server.export.TangoExporter
 
clearClassCache(String) - Static method in class org.tango.server.properties.PropertiesUtils
 
clearCommands() - Method in class org.tango.server.dynamic.DynamicManager
Remove all dynamic commands
clearDeviceCache(String) - Static method in class org.tango.server.properties.PropertiesUtils
 
clearDevices() - Method in class org.tango.server.build.DeviceClassBuilder
 
CleverAnyAttribute - Class in org.tango.server.idl
Convertion tool between java types and tango types for attributes
CleverAnyCommand - Class in org.tango.server.idl
Convertion tool between java types and tango types for commands
CleverAttrValUnion - Class in org.tango.server.idl
A helper class to insert / extract AttrValUnion with the method that matches the attribute type
CLIENT_REQUESTS_LOGGER - Static variable in class org.tango.server.Constants
 
ClientLocking - Class in org.tango.server.lock
Manage device locking with client request
ClientLocking(String, String) - Constructor for class org.tango.server.lock.ClientLocking
 
clone() - Method in class org.tango.server.attribute.AttributeValue
 
clone() - Method in class org.tango.server.StateMachineBehavior
 
close() - Method in class org.tango.server.events.EventManager
Close all zmq resources
CMD_NOT_POLLED - Static variable in class org.tango.server.ExceptionMessages
 
Command - Annotation Type in org.tango.server.annotation
Declare a command of a tango device.
command_inout(String, Any) - Method in class org.tango.server.servant.DeviceImpl
Execute a command.
command_inout_2(String, Any, DevSource) - Method in class org.tango.server.servant.DeviceImpl
Execute a command.
command_inout_4(String, Any, DevSource, ClntIdent) - Method in class org.tango.server.servant.DeviceImpl
Execute a command.
command_inout_history_2(String, int) - Method in class org.tango.server.servant.DeviceImpl
Command history.
command_inout_history_4(String, int) - Method in class org.tango.server.servant.DeviceImpl
Command history.
command_list_query() - Method in class org.tango.server.servant.DeviceImpl
Query all commands details.
command_list_query_2() - Method in class org.tango.server.servant.DeviceImpl
Query all commands details.
COMMAND_NOT_ALLOWED - Static variable in class org.tango.server.ExceptionMessages
 
COMMAND_NOT_FOUND - Static variable in class org.tango.server.ExceptionMessages
 
command_query(String) - Method in class org.tango.server.servant.DeviceImpl
Query a command details.
command_query_2(String) - Method in class org.tango.server.servant.DeviceImpl
Query a command details.
CommandCache - Class in org.tango.server.cache
 
CommandCache(CacheManager, CommandImpl, String, DeviceLock, AroundInvokeImpl) - Constructor for class org.tango.server.cache.CommandCache
 
CommandCacheEntryFactory - Class in org.tango.server.cache
 
CommandCacheEntryFactory(CommandImpl, DeviceLock, AroundInvokeImpl) - Constructor for class org.tango.server.cache.CommandCacheEntryFactory
 
CommandConfiguration - Class in org.tango.server.command
 
CommandConfiguration() - Constructor for class org.tango.server.command.CommandConfiguration
 
CommandConfiguration(String, Class<?>, Class<?>, String, String, DispLevel, boolean, int) - Constructor for class org.tango.server.command.CommandConfiguration
 
CommandGetter - Class in org.tango.server.servant
 
CommandGetter() - Constructor for class org.tango.server.servant.CommandGetter
 
CommandHistory - Class in org.tango.server.command
 
CommandHistory(int) - Constructor for class org.tango.server.command.CommandHistory
 
CommandImpl - Class in org.tango.server.command
 
CommandImpl(ICommandBehavior, AttributePropertiesManager) - Constructor for class org.tango.server.command.CommandImpl
 
compareTo(AttributeImpl) - Method in class org.tango.server.attribute.AttributeImpl
 
compareTo(CommandImpl) - Method in class org.tango.server.command.CommandImpl
 
configureAttributePropFromDb() - Method in class org.tango.server.attribute.AttributeImpl
 
configurePolling(int) - Method in class org.tango.server.attribute.AttributeImpl
 
configurePolling(int) - Method in class org.tango.server.command.CommandImpl
 
configurePolling(int) - Method in interface org.tango.server.IPollable
 
configurePolling(int, PolledObjectConfig, AttributePropertiesManager) - Static method in class org.tango.server.PollingUtils
Configure polling
configurePolling(CommandImpl) - Method in class org.tango.server.servant.DeviceImpl
 
configurePolling(AttributeImpl) - Method in class org.tango.server.servant.DeviceImpl
 
configurePolling(CommandImpl) - Method in class org.tango.server.servant.PollingManager
 
configurePolling(AttributeImpl) - Method in class org.tango.server.servant.PollingManager
 
Constants - Class in org.tango.server
 
containsDevice(String) - Method in class org.tango.server.build.DeviceClassBuilder
 
createAny() - Static method in class org.tango.orb.ORBManager
Create an Any
createDevice(Class<?>, String, String) - Method in class org.tango.server.build.DeviceBuilder
 
createEmptyEventProperties() - Method in class org.tango.server.attribute.AttributePropertiesImpl
 
createEntry(Object) - Method in class org.tango.server.cache.AttributeCacheEntryFactory
 
createEntry(Object) - Method in class org.tango.server.cache.CommandCacheEntryFactory
 
createEntry(Object) - Method in class org.tango.server.cache.StateStatusCacheEntryFactory
 
createEventTrigger(EventType, AttributeImpl) - Static method in class org.tango.server.events.EventTriggerFactory
Create an IEventTrigger

D

DB_ACCESS - Static variable in class org.tango.server.ExceptionMessages
 
DefaultEventTrigger - Class in org.tango.server.events
manage default Event trigger
DefaultEventTrigger() - Constructor for class org.tango.server.events.DefaultEventTrigger
 
Delete - Annotation Type in org.tango.server.annotation
Designates a method to receive a callback before a device is unexported.
delete() - Method in class org.tango.server.testserver.JTangoTest
Automatically called when device ends
deleteDevice() - Method in class org.tango.server.servant.DeviceImpl
Stops polling calls delete method Delete.
DELTA_T - Static variable in class org.tango.server.attribute.AttributePropertiesImpl
 
DELTA_VAL - Static variable in class org.tango.server.attribute.AttributePropertiesImpl
 
DESC - Static variable in class org.tango.server.attribute.AttributePropertiesImpl
 
description() - Method in class org.tango.server.servant.DeviceImpl
Get a description of this device
destroy() - Method in class org.tango.orb.ServerRequestInterceptor
 
Device - Annotation Type in org.tango.server.annotation
Declare a class as a Tango Device.
DEVICE_LOCKED - Static variable in class org.tango.server.ExceptionMessages
 
DEVICE_NOT_FOUND - Static variable in class org.tango.server.ExceptionMessages
 
DEVICE_UNLOCKABLE - Static variable in class org.tango.server.ExceptionMessages
 
DEVICE_UNLOCKED - Static variable in class org.tango.server.ExceptionMessages
 
DeviceAppender - Class in org.tango.logging
Manage logging to another device
DeviceAppender(String, String, String) - Constructor for class org.tango.logging.DeviceAppender
 
DeviceBehaviorObject - Class in org.tango.server
An object of a device (attribute or command)
DeviceBehaviorObject() - Constructor for class org.tango.server.DeviceBehaviorObject
 
DeviceBlackBox - Class in org.tango.server.history
 
DeviceBlackBox() - Constructor for class org.tango.server.history.DeviceBlackBox
 
DeviceBuilder - Class in org.tango.server.build
Build a Device
DeviceClassBuilder - Class in org.tango.server.build
Builder of a Tango class
DeviceClassBuilder(Class<?>, String) - Constructor for class org.tango.server.build.DeviceClassBuilder
Construct a newly allocated DeviceClass object.
DeviceImpl - Class in org.tango.server.servant
The CORBA servant for a tango device server in IDL 4.
DeviceImpl(String, String, TransactionType, Object, String) - Constructor for class org.tango.server.servant.DeviceImpl
Ctr
DeviceJob - Class in org.tango.server.schedule
 
DeviceJob() - Constructor for class org.tango.server.schedule.DeviceJob
 
DeviceLock - Class in org.tango.server.device
Manage a tango device synchronization.
DeviceLock(TransactionType, Class<?>) - Constructor for class org.tango.server.device.DeviceLock
Ctr
DeviceManagement - Annotation Type in org.tango.server.annotation
Injector of DeviceManager @DeviceManagement DeviceManager deviceManager; public void setDeviceManager(DeviceManager deviceManager) { this.deviceManager = deviceManager; }
DeviceManager - Class in org.tango.server.device
Global info and tool for a device.
DeviceManager(DeviceImpl) - Constructor for class org.tango.server.device.DeviceManager
Ctr
DeviceProperties - Annotation Type in org.tango.server.annotation
get all device properties and values in one field (Map) Allow to get unknown runtime properties @DeviceProperties public Map<String, String[]> props;
DevicePropertiesImpl - Class in org.tango.server.properties
 
DevicePropertiesImpl(Method, Object, String) - Constructor for class org.tango.server.properties.DevicePropertiesImpl
 
DeviceProperty - Annotation Type in org.tango.server.annotation
A device property @DeviceProperty private String[] myProp = { "toto" };
DevicePropertyImpl - Class in org.tango.server.properties
 
DevicePropertyImpl(String, String, Method, Object, String, String, boolean, String...) - Constructor for class org.tango.server.properties.DevicePropertyImpl
 
DeviceScheduler - Class in org.tango.server.schedule
 
DeviceScheduler(Object, List<Method>, String, String) - Constructor for class org.tango.server.schedule.DeviceScheduler
 
devLockStatus(String) - Method in class org.tango.server.admin.AdminDevice
Command DevLockStatus
DISPLAY_UNIT - Static variable in class org.tango.server.attribute.AttributePropertiesImpl
 
doCheck() - Method in class org.tango.server.events.ArchiveEventTrigger
 
doCheck() - Method in class org.tango.server.events.ChangeEventTrigger
 
doCheck() - Method in class org.tango.server.events.DefaultEventTrigger
 
doCheck() - Method in interface org.tango.server.events.IEventTrigger
 
doCheck() - Method in class org.tango.server.events.PeriodicEventTrigger
 
doCheck() - Method in class org.tango.server.events.PropertiesEventTrigger
 
doCheck() - Method in class org.tango.server.events.QualityEventTrigger
 
DOES_NOT_EXIST - Static variable in class org.tango.server.servant.AttributeGetterSetter
 
doubleCommand(double) - Method in class org.tango.server.testserver.JTangoTest
 
doubleSpectrumCommand(double[]) - Method in class org.tango.server.testserver.JTangoTest
 
doubleStringCommand(DevVarDoubleStringArray) - Method in class org.tango.server.testserver.JTangoTest
 
DynamicAttributeTest - Class in org.tango.server.testserver
To test dynamic attributes
DynamicAttributeTest(Class<?>) - Constructor for class org.tango.server.testserver.DynamicAttributeTest
 
DynamicCommandTest - Class in org.tango.server.testserver
To test dynamic commands
DynamicCommandTest(Class<?>) - Constructor for class org.tango.server.testserver.DynamicCommandTest
 
DynamicManagement - Annotation Type in org.tango.server.annotation
Injector of DynamicManager a for managing tango dynamic attributes and commands.
DynamicManager - Class in org.tango.server.dynamic
Manage dynamic commands and attributes.
DynamicManager(DeviceImpl) - Constructor for class org.tango.server.dynamic.DynamicManager
Ctr

E

equals(Object) - Method in class org.tango.server.attribute.AttributeImpl
 
equals(Object) - Method in class org.tango.server.attribute.AttributePropertiesImpl
 
equals(Object) - Method in class org.tango.server.command.CommandImpl
 
EVENT_ARCHIVE_ABS - Static variable in class org.tango.server.attribute.AttributePropertiesImpl
 
EVENT_ARCHIVE_PERIOD - Static variable in class org.tango.server.attribute.AttributePropertiesImpl
 
EVENT_ARCHIVE_REL - Static variable in class org.tango.server.attribute.AttributePropertiesImpl
 
EVENT_CHANGE_ABS - Static variable in class org.tango.server.attribute.AttributePropertiesImpl
 
EVENT_CHANGE_REL - Static variable in class org.tango.server.attribute.AttributePropertiesImpl
 
EVENT_CRITERIA_NOT_SET - Static variable in class org.tango.server.ExceptionMessages
 
EVENT_NO_FREE_PORT - Static variable in class org.tango.server.ExceptionMessages
 
EVENT_NOT_AVAILABLE - Static variable in class org.tango.server.ExceptionMessages
 
EVENT_PERIOD - Static variable in class org.tango.server.attribute.AttributePropertiesImpl
 
EventManager - Class in org.tango.server.events
Set of ZMQ low level utilities
EventServer - Class in org.tango.server.testserver
A device to test Tango events.
EventServer() - Constructor for class org.tango.server.testserver.EventServer
 
eventSubscriptionChange(String[]) - Method in class org.tango.server.admin.AdminDevice
 
EventTriggerFactory - Class in org.tango.server.events
Factory to build an event trigger in function of the event type
EventTriggerFactory() - Constructor for class org.tango.server.events.EventTriggerFactory
 
EventType - Enum in org.tango.server.events
 
ExceptionMessages - Class in org.tango.server
Messages for DevFailed
execute(Object) - Method in class org.tango.server.command.CommandImpl
Execute the command.
execute(Object) - Method in interface org.tango.server.command.ICommandBehavior
Execute the command
execute(Object) - Method in class org.tango.server.command.ReflectCommandBehavior
 
execute(StateImpl, StatusImpl) - Method in class org.tango.server.device.InitImpl
Execute the init
execute(Object) - Method in class org.tango.server.dynamic.command.GroupCommand
execute all commands and read back all errors
execute(Object) - Method in class org.tango.server.dynamic.command.ProxyCommand
Execute the command on the proxy
execute(JobExecutionContext) - Method in class org.tango.server.schedule.DeviceJob
 
execute(Object) - Method in class org.tango.server.testserver.DynamicCommandTest
 
executeStateCmd() - Method in class org.tango.server.servant.DeviceImpl
Command State
executeStatusCmd() - Method in class org.tango.server.servant.DeviceImpl
Command status
exportAll() - Method in interface org.tango.server.export.IExporter
Build all devices of all classes that are is this executable
exportAll() - Method in class org.tango.server.export.TangoExporter
Build all devices of all classes that are is this executable
exportDevice(DeviceImpl, String, String) - Static method in class org.tango.server.servant.ORBUtils
 
exportDevices() - Method in interface org.tango.server.export.IExporter
Export all devices except admin device
exportDevices() - Method in class org.tango.server.export.TangoExporter
Export all devices except admin device

F

FileAppender - Class in org.tango.logging
Manage tango logging in file
FileAppender(String) - Constructor for class org.tango.logging.FileAppender
 
floatCommand(float) - Method in class org.tango.server.testserver.JTangoTest
 
floatSpectrumCommand(float[]) - Method in class org.tango.server.testserver.JTangoTest
 
FORMAT - Static variable in class org.tango.server.attribute.AttributePropertiesImpl
 

G

get(Any, int, AttrDataFormat) - Static method in class org.tango.server.idl.CleverAnyAttribute
Get value of an Any
get(Any, int, boolean) - Static method in class org.tango.server.idl.CleverAnyCommand
Get value of an Any
get(AttrValUnion, AttrDataFormat) - Static method in class org.tango.server.idl.CleverAttrValUnion
Get value from an AttrValUnion
get_attribute_config(String[]) - Method in class org.tango.server.servant.DeviceImpl
Get attributes config.
get_attribute_config_2(String[]) - Method in class org.tango.server.servant.DeviceImpl
Get attributes config.
get_attribute_config_3(String[]) - Method in class org.tango.server.servant.DeviceImpl
Get attributes config.
getAdminDeviceName() - Method in class org.tango.server.servant.DeviceImpl
 
getAdminDeviceName() - Method in class org.tango.server.ServerManager
 
getAdminName() - Method in class org.tango.server.device.DeviceManager
 
getAlarmExtensions() - Method in class org.tango.server.attribute.AttributePropertiesImpl
 
getArchive() - Method in class org.tango.server.testserver.EventServer
 
getAttrHistory4(int) - Method in class org.tango.server.attribute.AttributeHistory
 
getAttribute(String) - Method in class org.tango.server.dynamic.DynamicManager
Get a dynamic attribute
getAttribute(String, List<AttributeImpl>) - Static method in class org.tango.server.servant.AttributeGetterSetter
 
getAttributeCache(AttributeImpl) - Method in class org.tango.server.cache.TangoCacheManager
Get cache of an attribute
getAttributeCacheElement(AttributeImpl) - Method in class org.tango.server.servant.PollingManager
 
getAttributeHistorySize(AttributeImpl) - Method in class org.tango.server.servant.DeviceImpl
 
getAttributeList() - Method in class org.tango.server.servant.DeviceImpl
Get attributes (copy)
getAttributeProperties() - Method in class org.tango.server.attribute.AttributeConfiguration
 
getAttributeProperties(String) - Method in class org.tango.server.device.DeviceManager
Get an attribute's properties
getAttributeProperties() - Method in class org.tango.server.servant.DeviceImpl
Get attribute properties manager
getAttributePropertiesFromDB(String) - Method in class org.tango.server.properties.AttributePropertiesManager
Get an attribute's properties from tango db
getAttributePropertyFromDB(String, String) - Method in class org.tango.server.properties.AttributePropertiesManager
Get an attribute property from tango db
getBehavior() - Method in class org.tango.server.attribute.AttributeImpl
 
getBehavior() - Method in class org.tango.server.command.CommandImpl
 
getBooleanArrayAtt() - Method in class org.tango.server.testserver.EventServer
 
getBooleanAtt() - Method in class org.tango.server.testserver.EventServer
 
getBooleanImage() - Method in class org.tango.server.testserver.JTangoTest
 
getBooleanSpectrum() - Method in class org.tango.server.testserver.JTangoTest
 
getBusinessObject() - Method in class org.tango.server.servant.DeviceImpl
get the implementation of the device
getByteImage() - Method in class org.tango.server.testserver.JTangoTest
 
getByteScalar() - Method in class org.tango.server.testserver.JTangoTest
 
getByteSpectrum() - Method in class org.tango.server.testserver.JTangoTest
 
getCache() - Method in class org.tango.server.cache.AttributeCache
 
getCache() - Method in class org.tango.server.cache.CommandCache
 
getCache() - Method in class org.tango.server.cache.StateStatusCache
 
getCallType() - Method in class org.tango.server.InvocationContext
InvocationContext.CallType
getChangeRelative() - Method in class org.tango.server.testserver.EventServer
 
getCheckProp() - Method in class org.tango.server.testserver.NoInitDevice
 
getClassName() - Method in class org.tango.server.build.DeviceClassBuilder
 
getClassName() - Method in class org.tango.server.device.DeviceManager
 
getClassName() - Method in class org.tango.server.servant.DeviceImpl
Get class name as defined in tango db.
getClassProperties(String) - Static method in class org.tango.server.properties.PropertiesUtils
 
getClassPropertyList() - Method in class org.tango.server.servant.DeviceImpl
Get the class properties
getClientHostName() - Method in class org.tango.orb.ServerRequestInterceptor
 
getClientHostName() - Method in class org.tango.server.device.DeviceManager
Get the client host name of the current request
getClientIdentity() - Method in class org.tango.server.device.DeviceManager
Get the client identity of the current request.
getClientIdentity() - Method in class org.tango.server.servant.DeviceImpl
 
getClientIPAddress() - Method in class org.tango.orb.ServerRequestInterceptor
 
getCommand(String) - Method in class org.tango.server.dynamic.DynamicManager
Get a dynamic command
getCommand(String, List<CommandImpl>) - Static method in class org.tango.server.servant.CommandGetter
Get a command
getCommand(String) - Method in class org.tango.server.servant.DeviceImpl
Get a command
getCommandCache(CommandImpl) - Method in class org.tango.server.cache.TangoCacheManager
Get cache of a command
getCommandCacheElement(CommandImpl) - Method in class org.tango.server.servant.PollingManager
 
getCommandHistorySize(CommandImpl) - Method in class org.tango.server.servant.DeviceImpl
 
getCommandList() - Method in class org.tango.server.servant.DeviceImpl
Get a copy of the commands
getConfiguration() - Method in interface org.tango.server.attribute.IAttributeBehavior
 
getConfiguration() - Method in class org.tango.server.attribute.log.LogAttribute
 
getConfiguration() - Method in class org.tango.server.attribute.ReflectAttributeBehavior
 
getConfiguration() - Method in interface org.tango.server.command.ICommandBehavior
 
getConfiguration() - Method in class org.tango.server.command.ReflectCommandBehavior
 
getConfiguration() - Method in class org.tango.server.dynamic.attribute.BooleanEvaluatorAttribute
 
getConfiguration() - Method in class org.tango.server.dynamic.attribute.GroupAttribute
 
getConfiguration() - Method in class org.tango.server.dynamic.attribute.ProxyAttribute
 
getConfiguration() - Method in class org.tango.server.dynamic.attribute.PublisherAttribute
 
getConfiguration() - Method in class org.tango.server.dynamic.command.GroupCommand
 
getConfiguration() - Method in class org.tango.server.dynamic.command.ProxyCommand
 
getConfiguration() - Method in class org.tango.server.testserver.DynamicAttributeTest
 
getConfiguration() - Method in class org.tango.server.testserver.DynamicCommandTest
 
getConnectionParameters() - Method in class org.tango.server.events.EventManager
returns the connection parameters for specified event.
getConnectionParameters(String, AttributeImpl, EventType) - Method in class org.tango.server.events.EventManager
Initialize ZMQ event system if not already done, subscribe to the specified event end returns the connection parameters for specified event.
getContext() - Method in class org.tango.server.InvocationContext
InvocationContext.ContextType
getDataReady() - Method in class org.tango.server.testserver.EventServer
 
getDefaultValue() - Method in class org.tango.server.properties.ClassPropertyImpl
 
getDefaultValue() - Method in class org.tango.server.properties.DevicePropertyImpl
 
getDeltaAttribute() - Method in class org.tango.server.testserver.JTangoTest
 
getDeltaT() - Method in class org.tango.server.attribute.AttributePropertiesImpl
 
getDeltaTime() - Method in class org.tango.server.attribute.AttributeImpl
 
getDeltaTime() - Method in class org.tango.server.command.CommandImpl
 
getDeltaTime() - Method in interface org.tango.server.IPollable
 
getDeltaTLong() - Method in class org.tango.server.attribute.AttributePropertiesImpl
 
getDeltaVal() - Method in class org.tango.server.attribute.AttributePropertiesImpl
 
getDeltaValDouble() - Method in class org.tango.server.attribute.AttributePropertiesImpl
 
getDeniedStates() - Method in class org.tango.server.DeviceBehaviorObject
Get denied states
getDeniedStates() - Method in class org.tango.server.StateMachineBehavior
 
getDescription() - Method in class org.tango.server.attribute.AttributePropertiesImpl
 
getDescription() - Method in class org.tango.server.properties.ClassPropertyImpl
 
getDescription() - Method in class org.tango.server.properties.DevicePropertyImpl
 
getDevEncodedAttr() - Method in class org.tango.server.testserver.EventServer
 
getDevEncodedScalar() - Method in class org.tango.server.testserver.JTangoTest
 
getDevice(String, String) - Method in interface org.tango.server.export.IExporter
 
getDevice(String, String) - Method in class org.tango.server.export.TangoExporter
 
getDeviceClass() - Method in class org.tango.server.build.DeviceClassBuilder
 
getDeviceClassList() - Method in class org.tango.server.export.TangoExporter
 
getDeviceImpl(String) - Method in class org.tango.server.build.DeviceClassBuilder
 
getDeviceImplList() - Method in class org.tango.server.build.DeviceClassBuilder
 
getDeviceName() - Method in class org.tango.logging.DeviceAppender
 
getDeviceName() - Method in class org.tango.logging.FileAppender
 
getDeviceName() - Method in interface org.tango.logging.ITangoAppender
 
getDeviceName() - Method in class org.tango.orb.IORDump
 
getDeviceNameList() - Method in class org.tango.server.build.DeviceClassBuilder
 
getDeviceProperties(String) - Static method in class org.tango.server.properties.PropertiesUtils
 
getDeviceProperty(String, String, String) - Static method in class org.tango.server.properties.PropertiesUtils
 
getDevicePropertyList() - Method in class org.tango.server.servant.DeviceImpl
get the device properties
getDevicesOfClass(String) - Method in class org.tango.server.export.TangoExporter
Get the started devices of this server.
getDevicesOfClass(String) - Method in class org.tango.server.ServerManager
Get the started devices of this server.
getDisplayLevel() - Method in class org.tango.server.command.CommandImpl
 
getDisplayUnit() - Method in class org.tango.server.attribute.AttributePropertiesImpl
 
getDispLevel() - Method in class org.tango.server.attribute.AttributeImpl
 
getDispLevel() - Method in class org.tango.server.command.CommandConfiguration
 
getDoubleArrayAtt() - Method in class org.tango.server.testserver.EventServer
 
getDoubleAtt() - Method in class org.tango.server.testserver.EventServer
 
getDoubleImage() - Method in class org.tango.server.testserver.JTangoTest
 
getDoubleScalar() - Method in class org.tango.server.testserver.JTangoTest
 
getDoubleSpectrum() - Method in class org.tango.server.testserver.JTangoTest
 
getDynamicAttributes() - Method in class org.tango.server.dynamic.DynamicManager
Retrieve all dynamic attributes
getDynamicCommands() - Method in class org.tango.server.dynamic.DynamicManager
Retrieve all dynamic commands
getEndState() - Method in class org.tango.server.DeviceBehaviorObject
Get end state
getEndState() - Method in class org.tango.server.StateMachineBehavior
 
getError() - Method in class org.tango.server.testserver.EventServer
 
getErrorAtt() - Method in class org.tango.server.testserver.EventServer
 
getErrorReportMap() - Method in class org.tango.server.dynamic.command.GroupCommand
 
getEvent(String) - Static method in enum org.tango.server.events.EventType
Get an EventType from a String
getEventProp() - Method in class org.tango.server.attribute.AttributePropertiesImpl
 
getExecName() - Method in class org.tango.server.ServerManager
execName/instanceName
getExecutionDuration() - Method in class org.tango.server.attribute.AttributeImpl
 
getExecutionDuration() - Method in class org.tango.server.command.CommandImpl
 
getExecutionDuration() - Method in interface org.tango.server.IPollable
 
getExtensions() - Method in class org.tango.server.attribute.AttributePropertiesImpl
 
getFloatImage() - Method in class org.tango.server.testserver.JTangoTest
 
getFloatScalar() - Method in class org.tango.server.testserver.JTangoTest
 
getFloatSpectrum() - Method in class org.tango.server.testserver.JTangoTest
 
getFormat() - Method in class org.tango.server.attribute.AttributeConfiguration
 
getFormat() - Method in class org.tango.server.attribute.AttributeImpl
 
getFormat() - Method in class org.tango.server.attribute.AttributePropertiesImpl
 
getFromDevSource(DevSource) - Static method in enum org.tango.server.InvocationContext.CallType
 
getGiopHostAddress() - Method in class org.tango.orb.ServerRequestInterceptor
 
getHistory() - Method in class org.tango.server.attribute.AttributeImpl
 
getHistory() - Method in class org.tango.server.command.CommandImpl
 
getHostName() - Method in class org.tango.orb.IORDump
 
getHostName() - Method in class org.tango.server.ServerManager
The host on which this server is running
getIIOPVersion() - Method in class org.tango.orb.IORDump
 
getInstance() - Static method in class org.tango.logging.LoggingManager
 
getInstance() - Static method in class org.tango.orb.ServerRequestInterceptor
 
getInstance() - Static method in class org.tango.server.build.DeviceBuilder
 
getInstance() - Static method in class org.tango.server.events.EventManager
 
getInstance() - Static method in class org.tango.server.ServerManager
Get a ServerManager
getInstanceName() - Method in class org.tango.server.ServerManager
The instance name
getInTangoType() - Method in class org.tango.server.command.CommandConfiguration
 
getInTangoType() - Method in class org.tango.server.command.CommandImpl
 
getIntImage() - Method in class org.tango.server.testserver.JTangoTest
 
getIntScalar() - Method in class org.tango.server.testserver.JTangoTest
 
getIntSpectrum() - Method in class org.tango.server.testserver.JTangoTest
 
getInType() - Method in class org.tango.server.command.CommandConfiguration
 
getInType() - Method in class org.tango.server.command.CommandImpl
Return the input parameter type.
getInTypeDesc() - Method in class org.tango.server.command.CommandConfiguration
 
getInTypeDesc() - Method in class org.tango.server.command.CommandImpl
Return the input parameter description.
getInvalidQuality() - Method in class org.tango.server.testserver.JTangoTest
 
getIORDump(DeviceImpl) - Static method in class org.tango.server.servant.ORBUtils
 
getLabel() - Method in class org.tango.server.attribute.AttributePropertiesImpl
 
getLastDevFailed() - Method in class org.tango.server.attribute.AttributeImpl
 
getLastDevFailed() - Method in class org.tango.server.command.CommandImpl
 
getLastDevFailed() - Method in interface org.tango.server.IPollable
 
getLastUpdateTime() - Method in class org.tango.server.attribute.AttributeImpl
 
getLastUpdateTime() - Method in class org.tango.server.command.CommandImpl
 
getLastUpdateTime() - Method in interface org.tango.server.IPollable
 
getLevel() - Method in enum org.tango.logging.LoggingLevel
 
getLevel(Level) - Static method in enum org.tango.logging.LoggingLevel
 
getLevelFromInt(int) - Static method in enum org.tango.logging.LoggingLevel
 
getLockStatus() - Method in class org.tango.server.lock.ClientLocking
 
getLockStatus() - Method in class org.tango.server.servant.DeviceImpl
 
getLog() - Method in class org.tango.server.attribute.log.AttributeAppender
 
getLoggingDeviceName() - Method in class org.tango.logging.DeviceAppender
 
getLoggingLevel(String) - Method in class org.tango.logging.LoggingManager
 
getLoggingLevel(String[]) - Method in class org.tango.server.admin.AdminDevice
Get the logging level
getLoggingTarget(String) - Method in class org.tango.logging.LoggingManager
 
getLoggingTarget(String) - Method in class org.tango.server.admin.AdminDevice
Get logging target
getLongImage() - Method in class org.tango.server.testserver.JTangoTest
 
getLongScalar() - Method in class org.tango.server.testserver.JTangoTest
 
getLongSpectrum() - Method in class org.tango.server.testserver.JTangoTest
 
getMaxAlarm() - Method in class org.tango.server.attribute.AttributePropertiesImpl
 
getMaxAlarmDouble() - Method in class org.tango.server.attribute.AttributePropertiesImpl
 
getMaxSize() - Method in class org.tango.server.attribute.AttributeHistory
 
getMaxSize() - Method in class org.tango.server.command.CommandHistory
 
getMaxValue() - Method in class org.tango.server.attribute.AttributePropertiesImpl
 
getMaxValueDouble() - Method in class org.tango.server.attribute.AttributePropertiesImpl
 
getMaxWarning() - Method in class org.tango.server.attribute.AttributePropertiesImpl
 
getMaxWarningDouble() - Method in class org.tango.server.attribute.AttributePropertiesImpl
 
getMaxX() - Method in class org.tango.server.attribute.AttributeConfiguration
 
getMaxX() - Method in class org.tango.server.attribute.AttributeImpl
 
getMaxY() - Method in class org.tango.server.attribute.AttributeConfiguration
 
getMaxY() - Method in class org.tango.server.attribute.AttributeImpl
 
getMinAlarm() - Method in class org.tango.server.attribute.AttributePropertiesImpl
 
getMinAlarmDouble() - Method in class org.tango.server.attribute.AttributePropertiesImpl
 
getMinValue() - Method in class org.tango.server.attribute.AttributePropertiesImpl
 
getMinValueDouble() - Method in class org.tango.server.attribute.AttributePropertiesImpl
 
getMinWarning() - Method in class org.tango.server.attribute.AttributePropertiesImpl
 
getMinWarningDouble() - Method in class org.tango.server.attribute.AttributePropertiesImpl
 
getMyClassProperty() - Method in class org.tango.server.testserver.JTangoTest
 
getMyProperty() - Method in class org.tango.server.testserver.JTangoTest
 
getName() - Method in class org.tango.server.attribute.AttributeConfiguration
 
getName() - Method in class org.tango.server.attribute.AttributeImpl
 
getName() - Method in class org.tango.server.command.CommandConfiguration
 
getName() - Method in class org.tango.server.command.CommandImpl
Return the command name.
getName() - Method in class org.tango.server.device.DeviceManager
 
getName() - Method in interface org.tango.server.IPollable
 
getName() - Method in interface org.tango.server.PolledObjectConfig
Get name of the polled object
getName() - Method in class org.tango.server.properties.ClassPropertyImpl
 
getName() - Method in class org.tango.server.properties.DevicePropertyImpl
 
getName() - Method in class org.tango.server.servant.DeviceImpl
Get device name
getName() - Method in class org.tango.server.testserver.JTangoTest
 
getNames() - Method in class org.tango.server.InvocationContext
Command names or attributes names
getObjId() - Method in class org.tango.server.servant.DeviceImpl
get CORBA id
getOrb() - Static method in class org.tango.orb.ORBManager
Get the ORB
getOutTangoType() - Method in class org.tango.server.command.CommandConfiguration
 
getOutTangoType() - Method in class org.tango.server.command.CommandImpl
 
getOutType() - Method in class org.tango.server.command.CommandConfiguration
 
getOutType() - Method in class org.tango.server.command.CommandImpl
Return the output parameter type.
getOutTypeDesc() - Method in class org.tango.server.command.CommandConfiguration
 
getOutTypeDesc() - Method in class org.tango.server.command.CommandImpl
Return the output parameter description.
getPid() - Method in class org.tango.server.ServerManager
The pid of this server
getPoa() - Static method in class org.tango.orb.ORBManager
Get the POA
getPolledDevice() - Method in class org.tango.server.admin.AdminDevice
 
getPolledDevices() - Static method in class org.tango.server.cache.TangoCacheManager
 
getPollingPeriod() - Method in class org.tango.server.attribute.AttributeConfiguration
 
getPollingPeriod() - Method in class org.tango.server.attribute.AttributeImpl
 
getPollingPeriod() - Method in class org.tango.server.command.CommandConfiguration
 
getPollingPeriod() - Method in class org.tango.server.command.CommandImpl
 
getPollingPeriod(String) - Method in class org.tango.server.device.DeviceManager
Get polling period of an attribute or a command
getPollingPeriod() - Method in interface org.tango.server.IPollable
 
getPollRingDepth() - Method in class org.tango.server.attribute.AttributeImpl
 
getPollRingDepth() - Method in class org.tango.server.command.CommandImpl
 
getPollRingDepth() - Method in interface org.tango.server.IPollable
 
getPollSpectrum() - Method in class org.tango.server.testserver.JTangoTest
 
getPollStatus(String) - Method in class org.tango.server.admin.AdminDevice
get the polling status
getPoolSize() - Static method in class org.tango.server.cache.TangoCacheManager
 
getPort() - Method in class org.tango.orb.IORDump
 
getProp(Map<String, String[]>, String) - Static method in class org.tango.server.properties.PropertiesUtils
Ignore case on property name
getProperties() - Method in class org.tango.server.attribute.AttributeImpl
 
getQuality() - Method in class org.tango.server.attribute.AttributeValue
 
getQualityAtt() - Method in class org.tango.server.testserver.EventServer
 
getReadValue() - Method in class org.tango.server.attribute.AttributeImpl
 
getRootLoggingLevel() - Method in class org.tango.logging.LoggingManager
 
getScalarType() - Method in class org.tango.server.attribute.AttributeConfiguration
 
getServerName() - Method in class org.tango.server.ServerManager
The server name
getSetValue() - Method in interface org.tango.server.attribute.ISetValueUpdater
 
getSetValue() - Method in class org.tango.server.testserver.DynamicAttributeTest
 
getShortImage() - Method in class org.tango.server.testserver.JTangoTest
 
getShortScalar() - Method in class org.tango.server.testserver.JTangoTest
 
getStandardUnit() - Method in class org.tango.server.attribute.AttributePropertiesImpl
 
getState() - Method in class org.tango.server.device.StateImpl
 
getState() - Method in class org.tango.server.servant.DeviceImpl
Get State
getState() - Static method in class org.tango.server.testserver.BadServer
 
getState() - Method in class org.tango.server.testserver.BadServer2
 
getState() - Method in class org.tango.server.testserver.BadServer3
 
getState() - Method in class org.tango.server.testserver.BadServer4
 
getState() - Method in class org.tango.server.testserver.EventServer
 
getState() - Method in class org.tango.server.testserver.JTangoTest
 
getState() - Method in class org.tango.server.testserver.TestStateServer
 
getStateArray() - Method in class org.tango.server.testserver.EventServer
 
getStateMachine() - Method in interface org.tango.server.attribute.IAttributeBehavior
 
getStateMachine() - Method in class org.tango.server.attribute.log.LogAttribute
 
getStateMachine() - Method in class org.tango.server.attribute.ReflectAttributeBehavior
 
getStateMachine() - Method in interface org.tango.server.command.ICommandBehavior
 
getStateMachine() - Method in class org.tango.server.command.ReflectCommandBehavior
 
getStateMachine() - Method in class org.tango.server.dynamic.attribute.BooleanEvaluatorAttribute
 
getStateMachine() - Method in class org.tango.server.dynamic.attribute.GroupAttribute
 
getStateMachine() - Method in class org.tango.server.dynamic.attribute.ProxyAttribute
 
getStateMachine() - Method in class org.tango.server.dynamic.attribute.PublisherAttribute
 
getStateMachine() - Method in class org.tango.server.dynamic.command.GroupCommand
 
getStateMachine() - Method in class org.tango.server.dynamic.command.ProxyCommand
 
getStateMachine() - Method in class org.tango.server.testserver.DynamicAttributeTest
 
getStateMachine() - Method in class org.tango.server.testserver.DynamicCommandTest
 
getStateScalar() - Method in class org.tango.server.testserver.JTangoTest
 
getStateSpectrum() - Method in class org.tango.server.testserver.JTangoTest
 
getStatus() - Method in class org.tango.server.admin.AdminDevice
Get status
getStatus() - Method in class org.tango.server.device.StatusImpl
 
getStatus() - Method in class org.tango.server.servant.DeviceImpl
Get status
getStatus() - Method in class org.tango.server.testserver.JTangoTest
 
getStatus() - Method in class org.tango.server.testserver.TestStateServer
 
getString() - Method in enum org.tango.server.events.EventType
 
getStringArrayAtt() - Method in class org.tango.server.testserver.EventServer
 
getStringAtt() - Method in class org.tango.server.testserver.EventServer
 
getStringImage() - Method in class org.tango.server.testserver.JTangoTest
 
getStringScalar() - Method in class org.tango.server.testserver.JTangoTest
 
getStringSpectrum() - Method in class org.tango.server.testserver.JTangoTest
 
getSysExtensions() - Method in class org.tango.server.attribute.AttributePropertiesImpl
 
getTag() - Method in class org.tango.server.command.CommandImpl
 
getTangoType() - Method in class org.tango.server.attribute.AttributeConfiguration
 
getTangoType() - Method in class org.tango.server.attribute.AttributeImpl
 
getTime() - Method in class org.tango.server.attribute.AttributeValue
 
getTime(long) - Static method in class org.tango.server.idl.TangoIDLUtil
 
getTime(TimeVal) - Static method in class org.tango.server.idl.TangoIDLUtil
 
getTransactionType() - Method in class org.tango.server.ServerManager
 
getType() - Method in class org.tango.server.attribute.AttributeConfiguration
 
getTypeId() - Method in class org.tango.orb.IORDump
 
getUnit() - Method in class org.tango.server.attribute.AttributePropertiesImpl
 
getUserEvent() - Method in class org.tango.server.testserver.EventServer
 
getVal() - Method in class org.tango.server.testserver.BadServer5
 
getValue() - Method in class org.tango.server.attribute.AttributeValue
 
getValue() - Method in interface org.tango.server.attribute.IAttributeBehavior
Read attribute
getValue() - Method in class org.tango.server.attribute.log.LogAttribute
 
getValue() - Method in class org.tango.server.attribute.ReflectAttributeBehavior
 
getValue() - Method in class org.tango.server.dynamic.attribute.BooleanEvaluatorAttribute
 
getValue() - Method in class org.tango.server.dynamic.attribute.GroupAttribute
 
getValue() - Method in class org.tango.server.dynamic.attribute.ProxyAttribute
 
getValue() - Method in class org.tango.server.dynamic.attribute.PublisherAttribute
 
getValue() - Method in enum org.tango.server.events.EventType
 
getValue() - Method in class org.tango.server.testserver.DynamicAttributeTest
 
getWritable() - Method in class org.tango.server.attribute.AttributeConfiguration
 
getWritable() - Method in class org.tango.server.attribute.AttributeImpl
 
getWritableAttrName() - Method in class org.tango.server.attribute.AttributePropertiesImpl
 
getWriteValue() - Method in class org.tango.server.attribute.AttributeImpl
 
getXDim() - Method in class org.tango.server.attribute.AttributeValue
 
getYDim() - Method in class org.tango.server.attribute.AttributeValue
 
GroupAttribute - Class in org.tango.server.dynamic.attribute
Write on a group of attributes, read average for scalar attributes.
GroupAttribute(String, boolean, String...) - Constructor for class org.tango.server.dynamic.attribute.GroupAttribute
 
GroupCommand - Class in org.tango.server.dynamic.command
 
GroupCommand(String, Group) - Constructor for class org.tango.server.dynamic.command.GroupCommand
 
GroupCommand(String, String...) - Constructor for class org.tango.server.dynamic.command.GroupCommand
 

H

hashCode() - Method in class org.tango.server.attribute.AttributeImpl
 
hashCode() - Method in class org.tango.server.command.CommandImpl
 

I

IAttributeBehavior - Interface in org.tango.server.attribute
Define a behavior a Tango attribute
ICommandBehavior - Interface in org.tango.server.command
Defines the behavior of a Tango command.
IEventTrigger - Interface in org.tango.server.events
Interface for event triggers
IExporter - Interface in org.tango.server.export
 
INCOMPATIBLE_DATA_TYPE - Static variable in class org.tango.server.ExceptionMessages
 
info() - Method in class org.tango.server.servant.DeviceImpl
Get info of this device in IDL1
info_3() - Method in class org.tango.server.servant.DeviceImpl
Get info of this device in IDL3
init(boolean, String) - Static method in class org.tango.orb.ORBManager
Initialise the ORB
init() - Method in class org.tango.server.admin.AdminDevice
Init the device
Init - Annotation Type in org.tango.server.annotation
Designates a method to receive a callback before a device has been exported.
init() - Method in class org.tango.server.lock.ClientLocking
 
init() - Method in class org.tango.server.testserver.EventServer
 
init() - Method in class org.tango.server.testserver.InitErrorServer
 
init() - Method in class org.tango.server.testserver.JTangoTest
Automatically called when device starts
init() - Method in class org.tango.server.testserver.SeveralClasses.Class1
 
init() - Method in class org.tango.server.testserver.TestStateServer
 
INIT_CMD - Static variable in class org.tango.server.servant.DeviceImpl
 
initCmd() - Method in class org.tango.server.servant.DeviceImpl
Init the device.
initDevice() - Method in class org.tango.server.servant.DeviceImpl
Initializes the device:
reloads device and class properties applies memorized value to attributes restarts polling calls delete method Delete calls init method Init
InitErrorServer - Class in org.tango.server.testserver
a device to test device init
InitErrorServer() - Constructor for class org.tango.server.testserver.InitErrorServer
 
InitImpl - Class in org.tango.server.device
Managed the initialization of a device.
InitImpl(String, Method, boolean, Object, PollingManager) - Constructor for class org.tango.server.device.InitImpl
Ctr
initPolling() - Method in class org.tango.server.servant.PollingManager
 
initPoolConf() - Static method in class org.tango.server.cache.TangoCacheManager
Retrieve the ordered list of polled devices
insertInblackBox(String) - Method in class org.tango.server.history.DeviceBlackBox
 
insertInblackBox(String, DevSource) - Method in class org.tango.server.history.DeviceBlackBox
 
insertInblackBox(String, DevSource, ClntIdent) - Method in class org.tango.server.history.DeviceBlackBox
 
insertInblackBox(String, ClntIdent) - Method in class org.tango.server.history.DeviceBlackBox
 
INSTANCE_NAME - Static variable in class org.tango.server.testserver.EventServer
 
INSTANCE_NAME - Static variable in class org.tango.server.testserver.JTangoTest
 
intCommand(int) - Method in class org.tango.server.testserver.JTangoTest
 
InterceptorInitializer - Class in org.tango.orb
Register CORBA inteceptors
InterceptorInitializer() - Constructor for class org.tango.orb.InterceptorInitializer
 
intSpectrumCommand(int[]) - Method in class org.tango.server.testserver.JTangoTest
 
InvocationContext - Class in org.tango.server
 
InvocationContext(InvocationContext.ContextType, InvocationContext.CallType, String...) - Constructor for class org.tango.server.InvocationContext
Ctr
InvocationContext.CallType - Enum in org.tango.server
Describe how the value retrieval is performed
InvocationContext.ContextType - Enum in org.tango.server
Define the possible invoke contextes.
IORDump - Class in org.tango.orb
Tool to dump an IOR String
IORDump(String, String) - Constructor for class org.tango.orb.IORDump
 
IPollable - Interface in org.tango.server
An object that can be polled
IS_POLLED - Static variable in class org.tango.server.Constants
 
isAlarmToHigh() - Method in class org.tango.server.attribute.AttributeImpl
 
isAllowed(DeviceState) - Method in class org.tango.server.DeviceBehaviorObject
Check if a state is allowed
isAllowed(DeviceState) - Method in class org.tango.server.StateMachineBehavior
Check if a state is allowed
isArginPrimitive() - Method in class org.tango.server.command.CommandImpl
 
isArgPrimitiveType() - Method in class org.tango.server.dynamic.command.GroupCommand
 
isBoolean() - Method in class org.tango.server.attribute.AttributeImpl
 
isBooleanProp() - Method in class org.tango.server.testserver.JTangoTest
 
isBooleanScalar() - Method in class org.tango.server.testserver.JTangoTest
 
isCheckArchivingEvent() - Method in class org.tango.server.attribute.AttributeConfiguration
 
isCheckArchivingEvent() - Method in class org.tango.server.attribute.AttributeImpl
 
isCheckChangeEvent() - Method in class org.tango.server.attribute.AttributeConfiguration
 
isCheckChangeEvent() - Method in class org.tango.server.attribute.AttributeImpl
 
isDefaultState() - Method in class org.tango.server.device.StateImpl
If the state is not defined by user, will be a default state
isDeltaAlarm() - Method in class org.tango.server.attribute.AttributeImpl
 
isDevEncoded() - Method in class org.tango.server.attribute.AttributeImpl
 
ISetValueUpdater - Interface in org.tango.server.attribute
Interface that can be added to a IAttributeBehavior for setting written part of an attribute
isHasBeenForced() - Method in class org.tango.server.lock.ClientLocking
 
isInitDoneCorrectly() - Method in class org.tango.server.device.InitImpl
Get the init result
isInitInProgress() - Method in class org.tango.server.device.InitImpl
Get the init progress
isMemorized() - Method in class org.tango.server.attribute.AttributeConfiguration
 
isMemorized() - Method in class org.tango.server.attribute.AttributeImpl
 
isMemorizedAtInit() - Method in class org.tango.server.attribute.AttributeConfiguration
 
isNumber() - Method in class org.tango.server.attribute.AttributeImpl
 
isOutOfLimits() - Method in class org.tango.server.attribute.AttributeImpl
 
isOver() - Method in class org.tango.server.Chronometer
Check if the started duration is over
isOver() - Method in class org.tango.server.lock.ClientLocking
 
isPolled() - Method in class org.tango.server.attribute.AttributeConfiguration
 
isPolled() - Method in class org.tango.server.attribute.AttributeImpl
 
isPolled() - Method in class org.tango.server.command.CommandConfiguration
 
isPolled() - Method in class org.tango.server.command.CommandImpl
 
isPolled(String) - Method in class org.tango.server.device.DeviceManager
Check if an attribute or an command is polled
isPolled() - Method in interface org.tango.server.IPollable
 
isPushArchiveEvent() - Method in class org.tango.server.attribute.AttributeConfiguration
 
isPushArchiveEvent() - Method in class org.tango.server.attribute.AttributeImpl
 
isPushChangeEvent() - Method in class org.tango.server.attribute.AttributeConfiguration
 
isPushChangeEvent() - Method in class org.tango.server.attribute.AttributeImpl
 
isPushDataReady() - Method in class org.tango.server.attribute.AttributeConfiguration
 
isPushDataReady() - Method in class org.tango.server.attribute.AttributeImpl
 
isScalar() - Method in class org.tango.server.attribute.AttributeImpl
 
isScheduleRunning() - Method in class org.tango.server.testserver.JTangoTest
 
isSendEvent() - Method in class org.tango.server.events.ArchiveEventTrigger
 
isSendEvent() - Method in class org.tango.server.events.ChangeEventTrigger
 
isSendEvent() - Method in class org.tango.server.events.DefaultEventTrigger
 
isSendEvent() - Method in interface org.tango.server.events.IEventTrigger
 
isSendEvent() - Method in class org.tango.server.events.PeriodicEventTrigger
 
isSendEvent() - Method in class org.tango.server.events.PropertiesEventTrigger
 
isSendEvent() - Method in class org.tango.server.events.QualityEventTrigger
 
isStarted() - Method in class org.tango.server.ServerManager
 
isState() - Method in class org.tango.server.attribute.AttributeImpl
 
isString() - Method in class org.tango.server.attribute.AttributeImpl
 
ITangoAppender - Interface in org.tango.logging
Tango logging appender default interface

J

JTangoTest - Class in org.tango.server.testserver
Tango device to test all commands and attributes
JTangoTest() - Constructor for class org.tango.server.testserver.JTangoTest
 

K

kill() - Method in class org.tango.server.admin.AdminDevice
Unexport everything and kill it self

L

LABEL - Static variable in class org.tango.server.attribute.AttributePropertiesImpl
 
lock(int, ClntIdent, String) - Method in class org.tango.server.lock.ClientLocking
 
lock(int, ClntIdent, String) - Method in class org.tango.server.servant.DeviceImpl
 
lockAttribute() - Method in class org.tango.server.device.DeviceLock
obtain lock for attribute
lockCommand() - Method in class org.tango.server.device.DeviceLock
Obtain lock for command
lockDevice(DevVarLongStringArray) - Method in class org.tango.server.admin.AdminDevice
 
LogAttribute - Class in org.tango.server.attribute.log
 
LogAttribute(int, Logger...) - Constructor for class org.tango.server.attribute.log.LogAttribute
 
LOGGING_TARGET_DEVICE - Static variable in class org.tango.logging.LoggingManager
 
LOGGING_TARGET_FILE - Static variable in class org.tango.logging.LoggingManager
 
LOGGING_TARGET_SEPARATOR - Static variable in class org.tango.logging.LoggingManager
 
LoggingLevel - Enum in org.tango.logging
Manage convertion between logback logging levels and tango levels
LoggingManager - Class in org.tango.logging
Manage tango logging.
longCommand(long) - Method in class org.tango.server.testserver.JTangoTest
 
longSpectrumCommand(long[]) - Method in class org.tango.server.testserver.JTangoTest
 
longStringCommand(DevVarLongStringArray) - Method in class org.tango.server.testserver.JTangoTest
 

M

main(String[]) - Static method in class org.tango.server.testserver.EventServer
 
main(String[]) - Static method in class org.tango.server.testserver.JTangoTest
 
main(String[]) - Static method in class org.tango.server.testserver.SeveralClasses
 
MAX_ALARM - Static variable in class org.tango.server.attribute.AttributePropertiesImpl
 
MAX_VAL - Static variable in class org.tango.server.attribute.AttributePropertiesImpl
 
MAX_WARNING - Static variable in class org.tango.server.attribute.AttributePropertiesImpl
 
MDC_KEY - Static variable in class org.tango.server.servant.DeviceImpl
for logging
MEMORIZED_VALUE - Static variable in class org.tango.server.Constants
 
MEMORIZED_VALUE_DIM - Static variable in class org.tango.server.Constants
 
MIN_ALARM - Static variable in class org.tango.server.attribute.AttributePropertiesImpl
 
MIN_POLLING_PERIOD_IS - Static variable in class org.tango.server.Constants
 
MIN_VAL - Static variable in class org.tango.server.attribute.AttributePropertiesImpl
 
MIN_WARNING - Static variable in class org.tango.server.attribute.AttributePropertiesImpl
 
MultiAttributeProxy - Class in org.tango.server.dynamic.attribute
Use read_attributes on a DeviceProxy and update associated ProxyAttribute
MultiAttributeProxy(DeviceProxy, DynamicManager) - Constructor for class org.tango.server.dynamic.attribute.MultiAttributeProxy
 

N

name() - Method in class org.tango.orb.ServerRequestInterceptor
 
name() - Method in class org.tango.server.servant.DeviceImpl
Get the name of the device
NAN - Static variable in class org.tango.server.attribute.AttributePropertiesImpl
 
newThread(Runnable) - Method in class org.tango.server.cache.TangoCacheThreadFactory
 
NO_DB_DEVICE_NAME - Static variable in class org.tango.server.testserver.EventServer
 
NO_DB_DEVICE_NAME - Static variable in class org.tango.server.testserver.JTangoTest
 
NO_DESCRIPTION - Static variable in class org.tango.server.attribute.AttributePropertiesImpl
 
NO_DIPLAY_UNIT - Static variable in class org.tango.server.attribute.AttributePropertiesImpl
 
NO_STD_UNIT - Static variable in class org.tango.server.attribute.AttributePropertiesImpl
 
NO_UNIT - Static variable in class org.tango.server.attribute.AttributePropertiesImpl
 
NODB_POA - Static variable in class org.tango.orb.ORBManager
POA for no db device
NoInitDevice - Class in org.tango.server.testserver
 
NoInitDevice() - Constructor for class org.tango.server.testserver.NoInitDevice
 
NONE - Static variable in class org.tango.server.attribute.AttributePropertiesImpl
 
NOT_SPECIFIED - Static variable in class org.tango.server.attribute.AttributePropertiesImpl
 
NOT_SUPPORTED - Static variable in class org.tango.server.ExceptionMessages
 

O

ORBManager - Class in org.tango.orb
Initialize, shutdown the ORB
ORBUtils - Class in org.tango.server.servant
 
org.tango.logging - package org.tango.logging
 
org.tango.orb - package org.tango.orb
 
org.tango.server - package org.tango.server
 
org.tango.server.admin - package org.tango.server.admin
 
org.tango.server.annotation - package org.tango.server.annotation
 
org.tango.server.attribute - package org.tango.server.attribute
 
org.tango.server.attribute.log - package org.tango.server.attribute.log
 
org.tango.server.build - package org.tango.server.build
 
org.tango.server.cache - package org.tango.server.cache
 
org.tango.server.command - package org.tango.server.command
 
org.tango.server.device - package org.tango.server.device
 
org.tango.server.dynamic - package org.tango.server.dynamic
 
org.tango.server.dynamic.attribute - package org.tango.server.dynamic.attribute
 
org.tango.server.dynamic.command - package org.tango.server.dynamic.command
 
org.tango.server.events - package org.tango.server.events
 
org.tango.server.export - package org.tango.server.export
 
org.tango.server.history - package org.tango.server.history
 
org.tango.server.idl - package org.tango.server.idl
 
org.tango.server.lock - package org.tango.server.lock
 
org.tango.server.properties - package org.tango.server.properties
 
org.tango.server.schedule - package org.tango.server.schedule
 
org.tango.server.servant - package org.tango.server.servant
 
org.tango.server.testserver - package org.tango.server.testserver
 

P

PERIOD_1000 - Static variable in class org.tango.server.attribute.AttributePropertiesImpl
 
PeriodicEventTrigger - Class in org.tango.server.events
manage trigger for EventType.PERIODIC_EVENT
PeriodicEventTrigger(long, AttributeImpl) - Constructor for class org.tango.server.events.PeriodicEventTrigger
Ctr
ping() - Method in class org.tango.server.servant.DeviceImpl
Dummy method to check if this device is responding
POLL_OBJ_NOT_FOUND - Static variable in class org.tango.server.ExceptionMessages
 
POLLED_ATTR - Static variable in class org.tango.server.Constants
 
POLLED_OBJECT - Static variable in class org.tango.server.Constants
 
PolledObjectConfig - Interface in org.tango.server
A pollable object
PolledObjectType - Enum in org.tango.server
Polling enum
POLLING_PERIOD - Static variable in class org.tango.server.Constants
 
PollingManager - Class in org.tango.server.servant
Manage all polling stuff of a device
PollingManager(String, TangoCacheManager, List<AttributeImpl>, List<CommandImpl>, int, Map<String, Integer>, Map<String, Integer>, Map<String, Integer>, Map<String, Integer>, Map<String, Integer>) - Constructor for class org.tango.server.servant.PollingManager
 
PollingUtils - Class in org.tango.server
Utils for polling
post_init(ORBInitInfo) - Method in class org.tango.orb.InterceptorInitializer
This method resolves the NameService and registers the interceptor.
pre_init(ORBInitInfo) - Method in class org.tango.orb.InterceptorInitializer
 
PropertiesEventTrigger - Class in org.tango.server.events
manage trigger for EventType.ATT_CONF_EVENT
PropertiesUtils - Class in org.tango.server.properties
 
ProxyAttribute - Class in org.tango.server.dynamic.attribute
Dynamic attribute that connects to another tango attribute.
ProxyAttribute(String, String, boolean) - Constructor for class org.tango.server.dynamic.attribute.ProxyAttribute
 
ProxyAttribute(String, String, boolean, boolean) - Constructor for class org.tango.server.dynamic.attribute.ProxyAttribute
see ProxyAttribute.ProxyAttribute(String, String, boolean)
ProxyCommand - Class in org.tango.server.dynamic.command
A Tango dynamic command, that creates a proxy to an existing command The input and output types are the same as those of the proxy command
ProxyCommand(String, String) - Constructor for class org.tango.server.dynamic.command.ProxyCommand
Ctr
PublisherAttribute - Class in org.tango.server.dynamic.attribute
 
PublisherAttribute(String...) - Constructor for class org.tango.server.dynamic.attribute.PublisherAttribute
Create a dynamic attribute publisher
pushConfigEvent(String, String) - Method in class org.tango.server.events.EventManager
 
pushDataReady() - Method in class org.tango.server.testserver.EventServer
 
pushDataReadyEvent(String, int) - Method in class org.tango.server.device.DeviceManager
Push a DATA_READY event if some client had registered it
pushDataReadyEvent(String, String, int) - Method in class org.tango.server.events.EventManager
fire event with AttDataReady
pushError() - Method in class org.tango.server.testserver.EventServer
 
pushEvent(String, EventType) - Method in class org.tango.server.device.DeviceManager
Push an event if some client had register it.
pushEvent(String, AttributeValue, EventType) - Method in class org.tango.server.device.DeviceManager
Push an event if some client had register it.
pushEvent(String, String, DevFailed) - Method in class org.tango.server.events.EventManager
Check if the event must be sent and fire it if must be done
pushEvent(String, String) - Method in class org.tango.server.events.EventManager
Check if the event must be sent and fire it if must be done
pushEvent(String, String, EventType) - Method in class org.tango.server.events.EventManager
fire event
pushUserEvent() - Method in class org.tango.server.testserver.EventServer
 

Q

QualityEventTrigger - Class in org.tango.server.events
manage trigger for EventType#QUALITY_EVENT
QualityEventTrigger(AttributeImpl) - Constructor for class org.tango.server.events.QualityEventTrigger
Ctr
queryClass() - Method in class org.tango.server.admin.AdminDevice
 
queryClassProp(String) - Method in class org.tango.server.admin.AdminDevice
Get class properties
queryDevice() - Method in class org.tango.server.admin.AdminDevice
 
queryDevProp(String) - Method in class org.tango.server.admin.AdminDevice
Get device properties
querySubDevice() - Method in class org.tango.server.admin.AdminDevice
Command QuerySubDevice
QUEUE_CAPACITY - Static variable in class org.tango.server.Constants
 

R

read_attribute_history_2(String, int) - Method in class org.tango.server.servant.DeviceImpl
read an attribute history.
read_attribute_history_3(String, int) - Method in class org.tango.server.servant.DeviceImpl
read an attribute history.
read_attribute_history_4(String, int) - Method in class org.tango.server.servant.DeviceImpl
read an attribute history.
read_attributes(String[]) - Method in class org.tango.server.servant.DeviceImpl
Read some attributes.
read_attributes_2(String[], DevSource) - Method in class org.tango.server.servant.DeviceImpl
Read some attributes.
read_attributes_3(String[], DevSource) - Method in class org.tango.server.servant.DeviceImpl
Read some attributes.
read_attributes_4(String[], DevSource, ClntIdent) - Method in class org.tango.server.servant.DeviceImpl
Read some attributes.
readAttributes(String...) - Method in class org.tango.server.dynamic.attribute.MultiAttributeProxy
 
receive_request(ServerRequestInfo) - Method in class org.tango.orb.ServerRequestInterceptor
 
receive_request_service_contexts(ServerRequestInfo) - Method in class org.tango.orb.ServerRequestInterceptor
 
ReflectAttributeBehavior - Class in org.tango.server.attribute
Behavior a Tango attribute using java reflection
ReflectAttributeBehavior(AttributeConfiguration, Object, Method, Method) - Constructor for class org.tango.server.attribute.ReflectAttributeBehavior
Ctr
ReflectCommandBehavior - Class in org.tango.server.command
 
ReflectCommandBehavior(Method, Object, CommandConfiguration) - Constructor for class org.tango.server.command.ReflectCommandBehavior
 
refresh() - Method in class org.tango.server.testserver.JTangoTest
 
relock() - Method in class org.tango.server.lock.ClientLocking
 
relock() - Method in class org.tango.server.servant.DeviceImpl
 
relockDevice(String[]) - Method in class org.tango.server.admin.AdminDevice
 
removeAll() - Method in class org.tango.server.cache.TangoCacheManager
Remove all polling
removeAll() - Method in class org.tango.server.servant.PollingManager
 
removeAppender(String, String) - Method in class org.tango.logging.LoggingManager
 
removeAttribute(String) - Method in class org.tango.server.dynamic.DynamicManager
remove a dynamic attribute
removeAttribute(String, boolean) - Method in class org.tango.server.dynamic.DynamicManager
remove a dynamic attribute
removeAttribute(AttributeImpl) - Method in class org.tango.server.servant.DeviceImpl
remove an attribute of the device.
removeAttributeAlarm(String) - Method in class org.tango.server.device.StateImpl
 
removeAttributeAlarm(String) - Method in class org.tango.server.device.StatusImpl
 
removeAttributePolling(AttributeImpl) - Method in class org.tango.server.cache.TangoCacheManager
Remove polling of an attribute
removeAttributePolling(String) - Method in class org.tango.server.servant.DeviceImpl
Remove attribute polling
removeAttributePolling(String) - Method in class org.tango.server.servant.PollingManager
Remove attribute polling
removeAttributeProperties(String) - Method in class org.tango.server.device.DeviceManager
Remove an attribute's properties
removeAttributeProperties(String...) - Method in class org.tango.server.properties.AttributePropertiesManager
 
removeCommand(String) - Method in class org.tango.server.dynamic.DynamicManager
Remove a command
removeCommand(CommandImpl) - Method in class org.tango.server.servant.DeviceImpl
Remove a command
removeCommandPolling(CommandImpl) - Method in class org.tango.server.cache.TangoCacheManager
Remove polling of a command
removeCommandPolling(String) - Method in class org.tango.server.servant.DeviceImpl
Remove command polling
removeCommandPolling(String) - Method in class org.tango.server.servant.PollingManager
Remove command polling
removeLoggingTarget(String[]) - Method in class org.tango.server.admin.AdminDevice
remove logging to a device
removePolling(String[]) - Method in class org.tango.server.admin.AdminDevice
Command RemObjPolling
removeProperties() - Method in class org.tango.server.attribute.AttributeImpl
 
resetPolling() - Method in class org.tango.server.attribute.AttributeImpl
 
resetPolling() - Method in class org.tango.server.command.CommandImpl
 
resetPolling() - Method in interface org.tango.server.IPollable
 
resetPolling(PolledObjectConfig, AttributePropertiesManager) - Static method in class org.tango.server.PollingUtils
Reset polling
restart(String) - Method in class org.tango.server.admin.AdminDevice
 
restartServer() - Method in class org.tango.server.admin.AdminDevice
Restart the whole server and its devices.
run() - Method in class org.tango.server.cache.CacheRefresher
 

S

Schedule - Annotation Type in org.tango.server.annotation
WARNING: Experimental feature.
send_exception(ServerRequestInfo) - Method in class org.tango.orb.ServerRequestInterceptor
 
send_other(ServerRequestInfo) - Method in class org.tango.orb.ServerRequestInterceptor
 
send_reply(ServerRequestInfo) - Method in class org.tango.orb.ServerRequestInterceptor
 
SERVER_IMPL_NAME - Static variable in class org.tango.orb.ORBManager
impl name for nodb device
SERVER_NAME - Static variable in class org.tango.server.testserver.EventServer
 
SERVER_NAME - Static variable in class org.tango.server.testserver.JTangoTest
 
SERVER_NAME_MAX_LENGTH - Static variable in class org.tango.server.ServerManager
maximun length for device server name (255 characters)
SERVER_VERSION - Static variable in class org.tango.server.servant.DeviceImpl
TANGO system version
ServerManager - Class in org.tango.server
Manage a tango server.
ServerRequestInterceptor - Class in org.tango.orb
A CORBA Server Interceptor to retrieve the identity of clients
set(int, Object) - Static method in class org.tango.server.idl.CleverAnyAttribute
Set a value in an any
set(int, Object) - Static method in class org.tango.server.idl.CleverAnyCommand
 
set(int, Object) - Static method in class org.tango.server.idl.CleverAttrValUnion
Set a value into an AttrValUnion
set_attribute_config(AttributeConfig[]) - Method in class org.tango.server.servant.DeviceImpl
Set some attribute configs.
set_attribute_config_3(AttributeConfig_3[]) - Method in class org.tango.server.servant.DeviceImpl
Set some attribute configs.
set_attribute_config_4(AttributeConfig_3[], ClntIdent) - Method in class org.tango.server.servant.DeviceImpl
Set some attribute configs.
setAlarmExtensions(String[]) - Method in class org.tango.server.attribute.AttributePropertiesImpl
 
setArchivingEventAbsChange(String) - Method in class org.tango.server.attribute.AttributePropertiesImpl
 
setArchivingEventPeriod(String) - Method in class org.tango.server.attribute.AttributePropertiesImpl
 
setArchivingEventRelChange(String) - Method in class org.tango.server.attribute.AttributePropertiesImpl
 
setAroundInvokeImpl(AroundInvokeImpl) - Method in class org.tango.server.servant.DeviceImpl
Set around invoke method AroundInvoke
setAttributeProperties(AttributePropertiesImpl) - Method in class org.tango.server.attribute.AttributeConfiguration
 
setAttributeProperties(String, AttributePropertiesImpl) - Method in class org.tango.server.device.DeviceManager
Configure an attribute's properties
setAttributePropertiesInDB(String, Map<String, String>) - Method in class org.tango.server.properties.AttributePropertiesManager
Set attribute properties in tango db
setAttributePropertyInDB(String, String, String) - Method in class org.tango.server.properties.AttributePropertiesManager
Set attribute property in tango db
setAttrPollRingDepth(String[]) - Method in class org.tango.server.servant.DeviceImpl
 
setBooleanImage(boolean[][]) - Method in class org.tango.server.testserver.JTangoTest
 
setBooleanProp(boolean) - Method in class org.tango.server.testserver.JTangoTest
 
setBooleanScalar(boolean) - Method in class org.tango.server.testserver.JTangoTest
 
setBooleanSpectrum(boolean[]) - Method in class org.tango.server.testserver.JTangoTest
 
setByteImage(byte[][]) - Method in class org.tango.server.testserver.JTangoTest
 
setByteScalar(byte) - Method in class org.tango.server.testserver.JTangoTest
 
setByteSpectrum(byte[]) - Method in class org.tango.server.testserver.JTangoTest
 
setCheckArchivingEvent(boolean) - Method in class org.tango.server.attribute.AttributeConfiguration
 
setCheckChangeEvent(boolean) - Method in class org.tango.server.attribute.AttributeConfiguration
 
setCheckProp(String) - Method in class org.tango.server.testserver.NoInitDevice
 
setClassList(List<DeviceClassBuilder>) - Method in class org.tango.server.admin.AdminDevice
Set the class list
setCmdPollRingDepth(String[]) - Method in class org.tango.server.servant.DeviceImpl
 
setCriteria(String, String) - Method in class org.tango.server.events.ChangeEventTrigger
 
setDeleteMethod(Method) - Method in class org.tango.server.servant.DeviceImpl
Set delete method Delete
setDeltaAttribute(double) - Method in class org.tango.server.testserver.JTangoTest
 
setDeltaT(String) - Method in class org.tango.server.attribute.AttributePropertiesImpl
 
setDeltaVal(String) - Method in class org.tango.server.attribute.AttributePropertiesImpl
 
setDeniedStates(DeviceState...) - Method in class org.tango.server.DeviceBehaviorObject
Set denied states
setDeniedStates(DeviceState...) - Method in class org.tango.server.StateMachineBehavior
Set denied states
setDescription(String) - Method in class org.tango.server.attribute.AttributePropertiesImpl
 
setDevEncodedScalar(DevEncoded) - Method in class org.tango.server.testserver.JTangoTest
 
setDevice(Object) - Method in class org.tango.server.schedule.DeviceJob
 
setDeviceManager(DeviceManager) - Method in class org.tango.server.testserver.EventServer
 
setDeviceManager(DeviceManager) - Method in class org.tango.server.testserver.JTangoTest
 
setDeviceProperties(DevicePropertiesImpl) - Method in class org.tango.server.servant.DeviceImpl
Set a dynamic properties manager DeviceProperties
setDeviceScheduler(List<Method>) - Method in class org.tango.server.servant.DeviceImpl
 
setDisplayLevel(DispLevel) - Method in class org.tango.server.command.CommandImpl
 
setDisplayUnit(String) - Method in class org.tango.server.attribute.AttributePropertiesImpl
 
setDispLevel(DispLevel) - Method in class org.tango.server.attribute.AttributeConfiguration
 
setDispLevel(DispLevel) - Method in class org.tango.server.command.CommandConfiguration
 
setDoubleImage(double[][]) - Method in class org.tango.server.testserver.JTangoTest
 
setDoubleScalar(double) - Method in class org.tango.server.testserver.JTangoTest
 
setDoubleSpectrum(double[]) - Method in class org.tango.server.testserver.JTangoTest
 
setDynamicManager(DynamicManager) - Method in class org.tango.server.testserver.JTangoTest
 
setEndState(DeviceState) - Method in class org.tango.server.DeviceBehaviorObject
Set end state
setEndState(DeviceState) - Method in class org.tango.server.StateMachineBehavior
Set end state
setError(DevFailed) - Method in class org.tango.server.events.ArchiveEventTrigger
 
setError(DevFailed) - Method in class org.tango.server.events.ChangeEventTrigger
 
setError(DevFailed) - Method in class org.tango.server.events.DefaultEventTrigger
 
setError(DevFailed) - Method in interface org.tango.server.events.IEventTrigger
Notify the trigger of the last error occured
setError(DevFailed) - Method in class org.tango.server.events.PeriodicEventTrigger
 
setError(DevFailed) - Method in class org.tango.server.events.PropertiesEventTrigger
 
setError(DevFailed) - Method in class org.tango.server.events.QualityEventTrigger
 
setError(int) - Method in class org.tango.server.testserver.EventServer
 
setEventAbsChange(String) - Method in class org.tango.server.attribute.AttributePropertiesImpl
 
setEventPeriod(String) - Method in class org.tango.server.attribute.AttributePropertiesImpl
 
setEventProp(EventProperties) - Method in class org.tango.server.attribute.AttributePropertiesImpl
 
setEventRelChange(String) - Method in class org.tango.server.attribute.AttributePropertiesImpl
 
setExtensions(String[]) - Method in class org.tango.server.attribute.AttributePropertiesImpl
 
setFloatImage(float[][]) - Method in class org.tango.server.testserver.JTangoTest
 
setFloatScalar(float) - Method in class org.tango.server.testserver.JTangoTest
 
setFloatSpectrum(float[]) - Method in class org.tango.server.testserver.JTangoTest
 
setFormat(AttrDataFormat) - Method in class org.tango.server.attribute.AttributeConfiguration
 
setFormat(String) - Method in class org.tango.server.attribute.AttributePropertiesImpl
 
setInTangoType(int) - Method in class org.tango.server.command.CommandConfiguration
 
setIntImage(int[][]) - Method in class org.tango.server.testserver.JTangoTest
 
setIntScalar(int) - Method in class org.tango.server.testserver.JTangoTest
 
setIntSpectrum(int[]) - Method in class org.tango.server.testserver.JTangoTest
 
setInType(Class<?>) - Method in class org.tango.server.command.CommandConfiguration
 
setInTypeDesc(String) - Method in class org.tango.server.command.CommandConfiguration
 
setLabel(String) - Method in class org.tango.server.attribute.AttributePropertiesImpl
 
setLevel(int) - Method in class org.tango.logging.DeviceAppender
 
setLevel(int) - Method in class org.tango.logging.FileAppender
 
setLevel(int) - Method in interface org.tango.logging.ITangoAppender
 
setLoggingLevel(String, int) - Method in class org.tango.logging.LoggingManager
Set the logging level of a device
setLoggingLevel(int, Class<?>...) - Method in class org.tango.logging.LoggingManager
Set the level of all loggers of JTangoServer
setLoggingLevel(DevVarLongStringArray) - Method in class org.tango.server.admin.AdminDevice
Set logging level
setLongImage(long[][]) - Method in class org.tango.server.testserver.JTangoTest
 
setLongScalar(long) - Method in class org.tango.server.testserver.JTangoTest
 
setLongSpectrum(long[]) - Method in class org.tango.server.testserver.JTangoTest
 
setMaxAlarm(String) - Method in class org.tango.server.attribute.AttributePropertiesImpl
 
setMaxSize(int) - Method in class org.tango.server.attribute.AttributeHistory
 
setMaxSize(int) - Method in class org.tango.server.command.CommandHistory
 
setMaxValue(String) - Method in class org.tango.server.attribute.AttributePropertiesImpl
 
setMaxWarning(String) - Method in class org.tango.server.attribute.AttributePropertiesImpl
 
setMaxX(int) - Method in class org.tango.server.attribute.AttributeConfiguration
 
setMaxY(int) - Method in class org.tango.server.attribute.AttributeConfiguration
 
setMemorized(boolean) - Method in class org.tango.server.attribute.AttributeConfiguration
 
setMemorizedAtInit(boolean) - Method in class org.tango.server.attribute.AttributeConfiguration
 
setMethod(Method) - Method in class org.tango.server.schedule.DeviceJob
 
setMinAlarm(String) - Method in class org.tango.server.attribute.AttributePropertiesImpl
 
setMinAttributePolling(String[]) - Method in class org.tango.server.servant.DeviceImpl
 
setMinCommandPolling(String[]) - Method in class org.tango.server.servant.DeviceImpl
 
setMinPolling(int) - Method in class org.tango.server.servant.DeviceImpl
 
setMinValue(String) - Method in class org.tango.server.attribute.AttributePropertiesImpl
 
setMinWarning(String) - Method in class org.tango.server.attribute.AttributePropertiesImpl
 
setMyClassProp(String[]) - Method in class org.tango.server.testserver.JTangoTest
 
setMyProp(String) - Method in class org.tango.server.testserver.JTangoTest
 
setName(String) - Method in class org.tango.server.attribute.AttributeConfiguration
 
setName(String) - Method in class org.tango.server.command.CommandConfiguration
 
setObjId(byte[]) - Method in class org.tango.server.servant.DeviceImpl
set CORBA id
setOutTangoType(int) - Method in class org.tango.server.command.CommandConfiguration
 
setOutType(Class<?>) - Method in class org.tango.server.command.CommandConfiguration
 
setOutTypeDesc(String) - Method in class org.tango.server.command.CommandConfiguration
 
setPeriod(long) - Method in class org.tango.server.events.PeriodicEventTrigger
 
setPolled(boolean) - Method in class org.tango.server.attribute.AttributeConfiguration
 
setPolled(boolean) - Method in class org.tango.server.command.CommandConfiguration
 
setPolled(boolean) - Method in interface org.tango.server.PolledObjectConfig
Set polling
setPolledAttributes(String[]) - Method in class org.tango.server.servant.DeviceImpl
 
setPollingManager(PollingManager) - Method in class org.tango.server.device.InitImpl
 
setPollingPeriod(int) - Method in class org.tango.server.attribute.AttributeConfiguration
 
setPollingPeriod(int) - Method in class org.tango.server.command.CommandConfiguration
 
setPollingPeriod(int) - Method in interface org.tango.server.PolledObjectConfig
Set polling period
setPollingStats(double, double, double) - Method in class org.tango.server.attribute.AttributeImpl
 
setPollingStats(double, double, double) - Method in class org.tango.server.command.CommandImpl
 
setPollingStats(double, double, double) - Method in interface org.tango.server.IPollable
 
setPollingThreadsPoolSize(int) - Method in class org.tango.server.admin.AdminDevice
 
setPollRingDepth(int) - Method in class org.tango.server.attribute.AttributeImpl
 
setPollRingDepth(int) - Method in class org.tango.server.command.CommandImpl
 
setPollRingDepth(int) - Method in interface org.tango.server.IPollable
 
setPollSize(int) - Static method in class org.tango.server.cache.TangoCacheManager
 
setPollSpectrum(long[]) - Method in class org.tango.server.testserver.JTangoTest
 
setProperties(AttributePropertiesImpl) - Method in class org.tango.server.attribute.AttributeImpl
Set the attribute properties.
setProps(Map<String, String[]>) - Method in class org.tango.server.testserver.JTangoTest
 
setPushArchiveEvent(boolean) - Method in class org.tango.server.attribute.AttributeConfiguration
 
setPushChangeEvent(boolean) - Method in class org.tango.server.attribute.AttributeConfiguration
 
setPushDataReady(boolean) - Method in class org.tango.server.attribute.AttributeConfiguration
 
setQuality(AttrQuality) - Method in class org.tango.server.attribute.AttributeValue
Set the quality of the attribute AttrQuality
setReadValue(DeviceAttribute[]) - Method in class org.tango.server.dynamic.attribute.GroupAttribute
 
setReadValue(AttributeValue) - Method in class org.tango.server.dynamic.attribute.ProxyAttribute
Update the read value
setRootLoggingLevel(int) - Method in class org.tango.logging.LoggingManager
Set the level of the root logger
setShortImage(short[][]) - Method in class org.tango.server.testserver.JTangoTest
 
setShortScalar(short) - Method in class org.tango.server.testserver.JTangoTest
 
setShortSpectrum(short[]) - Method in class org.tango.server.testserver.JTangoTest
 
setStandardUnit(String) - Method in class org.tango.server.attribute.AttributePropertiesImpl
 
setState(DeviceState) - Static method in class org.tango.server.testserver.BadServer
 
setState(DeviceState) - Method in class org.tango.server.testserver.EventServer
 
setState(DevState) - Method in class org.tango.server.testserver.JTangoTest
 
setState(DeviceState) - Method in class org.tango.server.testserver.TestStateServer
 
setStateCheckAttrAlarm(boolean) - Method in class org.tango.server.servant.DeviceImpl
 
setStateImpl(StateImpl) - Method in class org.tango.server.servant.DeviceImpl
Set state impl State
setStateMachine(StateMachineBehavior) - Method in class org.tango.server.DeviceBehaviorObject
Set a state machine
setStateScalar(DeviceState) - Method in class org.tango.server.testserver.JTangoTest
 
setStateSpectrum(DeviceState[]) - Method in class org.tango.server.testserver.JTangoTest
 
setStatus(String) - Method in class org.tango.server.admin.AdminDevice
set status
setStatus(String) - Method in class org.tango.server.testserver.JTangoTest
 
setStatus(String) - Method in class org.tango.server.testserver.TestStateServer
 
setStatusImpl(StatusImpl) - Method in class org.tango.server.servant.DeviceImpl
set status impl Status
setStringImage(String[][]) - Method in class org.tango.server.testserver.JTangoTest
 
setStringScalar(String) - Method in class org.tango.server.testserver.JTangoTest
 
setStringSpectrum(String[]) - Method in class org.tango.server.testserver.JTangoTest
 
setSysExtensions(String[]) - Method in class org.tango.server.attribute.AttributePropertiesImpl
 
setTangoExporter(IExporter) - Method in class org.tango.server.admin.AdminDevice
Set the tango exporter
setTangoType(int, AttrDataFormat) - Method in class org.tango.server.attribute.AttributeConfiguration
Set the attribute type with Tango type.
setThreadPoolSize(int) - Static method in class org.tango.server.schedule.DeviceScheduler
 
setTime(long) - Method in class org.tango.server.attribute.AttributeValue
Set timestamp.
setTransactionType(TransactionType) - Method in class org.tango.server.ServerManager
Set the transaction type for all server.
setType(Class<?>) - Method in class org.tango.server.attribute.AttributeConfiguration
Set the attribute type with Java class.
setUnit(String) - Method in class org.tango.server.attribute.AttributePropertiesImpl
 
setValue(AttributeValue) - Method in class org.tango.server.attribute.AttributeImpl
write attribute
setValue(Object) - Method in class org.tango.server.attribute.AttributeValue
Set the value of an attribute. see AttributeTangoType.ATTRIBUTE_CLASSES for allowed types.
setValue(Object, long) - Method in class org.tango.server.attribute.AttributeValue
Set Value and time. cf AttributeValue.setValue(Object) for details
setValue(AttributeValue) - Method in interface org.tango.server.attribute.IAttributeBehavior
Write attribute
setValue(AttributeValue) - Method in class org.tango.server.attribute.log.LogAttribute
 
setValue(AttributeValue) - Method in class org.tango.server.attribute.ReflectAttributeBehavior
 
setValue(AttributeValue) - Method in class org.tango.server.dynamic.attribute.BooleanEvaluatorAttribute
 
setValue(AttributeValue) - Method in class org.tango.server.dynamic.attribute.GroupAttribute
 
setValue(AttributeValue) - Method in class org.tango.server.dynamic.attribute.ProxyAttribute
 
setValue(AttributeValue) - Method in class org.tango.server.dynamic.attribute.PublisherAttribute
 
setValue(AttributeValue) - Method in class org.tango.server.testserver.DynamicAttributeTest
 
setWritable(AttrWriteType) - Method in class org.tango.server.attribute.AttributeConfiguration
 
setWritableAttrName(String) - Method in class org.tango.server.attribute.AttributePropertiesImpl
 
setXDim(int) - Method in class org.tango.server.attribute.AttributeValue
Set x dimension.Must be called after setValue to override default value
setYDim(int) - Method in class org.tango.server.attribute.AttributeValue
Set y dimension.
SeveralClasses - Class in org.tango.server.testserver
A server with 2 classes
SeveralClasses() - Constructor for class org.tango.server.testserver.SeveralClasses
 
SeveralClasses.Class1 - Class in org.tango.server.testserver
 
SeveralClasses.Class1() - Constructor for class org.tango.server.testserver.SeveralClasses.Class1
 
SeveralClasses.Class2 - Class in org.tango.server.testserver
 
SeveralClasses.Class2() - Constructor for class org.tango.server.testserver.SeveralClasses.Class2
 
shortCommand(short) - Method in class org.tango.server.testserver.JTangoTest
 
shortSpectrumCommand(short[]) - Method in class org.tango.server.testserver.JTangoTest
 
shutdown() - Static method in class org.tango.orb.ORBManager
Shutdown the ORB
shutdown() - Static method in class org.tango.server.cache.TangoCacheManager
 
size() - Method in class org.tango.server.attribute.AttributeHistory
 
size() - Method in class org.tango.server.command.CommandHistory
 
STANDARD_UNIT - Static variable in class org.tango.server.attribute.AttributePropertiesImpl
 
start() - Method in class org.tango.server.cache.TangoCacheManager
Start all polling
start(long) - Method in class org.tango.server.Chronometer
Start the chronometer
start(String[], String) - Method in class org.tango.server.ServerManager
Starts a Tango server.
start(String[], Class<?>) - Method in class org.tango.server.ServerManager
Starts a Tango server.
start() - Static method in class org.tango.server.testserver.EventServer
 
start() - Static method in class org.tango.server.testserver.JTangoTest
Start a device with tango database.
start() - Static method in class org.tango.server.testserver.SeveralClasses
 
startAll() - Method in class org.tango.logging.LoggingManager
 
startAttributePolling(AttributeImpl) - Method in class org.tango.server.cache.TangoCacheManager
Start attribute polling
startCommandPolling(CommandImpl) - Method in class org.tango.server.cache.TangoCacheManager
Start command polling
startDetached() - Static method in class org.tango.orb.ORBManager
Start the ORB. non blocking.
startError(String[], String) - Method in class org.tango.server.ServerManager
Idem as start but throw exceptions.
startLogging() - Method in class org.tango.server.admin.AdminDevice
Start logging
startNoDb(int) - Static method in class org.tango.server.testserver.EventServer
 
startNoDb(int) - Static method in class org.tango.server.testserver.JTangoTest
 
startNoDbFile(int) - Static method in class org.tango.server.testserver.JTangoTest
 
startPolling() - Method in class org.tango.server.admin.AdminDevice
Start polling
startPolling(String, int) - Method in class org.tango.server.device.DeviceManager
Configure polling of an attribute or a command and start it
startPolling() - Method in class org.tango.server.servant.DeviceImpl
Start already configured polling
startPolling() - Method in class org.tango.server.servant.PollingManager
Start already configured polling
startRefresh(ScheduledExecutorService) - Method in class org.tango.server.cache.AttributeCache
 
startRefresh(ScheduledExecutorService) - Method in class org.tango.server.cache.CommandCache
 
startRefresh(ScheduledExecutorService) - Method in class org.tango.server.cache.StateStatusCache
 
startStateStatusPolling(CommandImpl, AttributeImpl) - Method in class org.tango.server.cache.TangoCacheManager
 
State - Annotation Type in org.tango.server.annotation
Manage state of the device.
state() - Method in class org.tango.server.servant.DeviceImpl
get State
STATE_NAME - Static variable in class org.tango.server.servant.DeviceImpl
 
StateImpl - Class in org.tango.server.device
Manage the state of the device
StateImpl(Object, Method, Method) - Constructor for class org.tango.server.device.StateImpl
Ctr
StateMachine - Annotation Type in org.tango.server.annotation
Manage the state machine of the device.
stateMachine(DeviceState) - Method in class org.tango.server.device.StateImpl
change state of the device
StateMachineBehavior - Class in org.tango.server
State machine
StateMachineBehavior() - Constructor for class org.tango.server.StateMachineBehavior
 
StateStatusCache - Class in org.tango.server.cache
 
StateStatusCache(CacheManager, CommandImpl, AttributeImpl, String, DeviceLock, AroundInvokeImpl) - Constructor for class org.tango.server.cache.StateStatusCache
 
StateStatusCacheEntryFactory - Class in org.tango.server.cache
 
StateStatusCacheEntryFactory(CommandImpl, AttributeImpl, DeviceLock, String, AroundInvokeImpl) - Constructor for class org.tango.server.cache.StateStatusCacheEntryFactory
 
Status - Annotation Type in org.tango.server.annotation
Manage status of the device.
status() - Method in class org.tango.server.servant.DeviceImpl
get Status
STATUS_NAME - Static variable in class org.tango.server.servant.DeviceImpl
 
StatusImpl - Class in org.tango.server.device
Manage the status of the device
StatusImpl(Object, Method, Method) - Constructor for class org.tango.server.device.StatusImpl
Ctr
statusMachine(String, DeviceState) - Method in class org.tango.server.device.StatusImpl
Change status of the device
stop() - Method in class org.tango.server.cache.TangoCacheManager
Stop all polling
stop() - Method in class org.tango.server.Chronometer
stop the chronometer
stop() - Method in class org.tango.server.schedule.DeviceScheduler
 
stop() - Method in class org.tango.server.ServerManager
Stop the server and clear all
stopAll() - Method in class org.tango.logging.LoggingManager
 
stopLogging() - Method in class org.tango.server.admin.AdminDevice
Stop logging
stopPolling() - Method in class org.tango.server.admin.AdminDevice
Stop polling
stopPolling(String) - Method in class org.tango.server.device.DeviceManager
 
stopPolling() - Method in class org.tango.server.servant.DeviceImpl
Stop all polling
stopPolling() - Method in class org.tango.server.servant.PollingManager
Stop all polling
stopRefresh() - Method in class org.tango.server.cache.AttributeCache
 
stopRefresh() - Method in class org.tango.server.cache.CommandCache
 
stopRefresh() - Method in class org.tango.server.cache.StateStatusCache
 
stringCommand(String) - Method in class org.tango.server.testserver.JTangoTest
 
stringSpectrumCommmand(String[]) - Method in class org.tango.server.testserver.JTangoTest
 
subAppend(ILoggingEvent) - Method in class org.tango.logging.FileAppender
 

T

TANGO_EXPERT_CMD - Static variable in class org.tango.server.command.CommandImpl
 
TANGO_HOST_ERROR - Static variable in class org.tango.server.ExceptionMessages
 
TANGO_OPERATOR_CMD - Static variable in class org.tango.server.command.CommandImpl
 
TangoCacheManager - Class in org.tango.server.cache
Manage cache for attributes/commands of a Tango device
TangoCacheManager(String, DeviceLock, AroundInvokeImpl) - Constructor for class org.tango.server.cache.TangoCacheManager
 
TangoCacheThreadFactory - Class in org.tango.server.cache
 
TangoCacheThreadFactory() - Constructor for class org.tango.server.cache.TangoCacheThreadFactory
 
TangoConverter - Class in org.tango.server.dynamic.attribute
 
TangoExporter - Class in org.tango.server.export
 
TangoExporter(String, String, String, Map<String, Class<?>>) - Constructor for class org.tango.server.export.TangoExporter
 
TangoIDLAttributeUtil - Class in org.tango.server.idl
Util to manage insertion or extraction in Tango IDL classes for attributes.
TangoIDLUtil - Class in org.tango.server.idl
 
TestDefaultStateServer - Class in org.tango.server.testserver
device without state and status
TestDefaultStateServer() - Constructor for class org.tango.server.testserver.TestDefaultStateServer
 
testPolling() - Method in class org.tango.server.testserver.JTangoTest
 
testPollingArray() - Method in class org.tango.server.testserver.JTangoTest
 
testState() - Method in class org.tango.server.testserver.JTangoTest
 
TestStateServer - Class in org.tango.server.testserver
Device to test state
TestStateServer() - Constructor for class org.tango.server.testserver.TestStateServer
 
toArray(int) - Method in class org.tango.server.history.DeviceBlackBox
 
toAttributeConfig(AttributeImpl) - Static method in class org.tango.server.idl.TangoIDLAttributeUtil
 
toAttributeConfig2(AttributeImpl) - Static method in class org.tango.server.idl.TangoIDLAttributeUtil
 
toAttributeConfig3(AttributeImpl) - Static method in class org.tango.server.idl.TangoIDLAttributeUtil
 
toAttributeConfiguration(AttributeInfo) - Static method in class org.tango.server.dynamic.attribute.TangoConverter
 
toAttributeProperties(AttributeConfig) - Static method in class org.tango.server.idl.TangoIDLAttributeUtil
 
toAttributeProperties(AttributeConfig_2) - Static method in class org.tango.server.idl.TangoIDLAttributeUtil
 
toAttributeProperties(AttributeConfig_3) - Static method in class org.tango.server.idl.TangoIDLAttributeUtil
 
toAttributeValue(AttributeImpl, AttributeValue) - Static method in class org.tango.server.idl.TangoIDLAttributeUtil
 
toAttributeValue3(AttributeImpl, AttributeValue, AttributeValue) - Static method in class org.tango.server.idl.TangoIDLAttributeUtil
 
toAttributeValue3Error(String, DevFailed) - Static method in class org.tango.server.idl.TangoIDLAttributeUtil
 
toAttributeValue4(AttributeImpl, AttributeValue, AttributeValue) - Static method in class org.tango.server.idl.TangoIDLAttributeUtil
 
toAttributeValue4Error(String, AttrDataFormat, DevFailed) - Static method in class org.tango.server.idl.TangoIDLAttributeUtil
 
toDevCmdHistory4(int) - Method in class org.tango.server.command.CommandHistory
 
toInt() - Method in enum org.tango.logging.LoggingLevel
 
toString() - Method in class org.tango.orb.IORDump
 
toString() - Method in class org.tango.server.attribute.AttributeConfiguration
 
toString() - Method in class org.tango.server.attribute.AttributeHistory
 
toString() - Method in class org.tango.server.attribute.AttributeImpl
 
toString() - Method in class org.tango.server.attribute.AttributePropertiesImpl
 
toString() - Method in class org.tango.server.attribute.AttributeValue
 
toString() - Method in class org.tango.server.attribute.ReflectAttributeBehavior
 
toString() - Method in class org.tango.server.command.CommandConfiguration
 
toString() - Method in class org.tango.server.command.CommandImpl
 
toString() - Method in class org.tango.server.command.ReflectCommandBehavior
 
toString() - Method in class org.tango.server.device.AroundInvokeImpl
 
toString() - Method in class org.tango.server.device.DeviceManager
 
toString() - Method in class org.tango.server.device.InitImpl
 
toString() - Method in class org.tango.server.device.StateImpl
 
toString() - Method in class org.tango.server.device.StatusImpl
 
toString() - Method in class org.tango.server.DeviceBehaviorObject
 
toString() - Method in class org.tango.server.InvocationContext
 
toString(DevFailed) - Static method in class org.tango.server.PollingUtils
 
toString() - Method in class org.tango.server.servant.DeviceImpl
String representation of device impl.
toString() - Method in class org.tango.server.StateMachineBehavior
 
TransactionType - Enum in org.tango.server.annotation
Possible values for a tango device transaction
triggerJob() - Method in class org.tango.server.schedule.DeviceScheduler
 
triggerPolling(String) - Method in class org.tango.server.device.DeviceManager
Update polling cache.
triggerPolling(String) - Method in class org.tango.server.servant.DeviceImpl
Update polling cache
triggerPolling(String) - Method in class org.tango.server.servant.PollingManager
Update polling cache

U

unexportAll() - Method in interface org.tango.server.export.IExporter
 
unexportAll() - Method in class org.tango.server.export.TangoExporter
 
unexportDevice(DeviceImpl) - Static method in class org.tango.server.servant.ORBUtils
 
unexportDevices() - Method in interface org.tango.server.export.IExporter
Unexport all except admin device
unexportDevices() - Method in class org.tango.server.export.TangoExporter
Unexport all except admin device
UNINITIALISED - Static variable in class org.tango.server.command.CommandConfiguration
 
UNIT - Static variable in class org.tango.server.attribute.AttributePropertiesImpl
 
unLock(boolean) - Method in class org.tango.server.lock.ClientLocking
 
unLock(boolean) - Method in class org.tango.server.servant.DeviceImpl
 
unlockAttribute() - Method in class org.tango.server.device.DeviceLock
Release lock for attribute
unlockCommand() - Method in class org.tango.server.device.DeviceLock
release lock for command
unlockDevice(DevVarLongStringArray) - Method in class org.tango.server.admin.AdminDevice
Command UnLockDevice
update() - Method in class org.tango.server.properties.ClassPropertyImpl
 
update() - Method in class org.tango.server.properties.DevicePropertiesImpl
update all properties and values of this device
update() - Method in class org.tango.server.properties.DevicePropertyImpl
 
updatePollingConfigFromDB() - Method in class org.tango.server.command.CommandImpl
 
updatePollingConfigFromDB(PolledObjectConfig, AttributePropertiesManager) - Static method in class org.tango.server.PollingUtils
Updaye polling config in tango db
updatePollingPeriod(DevVarLongStringArray) - Method in class org.tango.server.admin.AdminDevice
Command UpdObjPollingPeriod
updateProperties() - Method in class org.tango.server.events.ArchiveEventTrigger
 
updateProperties() - Method in class org.tango.server.events.ChangeEventTrigger
 
updateProperties() - Method in class org.tango.server.events.DefaultEventTrigger
 
updateProperties() - Method in interface org.tango.server.events.IEventTrigger
Update event properties
updateProperties() - Method in class org.tango.server.events.PeriodicEventTrigger
 
updateProperties() - Method in class org.tango.server.events.PropertiesEventTrigger
 
updateProperties() - Method in class org.tango.server.events.QualityEventTrigger
 
updateState() - Method in class org.tango.server.device.StateImpl
get the state from the device
updateStatus(DeviceState) - Method in class org.tango.server.device.StatusImpl
Get the status of the device
updateValue() - Method in class org.tango.server.attribute.AttributeImpl
read attribute on device
updateValue(AttributeValue) - Method in class org.tango.server.attribute.AttributeImpl
set the read value

V

valueOf(String) - Static method in enum org.tango.logging.LoggingLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.tango.server.annotation.TransactionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.tango.server.events.EventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.tango.server.InvocationContext.CallType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.tango.server.InvocationContext.ContextType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.tango.server.PolledObjectType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.tango.logging.LoggingLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.tango.server.annotation.TransactionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.tango.server.events.EventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.tango.server.InvocationContext.CallType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.tango.server.InvocationContext.ContextType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.tango.server.PolledObjectType
Returns an array containing the constants of this enum type, in the order they are declared.
voidCommand() - Method in class org.tango.server.testserver.JTangoTest
 

W

WATTR_OUTSIDE_LIMIT - Static variable in class org.tango.server.ExceptionMessages
 
write_attributes(AttributeValue[]) - Method in class org.tango.server.servant.DeviceImpl
Write some attributes.
write_attributes_3(AttributeValue[]) - Method in class org.tango.server.servant.DeviceImpl
Write some attributes.
write_attributes_4(AttributeValue_4[], ClntIdent) - Method in class org.tango.server.servant.DeviceImpl
Write some attributes.
write_read_attributes_4(AttributeValue_4[], ClntIdent) - Method in class org.tango.server.servant.DeviceImpl
Write and read attributes in a single request
WRONG_NR_ARGS - Static variable in class org.tango.server.ExceptionMessages
 

Z

zmqEventSubscriptionChange(String[]) - Method in class org.tango.server.admin.AdminDevice
 

A B C D E F G H I J K L M N O P Q R S T U V W Z

Copyright © 2012-2015. All Rights Reserved.