| Package | Description |
|---|---|
| org.tango.server.attribute |
Implementation of Tango attribute
|
| org.tango.server.device | |
| org.tango.server.events |
Implementation of Tango events
|
| Modifier and Type | Method and Description |
|---|---|
void |
ForwardedAttribute.subscribe(EventType eventType) |
| Modifier and Type | Method and Description |
|---|---|
void |
DeviceManager.pushEvent(String attributeName,
AttributeValue value,
EventType eventType)
Push an event if some client had register it.
|
void |
DeviceManager.pushEvent(String attributeName,
EventType eventType)
Push an event if some client had register it.
|
| Modifier and Type | Method and Description |
|---|---|
static EventType |
EventType.getEvent(int eventValue)
Get an
EventType from a String |
static EventType |
EventType.getEvent(String string)
Get an
EventType from a String |
static EventType |
EventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventType[] |
EventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
EventManager.checkEventCriteria(AttributeImpl attribute,
EventType eventType)
Check if event criteria are set for change and archive events
|
static IEventTrigger |
EventTriggerFactory.createEventTrigger(EventType eventType,
AttributeImpl attribute)
Create an
IEventTrigger |
void |
EventManager.forceAttributePushEvent(String deviceName,
String attributeName,
EventType eventType)
fire event without check
|
void |
EventManager.pushAttributeEvent(String deviceName,
String attributeName,
EventType eventType)
fire event
|
fr.esrf.Tango.DevVarLongStringArray |
EventManager.subcribe(String deviceName,
AttributeImpl attribute,
EventType eventType,
int idlVersion)
Initialize ZMQ event system if not already done,
subscribe to the specified event end
returns the connection parameters for specified event.
|
Copyright © 2012–2017 Tango Controls. All rights reserved.