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 discard()
           
 void exportToFile(java.lang.String fileName)
           
 ActionList getActions()
           
 javax.swing.ImageIcon getIcon()
           
 java.lang.String getMessage()
           
 java.lang.String getTargetStepName()
           
 long getTimeStamp()
           
 java.lang.String getType()
           
 boolean isDiscarded()
           
 boolean isError()
           
 

Method Detail

getMessage

java.lang.String getMessage()

getTimeStamp

long getTimeStamp()

getType

java.lang.String getType()

getTargetStepName

java.lang.String getTargetStepName()

getActions

ActionList getActions()

getIcon

javax.swing.ImageIcon getIcon()

isError

boolean isError()

discard

void discard()

isDiscarded

boolean isDiscarded()

exportToFile

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


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