org.equanda.util.alert
Class AlertUtil

java.lang.Object
  extended by org.equanda.util.alert.AlertUtil

public final class AlertUtil
extends Object

Utility class to easily create alert messages/instances.

Author:
Florin

Field Summary
static String ALERT_TYPE_CRITICAL
           
static String ALERT_TYPE_WARNING
           
 
Method Summary
static void createAlert(String cause, String message, String moreInfo, String fileData)
           
static void init(String server, String login, String password, String proxyName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ALERT_TYPE_WARNING

public static final String ALERT_TYPE_WARNING
See Also:
Constant Field Values

ALERT_TYPE_CRITICAL

public static final String ALERT_TYPE_CRITICAL
See Also:
Constant Field Values
Method Detail

init

public static void init(String server,
                        String login,
                        String password,
                        String proxyName)

createAlert

public static void createAlert(String cause,
                               String message,
                               String moreInfo,
                               String fileData)


Copyright © 2007-2009. All Rights Reserved.