portal.core.api
Class SystemDesktopState

java.lang.Object
  extended byportal.core.api.SystemDesktopState
All Implemented Interfaces:
java.io.Serializable

public final class SystemDesktopState
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
static SystemDesktopState APPLICATION
           
static SystemDesktopState ERROR
           
static SystemDesktopState LOCKED
           
static SystemDesktopState LOGIN
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

LOGIN

public static final SystemDesktopState LOGIN

APPLICATION

public static final SystemDesktopState APPLICATION

LOCKED

public static final SystemDesktopState LOCKED

ERROR

public static final SystemDesktopState ERROR
Method Detail

toString

public java.lang.String toString()