org.ow2.jasmine.rules.threadump
Class ThreadDumpConfig
java.lang.Object
org.ow2.jasmine.rules.threadump.ThreadDumpConfig
- All Implemented Interfaces:
- java.io.Serializable
public class ThreadDumpConfig
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
|
Constructor Summary |
ThreadDumpConfig(java.util.Properties prop)
Constructor that parses user properties. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ThreadDumpConfig
public ThreadDumpConfig(java.util.Properties prop)
throws ThreadDumpException
- Constructor that parses user properties.
- Parameters:
prop - The properties to parse
- Throws:
ThreadDumpException
getTargetFilter
public java.lang.String getTargetFilter()
- Returns:
- the targetFilter
setTargetFilter
public void setTargetFilter(java.lang.String targetFilter)
- Parameters:
targetFilter - the targetFilter to set
getWorkingMemory
public java.lang.String getWorkingMemory()
- Returns:
- the workingMemory
setWorkingMemory
public void setWorkingMemory(java.lang.String workingMemory)
- Parameters:
workingMemory - the workingMemory to set
getRepeat
public int getRepeat()
- Returns:
- the repeat
setRepeat
public void setRepeat(int repeat)
- Parameters:
repeat - the repeat to set
getMemoryThreshold
public double getMemoryThreshold()
- Returns:
- the memoryThreshold
setMemoryThreshold
public void setMemoryThreshold(long memoryThreshold)
- Parameters:
memoryThreshold - the memoryThreshold to set
getMemoryThresholdUnit
public java.lang.String getMemoryThresholdUnit()
- Returns:
- the memoryThresholdUnit
setMemoryThresholdUnit
public void setMemoryThresholdUnit(java.lang.String memoryThresholdUnit)
- Parameters:
memoryThresholdUnit - the memoryThresholdUnit to set
getJonasJxmUrl
public java.lang.String getJonasJxmUrl()
- Returns:
- the jonasJxmUrl
setJonasJxmUrl
public void setJonasJxmUrl(java.lang.String jonasJxmUrl)
- Parameters:
jonasJxmUrl - the jonasJxmUrl to set
getOutputType
public java.lang.String getOutputType()
- Returns:
- the outputType
setOutputType
public void setOutputType(java.lang.String outputType)
- Parameters:
outputType - the outputType to set
getOutputFilePath
public java.lang.String getOutputFilePath()
- Returns:
- the outputFilePath
setOutputFilePath
public void setOutputFilePath(java.lang.String outputFilePath)
- Parameters:
outputFilePath - the outputFilePath to set
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2009 OW2 Consortium. All Rights Reserved.