/mcpMember summary DefaultAlarmWriter(int, String, int), on page 684 Constructor for the DefaultAlarmWriter which takes the AlarmService hostname, port and queue size. DefaultAlarmWriter(int, String, int, ConditionalTrace, UnconditionalTrace), on page 684 Constructor for the DefaultAlarmWriter which takes the AlarmService hostname, port and queue size. Methods close(), on page 684 Shutdown the send thread and close the socket void getDescription(), on page 685 java.lang.String getEnabled(), on page 685 boolean getName(), on page 685 java.lang.String main(String[]), on page 685 static void send(String), on page 685 send the Alarm to the alarm service void setEnabled(boolean), on page 685 Applications can dynamically enable or disable the AlarmWriter void Inherited member summary Methods inherited from class Object clone(), equals(Object), finalize(), getClass(), hashCode(), notify(), notifyAll(), toString(), wait(), wait(), wait() Constructors DefaultAlarmWriter(int, String) public DefaultAlarmWriter(int port, java.lang.StringalarmServiceName) throwsUnknownHostException Constructor for the DefaultAlarmWriter which takes the AlarmService hostname, port and a queue size of fifty (50). The AlarmService is listening on this port for Alarm messages. Parameters: port: port on which the alarm service is listening alarmServiceName: The host name of the machine with the Alarm service Cisco Unified JTAPI Developers Guide for Cisco Unified Communications Manager, Release 15 and SUs 683 Cisco Unified JTAPI Alarms and Services Constructors