org.equanda.util.alert
Class AlertUtil
java.lang.Object
  
org.equanda.util.alert.AlertUtil
public final class AlertUtil
- extends Object
 
Utility class to easily create alert messages/instances.
- Author:
 
  - Florin
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
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
 
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.