org.jaffa.tools.loadtest.domain.impl
Class TestSetImpl

java.lang.Object
  extended byorg.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


Nested Class Summary
 class TestSetImpl.Unmarshaller
           
 
Field Summary
protected  BigInteger _BatchSize
           
protected  String _Description
           
protected  LogOn _LogOn
           
protected  String _Name
           
protected  String _OutputDir
           
protected  BigInteger _RunDelay
           
protected  String _Selection
           
protected  BigInteger _Threads
           
protected  UnitTests _UnitTests
           
 
Constructor Summary
TestSetImpl()
           
 
Method Summary
 com.sun.msv.verifier.DocumentDeclaration createRawValidator()
           
 BigInteger getBatchSize()
           
 String getDescription()
           
 LogOn getLogOn()
           
 String getName()
           
 String getOutputDir()
           
 Class getPrimaryInterface()
           
 Class getPrimaryInterfaceClass()
           
 BigInteger getRunDelay()
           
 String getSelection()
           
 BigInteger getThreads()
           
 UnitTests getUnitTests()
           
 com.sun.xml.bind.unmarshaller.ContentHandlerEx getUnmarshaller(com.sun.xml.bind.unmarshaller.UnmarshallingContext context)
           
 void serializeAttributeBodies(com.sun.xml.bind.serializer.XMLSerializer context)
           
 void serializeAttributes(com.sun.xml.bind.serializer.XMLSerializer context)
           
 void serializeElements(com.sun.xml.bind.serializer.XMLSerializer context)
           
 void setBatchSize(BigInteger value)
           
 void setDescription(String value)
           
 void setLogOn(LogOn value)
           
 void setName(String value)
           
 void setOutputDir(String value)
           
 void setRunDelay(BigInteger value)
           
 void setSelection(String value)
           
 void setThreads(BigInteger value)
           
 void setUnitTests(UnitTests value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_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
Constructor Detail

TestSetImpl

public TestSetImpl()
Method Detail

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.