com.plumtree.uiinfrastructure.diagnostic.reporter
Class EventLog

java.lang.Object
  extended by com.plumtree.uiinfrastructure.diagnostic.reporter.EventLog

public class EventLog
extends java.lang.Object

Purpose: Tracks individual reporting events that are errors. This allows the reporter to retain hierarchical structure on its data.

Author:
DavidP

Field Summary
 java.lang.String errorDescription
           
 java.lang.String errorMessage
           
 java.lang.String exceptionRecommendation
           
 java.lang.String platformName
           
 ReturnValue retVal
           
 int taskID
           
 java.lang.String taskName
           
 int taskStep
           
 
Constructor Summary
EventLog()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

taskID

public int taskID

taskStep

public int taskStep

taskName

public java.lang.String taskName

platformName

public java.lang.String platformName

errorMessage

public java.lang.String errorMessage

errorDescription

public java.lang.String errorDescription

exceptionRecommendation

public java.lang.String exceptionRecommendation

retVal

public ReturnValue retVal
Constructor Detail

EventLog

public EventLog()



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