Public Member Functions | Public Attributes

alma.acs.alarmsystem.source.AlarmQueue.AlarmToQueue Class Reference

List of all members.

Public Member Functions

 AlarmToQueue (String faultFamily, String faultMember, int faultCode, Properties properties, boolean active)
Properties getProperties ()

Public Attributes

final String faultFamily
final String faultMember
final int faultCode
final boolean active

Detailed Description

An alarm to be queued.

The object is immutable.

Author:
acaproni

Constructor & Destructor Documentation

alma.acs.alarmsystem.source.AlarmQueue.AlarmToQueue.AlarmToQueue ( String  faultFamily,
String  faultMember,
int  faultCode,
Properties  properties,
boolean  active 
)

Constructor

Parameters:
faultFamily 
faultMember 
faultCode 
properties 
active 

Member Function Documentation

Properties alma.acs.alarmsystem.source.AlarmQueue.AlarmToQueue.getProperties (  ) 

Return a copy of the properties to avoid publishing properties, keeping the object immutable.

Returns:
A copy of the properties; It can be null

Member Data Documentation


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