Class EventSource
Defined in: eventsource.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
EventSource(uuid)
This class represents the Event Sources in ESM.
|
| Method Attributes | Method Name and Description |
|---|---|
|
start()
Starts this EventSource in ESM.
|
|
|
stop()
Stops this EventSource in ESM.
|
Class Detail
EventSource(uuid)
This class represents the Event Sources in ESM.
Event Source represent the original sources of event data. This class provides methods
to control them in ESM.
Author: Novell Engineering.
Author: Novell Engineering.
- Parameters:
- {String} uuid
- UUID of the event source in ESM
Method Detail
start()
Starts this EventSource in ESM.
stop()
Stops this EventSource in ESM.