com.plumtree.uiinfrastructure.application.startup.messages
Class StartupTaskMessage

java.lang.Object
  extended by com.plumtree.uiinfrastructure.application.startup.messages.StartupTaskMessage

public class StartupTaskMessage
extends java.lang.Object

Class to record a message and description useful for recommendations to fix problems

Author:
DavidP

Constructor Summary
StartupTaskMessage(int stepid, Platform platformid, PT_STARTUP_RESULTCODES ret, java.lang.String msg, java.lang.String desc)
          Constructor for the message element.
 
Method Summary
 java.lang.String getErrDescription()
           
 java.lang.String getErrMessage()
           
 Platform getPlatform()
           
 PT_STARTUP_RESULTCODES getRetval()
           
 int getStepID()
           
 java.lang.String toString()
          Returns a formatted string with the error message and description.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StartupTaskMessage

public StartupTaskMessage(int stepid,
                          Platform platformid,
                          PT_STARTUP_RESULTCODES ret,
                          java.lang.String msg,
                          java.lang.String desc)
Constructor for the message element.

Parameters:
id -
msg -
desc -
ex -
Method Detail

getErrDescription

public java.lang.String getErrDescription()
Returns:
Returns the m_errDescription.

getStepID

public int getStepID()
Returns:
Returns the task step

getPlatform

public Platform getPlatform()
Returns:
Returns the platform

getErrMessage

public java.lang.String getErrMessage()
Returns:
Returns the m_errMessage.

getRetval

public PT_STARTUP_RESULTCODES getRetval()
Returns:
Returns the m_errMessage.

toString

public java.lang.String toString()
Returns a formatted string with the error message and description.

Overrides:
toString in class java.lang.Object
Returns:



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