com.plumtree.uiinfrastructure.application.notification
Class PT_STARTUP_RESULTCODES

java.lang.Object
  extended by com.plumtree.uiinfrastructure.application.notification.PT_STARTUP_RESULTCODES

public class PT_STARTUP_RESULTCODES
extends java.lang.Object

Startup task result codes enumerator. Relatively self-explanatory. Name and ID getters were included for notification automatioon.

Author:
DavidP

Field Summary
static PT_STARTUP_RESULTCODES ERROR
           
static PT_STARTUP_RESULTCODES FATAL
           
static PT_STARTUP_RESULTCODES OK
           
static PT_STARTUP_RESULTCODES WARN
           
 
Method Summary
 int getID()
           
 java.lang.String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OK

public static final PT_STARTUP_RESULTCODES OK

WARN

public static final PT_STARTUP_RESULTCODES WARN

ERROR

public static final PT_STARTUP_RESULTCODES ERROR

FATAL

public static final PT_STARTUP_RESULTCODES FATAL
Method Detail

getName

public java.lang.String getName()
Returns:
The text name of this return code

getID

public int getID()
Returns:
The integer ID of this return code



Copyright © 2002,2003,2004,2005 Plumtree Software, Inc., All Rights Reserved.