org.jaffa.tools.loadtest.domain.impl
Class TestSetImpl
java.lang.Object
org.jaffa.tools.loadtest.domain.impl.TestSetImpl
- All Implemented Interfaces:
- TestSet, com.sun.xml.bind.unmarshaller.UnmarshallableObject, com.sun.xml.bind.validator.ValidatableObject, com.sun.xml.bind.serializer.XMLSerializable
- public class TestSetImpl
- extends Object
- implements TestSet, com.sun.xml.bind.unmarshaller.UnmarshallableObject, com.sun.xml.bind.serializer.XMLSerializable, com.sun.xml.bind.validator.ValidatableObject
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_OutputDir
protected String _OutputDir
_UnitTests
protected UnitTests _UnitTests
_Selection
protected String _Selection
_BatchSize
protected BigInteger _BatchSize
_Description
protected String _Description
_LogOn
protected LogOn _LogOn
_Threads
protected BigInteger _Threads
_Name
protected String _Name
_RunDelay
protected BigInteger _RunDelay
TestSetImpl
public TestSetImpl()
getOutputDir
public String getOutputDir()
- Specified by:
getOutputDir in interface TestSet
setOutputDir
public void setOutputDir(String value)
- Specified by:
setOutputDir in interface TestSet
getUnitTests
public UnitTests getUnitTests()
- Specified by:
getUnitTests in interface TestSet
setUnitTests
public void setUnitTests(UnitTests value)
- Specified by:
setUnitTests in interface TestSet
getSelection
public String getSelection()
- Specified by:
getSelection in interface TestSet
setSelection
public void setSelection(String value)
- Specified by:
setSelection in interface TestSet
getBatchSize
public BigInteger getBatchSize()
- Specified by:
getBatchSize in interface TestSet
setBatchSize
public void setBatchSize(BigInteger value)
- Specified by:
setBatchSize in interface TestSet
getDescription
public String getDescription()
- Specified by:
getDescription in interface TestSet
setDescription
public void setDescription(String value)
- Specified by:
setDescription in interface TestSet
getLogOn
public LogOn getLogOn()
- Specified by:
getLogOn in interface TestSet
setLogOn
public void setLogOn(LogOn value)
- Specified by:
setLogOn in interface TestSet
getThreads
public BigInteger getThreads()
- Specified by:
getThreads in interface TestSet
setThreads
public void setThreads(BigInteger value)
- Specified by:
setThreads in interface TestSet
getName
public String getName()
- Specified by:
getName in interface TestSet
setName
public void setName(String value)
- Specified by:
setName in interface TestSet
getRunDelay
public BigInteger getRunDelay()
- Specified by:
getRunDelay in interface TestSet
setRunDelay
public void setRunDelay(BigInteger value)
- Specified by:
setRunDelay in interface TestSet
getUnmarshaller
public com.sun.xml.bind.unmarshaller.ContentHandlerEx getUnmarshaller(com.sun.xml.bind.unmarshaller.UnmarshallingContext context)
- Specified by:
getUnmarshaller in interface com.sun.xml.bind.unmarshaller.UnmarshallableObject
getPrimaryInterfaceClass
public Class getPrimaryInterfaceClass()
- Specified by:
getPrimaryInterfaceClass in interface com.sun.xml.bind.unmarshaller.UnmarshallableObject
serializeElements
public void serializeElements(com.sun.xml.bind.serializer.XMLSerializer context)
throws SAXException
- Specified by:
serializeElements in interface com.sun.xml.bind.serializer.XMLSerializable
- Throws:
SAXException
serializeAttributes
public void serializeAttributes(com.sun.xml.bind.serializer.XMLSerializer context)
throws SAXException
- Specified by:
serializeAttributes in interface com.sun.xml.bind.serializer.XMLSerializable
- Throws:
SAXException
serializeAttributeBodies
public void serializeAttributeBodies(com.sun.xml.bind.serializer.XMLSerializer context)
throws SAXException
- Specified by:
serializeAttributeBodies in interface com.sun.xml.bind.serializer.XMLSerializable
- Throws:
SAXException
getPrimaryInterface
public Class getPrimaryInterface()
- Specified by:
getPrimaryInterface in interface com.sun.xml.bind.validator.ValidatableObject
createRawValidator
public com.sun.msv.verifier.DocumentDeclaration createRawValidator()
- Specified by:
createRawValidator in interface com.sun.xml.bind.validator.ValidatableObject
Copyright © 2002-2004 JAFFA Project.