/*******************************************************************************
 * Copyright (c), 2001, 2002 N2 Broadband, Inc.  All Rights Reserved.
 *
 * This module contains unpublished, confidential, proprietary
 * material.  The use and dissemination of this material are
 * governed by a license.  The above copyright notice does not
 * evidence any actual or intended publication of this material.
 *
 * Author:  Drake H. Henderson
 * Created:  11-12-01
 *
 ******************************************************************************/

package com.n2bb.sysmonui.util;

import com.n2bb.AlertsModule.ActionType;

public class SMConstants {

  public static final String ALERTFACTORY = "Alerts";

  public static final int EMAIL = ActionType._a_email;
  public static final int SNMP = ActionType._a_snmp;
}

