/mcpsend(String, ParameterList) public void send(java.lang.String mnemonic, com.cisco.services.alarm.ParameterListparamList) Send the alarm with the specified name and list of parameters. Specified By: send(String, ParameterList), on page 693 in interface Alarm, on page 688 send(String, String, String) public void send(java.lang.String mnemonic, java.lang.StringparamName, java.lang.StringparamValue) Send the alarm with the specified name and parameter Specified By: send(String, String, String), on page 693 in interface Alarm, on page 688 DefaultAlarmWriter DefaultAlarmWriter implementation of the AlarmWriter interface. DefaultAlarmWriter maintains a queue of a fixed size to which the alarms are written. The sending of the alarms to the alarm service takes place on a separate thread. The queue is fixed size. Declaration public class DefaultAlarmWriter implements AlarmWriter, on page 678 java.lang.Object | +--com.cisco.services.alarm.DefaultAlarmWriter All Implemented Interfaces AlarmWriter, on page 678 Member Summary Member summary Constructors DefaultAlarmWriter(int, String), on page 683 Constructor for the DefaultAlarmWriter which takes the AlarmService hostname, port and a queue size of fifty (50). Cisco Unified JTAPI Developers Guide for Cisco Unified Communications Manager, Release 15 and SUs 682 Cisco Unified JTAPI Alarms and Services DefaultAlarmWriter