com.eviware.soapui.impl.wsdl.loadtest.log
Class LoadTestLogErrorEntry

java.lang.Object
  extended by com.eviware.soapui.impl.wsdl.loadtest.log.LoadTestLogErrorEntry
All Implemented Interfaces:
LoadTestLogEntry

public class LoadTestLogErrorEntry
extends java.lang.Object
implements LoadTestLogEntry

An error entry in the LoadTest Log

Author:
Ole.Matzura

Constructor Summary
LoadTestLogErrorEntry(java.lang.String type, java.lang.String message, javax.swing.ImageIcon icon, int threadIndex)
           
LoadTestLogErrorEntry(java.lang.String type, java.lang.String error, TestStepResult result, javax.swing.ImageIcon icon, int threadIndex)
           
 
Method Summary
 void discard()
           
 void exportToFile(java.lang.String fileName)
           
 ActionList getActions()
           
 javax.swing.ImageIcon getIcon()
           
 java.lang.String getMessage()
           
 java.lang.String getTargetStepName()
           
 TestStepResult getTestStepResult()
           
 long getTimeStamp()
           
 java.lang.String getType()
           
 boolean isDiscarded()
           
 boolean isError()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoadTestLogErrorEntry

public LoadTestLogErrorEntry(java.lang.String type,
                             java.lang.String error,
                             TestStepResult result,
                             javax.swing.ImageIcon icon,
                             int threadIndex)

LoadTestLogErrorEntry

public LoadTestLogErrorEntry(java.lang.String type,
                             java.lang.String message,
                             javax.swing.ImageIcon icon,
                             int threadIndex)
Method Detail

getMessage

public java.lang.String getMessage()
Specified by:
getMessage in interface LoadTestLogEntry

getTestStepResult

public TestStepResult getTestStepResult()

getTimeStamp

public long getTimeStamp()
Specified by:
getTimeStamp in interface LoadTestLogEntry

getTargetStepName

public java.lang.String getTargetStepName()
Specified by:
getTargetStepName in interface LoadTestLogEntry

getIcon

public javax.swing.ImageIcon getIcon()
Specified by:
getIcon in interface LoadTestLogEntry

getType

public java.lang.String getType()
Specified by:
getType in interface LoadTestLogEntry

isError

public boolean isError()
Specified by:
isError in interface LoadTestLogEntry

getActions

public ActionList getActions()
Specified by:
getActions in interface LoadTestLogEntry

exportToFile

public void exportToFile(java.lang.String fileName)
                  throws java.io.IOException
Specified by:
exportToFile in interface LoadTestLogEntry
Throws:
java.io.IOException

discard

public void discard()
Specified by:
discard in interface LoadTestLogEntry

isDiscarded

public boolean isDiscarded()
Specified by:
isDiscarded in interface LoadTestLogEntry


Copyright © 2005-2010 eviware.com. All Rights Reserved.