|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EventType | |
---|---|
org.tango.server.attribute | Implementation of Tango attribute |
org.tango.server.device | |
org.tango.server.events | Implementation of Tango events |
Uses of EventType in org.tango.server.attribute |
---|
Methods in org.tango.server.attribute with parameters of type EventType | |
---|---|
void |
ForwardedAttribute.subscribe(EventType eventType)
|
Uses of EventType in org.tango.server.device |
---|
Methods in org.tango.server.device with parameters of type EventType | |
---|---|
void |
DeviceManager.pushEvent(java.lang.String attributeName,
AttributeValue value,
EventType eventType)
Push an event if some client had register it. |
void |
DeviceManager.pushEvent(java.lang.String attributeName,
EventType eventType)
Push an event if some client had register it. |
Uses of EventType in org.tango.server.events |
---|
Methods in org.tango.server.events that return EventType | |
---|---|
static EventType |
EventType.getEvent(int eventValue)
Get an EventType from a String |
static EventType |
EventType.getEvent(java.lang.String string)
Get an EventType from a String |
static EventType |
EventType.valueOf(java.lang.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. |
Methods in org.tango.server.events with parameters of type EventType | |
---|---|
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(java.lang.String deviceName,
java.lang.String attributeName,
EventType eventType)
fire event without check |
void |
EventManager.pushAttributeEvent(java.lang.String deviceName,
java.lang.String attributeName,
EventType eventType)
fire event |
fr.esrf.Tango.DevVarLongStringArray |
EventManager.subcribe(java.lang.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |