|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GenericEvent | |
edu.uci.isr.yancees | |
edu.uci.isr.yancees.core | |
edu.uci.isr.yancees.plugin | |
edu.uci.isr.yancees.server.plugin.protocol.polling |
Uses of GenericEvent in edu.uci.isr.yancees |
Subclasses of GenericEvent in edu.uci.isr.yancees | |
class |
YanceesEvent
|
Methods in edu.uci.isr.yancees that return GenericEvent | |
static GenericEvent |
YanceesFacade.parseEvent(java.io.File eventFile)
Allows users to easity parse their XML events before sending to the APIs |
Uses of GenericEvent in edu.uci.isr.yancees.core |
Methods in edu.uci.isr.yancees.core with parameters of type GenericEvent | |
void |
ParserListenerInterface.receiveParserNotification(GenericEvent evt)
|
void |
ParserListenerInterface.receiveParserNotification(GenericEvent[] evtList)
|
Uses of GenericEvent in edu.uci.isr.yancees.plugin |
Methods in edu.uci.isr.yancees.plugin that return GenericEvent | |
GenericEvent |
OrderedEventBuffer.BufferRecord.getNotification()
|
Methods in edu.uci.isr.yancees.plugin with parameters of type GenericEvent | |
void |
OrderedEventBuffer.addPluginNotification(GenericEvent evt,
MOPluginInterface source)
|
abstract void |
AbstractMOSharedPlugin.receivePluginNotification(GenericEvent evt,
MOPluginInterface source)
|
abstract void |
AbstractMOSharedPlugin.receivePluginNotification(GenericEvent[] evtList,
MOPluginInterface source)
|
void |
AbstractMOOrderedPlugin.receivePluginNotification(GenericEvent evt,
MOPluginInterface source)
This mehod now bufferizes the events received, rearranging them according to the order they are published in the notification server, removing repetitions. |
void |
AbstractMOOrderedPlugin.receivePluginNotification(GenericEvent[] evtList,
MOPluginInterface source)
This mehod now bufferizes the event pattern received, rearranging it according to the order they are published in the notification server, removing repetitions. |
abstract void |
AbstractMOOrderedPlugin.receiveOrderedPluginNotification(GenericEvent evt,
MOPluginInterface source)
This method allows the subclass to receive ordered events The events are ordered according to the time they arrive in the server Repeated events, with same Id, are also discarded, ma here. |
Constructors in edu.uci.isr.yancees.plugin with parameters of type GenericEvent | |
OrderedEventBuffer.BufferRecord(GenericEvent evt,
MOPluginInterface src)
|
Uses of GenericEvent in edu.uci.isr.yancees.server.plugin.protocol.polling |
Methods in edu.uci.isr.yancees.server.plugin.protocol.polling that return GenericEvent | |
GenericEvent[] |
PollProtocolPlugin.PollingMechanism.collectPullEvents()
Colelcts all the evens stored in pull plug-ins for the current subscriber |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |