blackboard.platform
Class StatusCode

java.lang.Object
  extended by blackboard.platform.StatusCode

public class StatusCode
extends java.lang.Object

Class detailing the current status of an Application


Field Summary
static StatusCode ABORTING
           
static StatusCode AWAITING_INIT
           
static StatusCode EXITED
           
static StatusCode INITIALIZING
           
static StatusCode OPERATING
           
 
Constructor Summary
StatusCode(int val, java.lang.String sVal)
           
 
Method Summary
 int getIntValue()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

AWAITING_INIT

public static final StatusCode AWAITING_INIT

INITIALIZING

public static final StatusCode INITIALIZING

OPERATING

public static final StatusCode OPERATING

ABORTING

public static final StatusCode ABORTING

EXITED

public static final StatusCode EXITED
Constructor Detail

StatusCode

public StatusCode(int val,
                  java.lang.String sVal)
Method Detail

getIntValue

public int getIntValue()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2003 Blackboard, Inc. All Rights Reserved.