Package | Description |
---|---|
com.ergotech.secs | |
com.ergotech.secs.gem | |
com.ergotech.transsecs.secs | |
com.ergotech.transsecs.secs.host |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
JSONEncodeDecode.eventMessageToJSON(GemToolModelSnapshot.GemReportVariable ceidVariable,
java.util.List<ReportValues> reportValues,
java.lang.String timeStamp)
Encode an event message to JSON.
|
Modifier and Type | Method and Description |
---|---|
GemToolModelSnapshot.GemReportVariable |
GemToolModelSnapshot.addCeid(java.lang.String name,
long id,
java.util.List<java.lang.Long> rptids,
boolean configured)
Add a ceid.
|
GemToolModelSnapshot.GemReportVariable |
GemToolModelSnapshot.addReport(java.lang.String name,
long id,
java.util.List<java.lang.Long> vids,
boolean configured)
Add a report.
|
GemToolModelSnapshot.GemReportVariable |
GemToolModelSnapshot.getCEID(long ceid)
Return a variable associated with the provided ceid, or null if the ceid is unknown.
|
GemToolModelSnapshot.GemReportVariable |
GemToolModelSnapshot.getCEID(java.lang.String ceidName)
Return a variable associated with the provided ceid, or null if the ceid is unknown.
|
GemToolModelSnapshot.GemReportVariable |
GemToolModelSnapshot.getRPTID(long rptid)
Return a variable associated with the provided rptid, or null if the rptid is unknown.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<GemToolModelSnapshot.GemReportVariable> |
GemToolModelSnapshot.getCeids() |
java.util.List<GemToolModelSnapshot.GemReportVariable> |
GemToolModelSnapshot.getRptids() |
Modifier and Type | Method and Description |
---|---|
void |
TransSecsGEMController.updateEventListeners(GemToolModelSnapshot.GemReportVariable ceid,
java.util.List<ReportValues> eventValues)
Update all event listeners.
|
Modifier and Type | Class and Description |
---|---|
class |
GemHostDevicesModel.GemDevicesReportVariable |
Modifier and Type | Method and Description |
---|---|
void |
EventListener.eventReceived(GemToolModelSnapshot.GemReportVariable ceid,
java.util.List<ReportValues> event) |
static void |
ReportValues.updateEventListeners(GemToolModelSnapshot.GemReportVariable ceid,
java.util.List<ReportValues> eventValues,
java.util.concurrent.ExecutorService eventListenerUpdateService,
java.util.Map<java.lang.Long,java.util.List<EventListener>> eventListeners,
EventListener globalEventListener) |
Copyright © 1999-2025 ErgoTech Systems, Inc. All Rights Reserved.