Public Member Functions

cern.laser.source.alarmsysteminterface.listener.ASIListener Interface Reference

List of all members.

Public Member Functions

void onMessage (String source, String sourceHostname, Timestamp sourceTimestamp, boolean backup, Collection states)

Detailed Description

ASIMessage listener interface.

Author:
fracalde

Member Function Documentation

void cern.laser.source.alarmsysteminterface.listener.ASIListener.onMessage ( String  source,
String  sourceHostname,
Timestamp  sourceTimestamp,
boolean  backup,
Collection  states 
)

Callback method. Called on ASIMessage reception.

Parameters:
source the alarm source pushing the fault states.
sourceHostname the alarm source host name.
sourceTimestamp the alarm source timestamp.
backup true iff the message is a backup.
states the actual fault states collection.

Referenced by cern.laser.source.alarmsysteminterface.impl.ASISubscriptionListener.onMessage().


The documentation for this interface was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties