/mcpgetSubFacility() public java.lang.String getSubFacility() Returns: the subfacility of this Alarm send(String) public void send(java.lang.String mnemonic) send the Alarm with the specified mnemonic. If a null or empty String is passed a mnemonic UNK is sent send(String, ParameterList) public void send(java.lang.String mnemonic, com.cisco.services.alarm.ParameterListparameterList) send an Alarm with the specified mnemonic and supplied parameter list send(String, String, String) public void send(java.lang.String mnemonic, java.lang.StringparameterName, java.lang.StringparameterValue) send an Alarm with the specified mnemonic and with one parameter. AlarmWriter An AlarmWriter receives alarm messages and transmits it to the receiving AlarmService on a TCP link. This interface can be used to implement other AlarmWriters to be used with this implementation of com.cisco.service.alarm A DefaultAlarmWriter is provided with this implementation and can be obtained from the AlarmManager. Declaration public interface AlarmWriter All Known Implementing Classes DefaultAlarmWriter, on page 682 Member Summary Member summary Methods close(), on page 679 close the AlarmWriter void Cisco Unified JTAPI Developers Guide for Cisco Unified Communications Manager, Release 15 and SUs 693 Cisco Unified JTAPI Alarms and Services AlarmWriter