com.eviware.soapui.impl.wsdl.loadtest.log
Interface LoadTestLogEntry

All Known Implementing Classes:
LoadTestLogErrorEntry, LoadTestLogMessageEntry

public interface LoadTestLogEntry

An entry in the loadtest log

Author:
Ole.Matzura

Method Summary
 void exportToFile(java.lang.String fileName)
           
 ActionList getActions()
           
 javax.swing.ImageIcon getIcon()
           
 java.lang.String getMessage()
           
 TestStep getTargetStep()
           
 long getTimeStamp()
           
 java.lang.String getType()
           
 boolean isError()
           
 

Method Detail

getMessage

java.lang.String getMessage()

getTimeStamp

long getTimeStamp()

getType

java.lang.String getType()

getTargetStep

TestStep getTargetStep()

getActions

ActionList getActions()

getIcon

javax.swing.ImageIcon getIcon()

isError

boolean isError()

exportToFile

void exportToFile(java.lang.String fileName)
                  throws java.io.IOException
Throws:
java.io.IOException


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