org.openfast.error
Class FastAlertSeverity

java.lang.Object
  extended by org.openfast.error.FastAlertSeverity

public class FastAlertSeverity
extends java.lang.Object


Field Summary
static FastAlertSeverity ERROR
           
static FastAlertSeverity FATAL
           
static FastAlertSeverity INFO
           
static FastAlertSeverity WARN
           
 
Constructor Summary
FastAlertSeverity(int code, java.lang.String shortName, java.lang.String description)
           
 
Method Summary
 int getCode()
           
 java.lang.String getDescription()
           
 java.lang.String getShortName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FATAL

public static final FastAlertSeverity FATAL

ERROR

public static final FastAlertSeverity ERROR

WARN

public static final FastAlertSeverity WARN

INFO

public static final FastAlertSeverity INFO
Constructor Detail

FastAlertSeverity

public FastAlertSeverity(int code,
                         java.lang.String shortName,
                         java.lang.String description)
Method Detail

getCode

public int getCode()

getDescription

public java.lang.String getDescription()

getShortName

public java.lang.String getShortName()


Copyright © 2006-2008 The LaSalle Technology Group, LLC. All Rights Reserved.