|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdods.servers.test.testEngine
Used by the test server to reset the server output for each new client request.
BaseType
Constructor Summary | |
testEngine()
Constructs a new testFlags . |
|
testEngine(ServerDDS s)
|
Method Summary | |
void |
loadTestGrid(java.lang.String datasetName,
test_SDGrid tg)
Loads test Grids full of data |
void |
loadTestList(java.lang.String datasetName,
test_SDList tl)
Loads test Lists full of data |
void |
newLoadTestArray(java.lang.String datasetName,
test_SDArray ta)
Loads test Arrays full of data |
boolean |
nextBool()
|
byte |
nextByte()
|
float |
nextFloat32()
|
double |
nextFloat64()
|
short |
nextInt16()
|
int |
nextInt32()
|
java.lang.String |
nextString()
|
short |
nextUint16()
|
int |
nextUint32()
|
java.lang.String |
nextURL()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public testEngine()
testFlags
.
public testEngine(ServerDDS s)
Method Detail |
public boolean nextBool()
public byte nextByte()
public float nextFloat32()
public double nextFloat64()
public short nextUint16()
public short nextInt16()
public int nextUint32()
public int nextInt32()
public java.lang.String nextURL()
public java.lang.String nextString()
public void newLoadTestArray(java.lang.String datasetName, test_SDArray ta) throws java.io.IOException, java.io.EOFException
java.io.IOException
java.io.EOFException
public void loadTestList(java.lang.String datasetName, test_SDList tl) throws NoSuchVariableException, java.io.IOException, java.io.EOFException
NoSuchVariableException
java.io.IOException
java.io.EOFException
public void loadTestGrid(java.lang.String datasetName, test_SDGrid tg) throws NoSuchVariableException, java.io.IOException, java.io.EOFException
NoSuchVariableException
java.io.IOException
java.io.EOFException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |