com.plumtree.uiinfrastructure.application.notification
Class ReturnValue

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

public class ReturnValue
extends java.lang.Object

Container for a result code and a status message. The startup task runner uses these for separate notification and exception processing.

Author:
DavidP

Constructor Summary
ReturnValue(PT_STARTUP_RESULTCODES code, java.lang.String msg, XPException e)
          Constructor for container class
 
Method Summary
 XPException getException()
           
 java.lang.String getMsg()
           
 PT_STARTUP_RESULTCODES getResultCode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReturnValue

public ReturnValue(PT_STARTUP_RESULTCODES code,
                   java.lang.String msg,
                   XPException e)
Constructor for container class

Parameters:
code -
msg -
Method Detail

getMsg

public java.lang.String getMsg()
Returns:
message from core startup task itself

getResultCode

public PT_STARTUP_RESULTCODES getResultCode()
Returns:
result code

getException

public XPException getException()
Returns:
exception



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